fix: 修复 Rust 编译错误并成功启动 Tauri 应用
- 修复 commands.rs 中的重复导入问题 - 清理未使用的导入 - 统一 Vite 和 Tauri 配置的端口为 3000 - 添加 Tauri 前端依赖包 - 应用已成功编译并运行
This commit is contained in:
@@ -6,7 +6,7 @@ use uuid::Uuid;
|
||||
|
||||
use crate::config::{
|
||||
copy_file, delete_file, get_provider_config_path, read_json_file, write_json_file,
|
||||
get_claude_settings_path, backup_config, sanitize_provider_name
|
||||
get_claude_settings_path, backup_config
|
||||
};
|
||||
|
||||
/// 供应商结构体
|
||||
|
||||
Reference in New Issue
Block a user