修复打包错误

This commit is contained in:
2025-10-26 09:59:54 +08:00
parent 7111e82932
commit 3ee320b2b4
2 changed files with 56 additions and 117 deletions

View File

@@ -156,7 +156,6 @@ 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()?;