Commit Graph
10 Commits
Author SHA1 Message Date
dream_pep cdbb1e54a3 20260723存档01 2026-07-23 01:29:55 +08:00
dream_pep 0a2b8bd018 Add crash monitor, OOBE flow & factory-reset
Introduce crash monitoring and an OOBE onboarding flow. Adds a crash logger (koring-crash.log), crash-monitor handler/window, preload-crash bridge, crash UI (crash.html, src/crash.tsx, pages/crash) and a debug page. Main process now sets up crash listeners, startup checks (first-launch, .minecraft), and a config reset/factory-reset that removes Koring.yml, koring-auth.json and background cache and can relaunch the app. Exposes config preloading to renderer, adds OOBE pages/layout, confirm dialog store/UI, trims Silk renderer settings, bumps version to 1.0.1 and adds motion dependency, and registers crash.html in Vite. Various related type and config updates included.
2026-07-12 01:24:31 +08:00
dream_pep 2b19144352 20260711存档01 2026-07-11 23:33:44 +08:00
dream_pep 9cb6a6e571 Migrate app from Tauri to Electron
Replace the Tauri/sidecar architecture with an Electron main process. Adds an electron/ directory (main, preload, handlers, core integrations for @xmcl/*), electron-builder.yml, TypeScript electron config and declarations, and updated IPC utilities (ipc.ts) so frontend uses ipcRenderer/ipcMain. Removes Tauri sidecar and src-tauri artifacts, deletes sidecar sources and keys, updates .gitignore, VSCode recommendations, package scripts and icons, and updates documentation (README, AGENTS, DEV) and frontend stores/apis to reflect the Electron-based architecture and config/auth persistence changes.
2026-06-28 03:37:07 +08:00
dream_pep 5b2e2860de UI完善 2026-06-20 22:16:18 +08:00
dream_pep ce28c24066 UI完善 2026-06-20 22:15:54 +08:00
dream_pep 2fa9d7041b feat: 个性化设置页面重构与辅助功能
- 重构主题与背景页面:一选项一卡片布局,深色模式可视化预览卡片
- 新增强内容模式:设置页面自动显示 80px 模糊背景遮罩,自适应亮/暗色
- 新增辅助功能:减少动画、减少透明度、高对比度三项开关
- 新增开发者选项:即时打开/关闭启动画面、强制关闭强内容模式
- 磨砂卡片样式:降低透明度提升可读性,圆角 16px
- 启动画面显示时间调整为 4 秒
- CSS 新增 .glass-card、.content-blur-overlay、辅助功能类
- 新增 a11yStore、devStore、themeStore 状态管理
2026-06-20 03:49:58 +08:00
dream_pep dfcc1a6900 优化显示效果
优化切换动画
优化darkmode适配问题
新增3种菜单栏状态
2026-06-20 02:34:10 +08:00
dream_pep 0faddcbf8c 启动动画优化 2026-06-20 00:34:26 +08:00
dream_pep 8ce58263be 初始化 2026-06-19 23:50:40 +08:00