This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
cc-switch
Watch
1
Star
0
Fork
0
You've already forked cc-switch
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d76c675feb2097ffcf857b1fc8cbe00b49786b41
cc-switch
/
src-tauri
History
Jason
14db6b8a8f
refactor(tauri): replace println/eprintln with structured logging\n\n- Use log::info/warn/error instead of println!/eprintln!\n- Keep behavior identical; improve log integration with tauri-plugin-log\n- Reduce stdout noise in production builds
2025-09-13 15:38:01 +08:00
..
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
refactor(tauri): replace println/eprintln with structured logging\n\n- Use log::info/warn/error instead of println!/eprintln!\n- Keep behavior identical; improve log integration with tauri-plugin-log\n- Reduce stdout noise in production builds
2025-09-13 15:38:01 +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