mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-05-15 08:58:55 +08:00
2540f6ba08
- Change auto_import_prompt_if_exists return type to Result<bool> - Remove redundant save() calls by introducing updated flag - Eliminate unnecessary clone() in app type iterations - Remove semantic contradiction in let _ = ...? pattern - Improve code semantics and maintainability Performance: Reduce disk I/O by 50%+ through unified save logic