Jason
af8b9289fe
feat(updater): 优化更新体验与 UI
...
- ui: UpdateBadge 使用 Tailwind 内置过渡,支持点击打开设置,保留图标动画
- updater: 新增 UpdateContext 首启延迟检查,忽略版本键名命名空间化(含旧键迁移),并发保护
- settings: 去除版本硬编码回退;检测到更新时复用 updateHandle 下载并安装,并新增常显“更新日志”入口
- a11y: 更新徽标支持键盘触达(Enter/Space)
- refactor: 移除未使用的 runUpdateFlow 导出
- chore: 类型检查通过,整体行为与权限边界未改变
2025-09-10 19:46:38 +08:00
Jason
642e7a3817
chore: format code and fix bundle identifier for v3.0.0 release
...
- Format all TypeScript/React code with Prettier
- Format all Rust code with cargo fmt
- Fix bundle identifier from .app to .desktop to avoid macOS conflicts
- Prepare codebase for v3.0.0 Tauri release
2025-08-27 11:00:53 +08:00
Jason
9f370bf429
fix: remove @tauri-apps/api/os import and use local UA/platform detection for mac class
2025-08-25 10:37:19 +08:00
Jason
326e975748
feat: use @tauri-apps/api/os for reliable platform detection (mac body class)
2025-08-25 10:33:19 +08:00
Jason
d78013562c
refactor: rename global API from electronAPI to api and update references
2025-08-25 10:30:45 +08:00
farion1231
12fa80e002
refactor: 清理 Electron 遗留代码并优化项目结构
...
- 删除 Electron 主进程代码 (src/main/)
- 删除构建产物文件夹 (build/, dist/, release/)
- 清理 package.json 中的 Electron 依赖和脚本
- 删除 TypeScript 配置中的 Electron 相关文件
- 优化前端代码结构至 Tauri 标准结构 (src/renderer → src/)
- 删除移动端图标和不必要文件
- 更新文档说明技术栈变更为 Tauri
2025-08-23 21:13:25 +08:00