Logo
Explore
Register Sign In
agent/cc-switch
1
0
Fork 0
You've already forked cc-switch
mirror of https://github.com/farion1231/cc-switch.git synced 2026-06-16 13:34:04 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
v3.2.0
cc-switch/src-tauri
T
Jason 0d2dedbb6d fix(migration): ensure config directory exists before writing marker
- Create parent directory before checking/writing migration marker
- Prevents runtime error for fresh installations without config directory
- Defensive fix for edge case where ~/.cc-switch/ doesn't exist yet
0d2dedbb6d · 2025-09-13 21:03:48 +08:00
History
..
capabilities
feat(updater): 集成 Rust 侧 Updater/Process 插件与权限配置
2025-09-08 16:58:41 +08:00
icons
update: regenerate all platform icons
2025-08-27 10:30:29 +08:00
src
fix(migration): ensure config directory exists before writing marker
2025-09-13 21:03:48 +08:00
.gitignore
feat: initialize Tauri project structure
2025-08-23 19:59:29 +08:00
build.rs
chore: format code and fix bundle identifier for v3.0.0 release
2025-08-27 11:00:53 +08:00
Cargo.lock
chore(version): bump app version to 3.2.0\n\n- package.json → 3.2.0\n- src-tauri/Cargo.toml → 3.2.0\n- src-tauri/tauri.conf.json → 3.2.0\n- src-tauri/Cargo.lock → 3.2.0
2025-09-11 09:33:49 +08:00
Cargo.toml
build(rust): optimize release binary size (thin LTO, strip symbols, s-level, codegen-units=1, panic=abort)\n\n- Helps reduce final AppImage size by trimming Rust binary
2025-09-11 10:17:35 +08:00
tauri.conf.json
chore(version): bump app version to 3.2.0\n\n- package.json → 3.2.0\n- src-tauri/Cargo.toml → 3.2.0\n- src-tauri/tauri.conf.json → 3.2.0\n- src-tauri/Cargo.lock → 3.2.0
2025-09-11 09:33:49 +08:00