修复打包错误

This commit is contained in:
2025-10-26 09:20:59 +08:00
parent ba4fb6b45e
commit 46c6a27958
2 changed files with 79 additions and 18 deletions

View File

@@ -156,6 +156,7 @@ pub fn write_claude_config(config: &ClaudeConfig) -> Result<(), String> {
}
/// 备份当前配置
#[allow(dead_code)]
pub fn backup_claude_config() -> Result<(), String> {
let config_path = get_claude_config_path()?;
let backup_path = get_config_backup_path()?;