Commit Graph
7 Commits
Author SHA1 Message Date
dream_pep 3653e26a09 feat: 发布 v1.2.0 版本,新增多项核心功能
- 引入 electron-updater 实现自动更新功能
- 新增 Java 环境扫描与校验的 IPC 处理逻辑
- 实现离线账号登录功能
- 新增配置变更跨进程广播机制
- 重构游戏启动逻辑,使用主进程内存配置作为唯一权威来源
- 新增界面显示与语言设置的配置页面
- 添加 Windows 平台自动发布 CI 流水线
- 迁移旧版配置/认证文件到用户数据目录
- 修复崩溃日志路径、表单控件等多项 bug
- 重构设置页组件系统统一界面样式
2026-08-28 02:08:12 +08:00
dream_pep 27acc66252 Add Koring auth flow and settings UI refactor
Implements Koring OIDC device-auth flow and integrates it into the app: core auth (TS/JS), IPC handlers, renderer API, KoringLogin React component, and a zustand koringAuth store. Handlers support device-code request, polling, refresh, get-user and logout and persist user info to existing auth/config. Also refactors many settings pages to use shared Setting components (SettingCard, SettingRow, SectionTitle, PageHeader) and replaces custom controls with @heroui/react primitives (Avatar, Button, Switch, RadioGroup, Slider, Input, TextArea, EmptyState). Adds OOBE login/welcome pages, a setting login route, installer header generator script, and a sample koring-auth.json for development.
2026-07-26 06:42:41 +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