Jokul
|
157af4399f
|
fix: 修复文件层级重构后的架构问题
- 恢复 IPC 类型声明 (src/electron-api.d.ts),修复 31 个 TS2339 错误
- 修复构建断裂:vite.config.ts 改回 electron.vite.config.ts
- 修复 2 个 verbatimModuleSyntax type-import 报错
- 修正 .gitignore 构建产物路径 (electron-dist/ -> dist-electron/ + release/)
- 清理 55+ 处过时路径注释
- 更新 AGENTS.md 架构文档与 IPC 通道表
- 修正 docs/ROADMAP.md 过时引用
|
2026-07-10 23:22:53 +08:00 |
|
Jokul
|
a23066e1f6
|
fix: use electron-dist as output directory
|
2026-07-04 21:26:29 +08:00 |
|
Jokul
|
669f7c83cd
|
chore: remove electron-dist from git
|
2026-07-04 21:14:34 +08:00 |
|
Jokul
|
572230e823
|
fix: use out/ directory for electron-vite dev mode compatibility
|
2026-07-04 21:14:30 +08:00 |
|
Jokul
|
bdcf4fe299
|
refactor: restructure project layout
- Move main process to electron/main/
- Move preload to electron/preload/
- Add shared types in electron/shared/
- Split redis-service into modular redis/ directory
- Flatten renderer to src/ (remove src/renderer/ nesting)
- Update electron.vite.config.ts paths
- Update tsconfig paths
- Output to electron-dist/
|
2026-07-04 21:12:50 +08:00 |
|
Jokul
|
7e5d61c099
|
feat(phase1): architecture skeleton
- Electron 33 main process with frameless window, IPC, win-state persistence
- Preload with contextBridge typed API (window, theme, dialog)
- Vue 3 + Pinia + Element Plus + Vue Router renderer
- Dark/light dual theme via CSS custom properties
- TitleBar with window controls + theme toggle
- StatusBar placeholder
- Design spec document
|
2026-07-04 17:21:00 +08:00 |
|
Jokul
|
3e06def637
|
chore: init v2 project scaffold
- Add electron-vite + Vue 3 + TypeScript build config
- Add .gitignore with legacy/ exclusion
- Add AGENTS.md with architecture & dev commands
- Update README.md
|
2026-07-04 16:12:35 +08:00 |
|