Commit Graph

15 Commits

Author SHA1 Message Date
fyah
cf71a9a619 记忆更新 2026-05-09 13:40 2026-05-09 13:40:06 +08:00
fyah
4ea48b9bd8 添加记忆同步脚本 2026-05-09 13:36:27 +08:00
fyah
c08424a4dc PWA对话界面重构 + 记忆库桥接
- 纯对话界面:消息气泡、深灰输入框
- 桥接服务接入 DeepSeek API
- 记忆库文件纳入 mao1 仓库(含沈晏身份/对话规则)
- 移除 ModelSelector、光晕效果等无关元素

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 13:33:12 +08:00
fyah
91a8b6b7e4 feat: add PWA — mobile multi-model chat app (Vite + React)
- Vite + React + TypeScript + Tailwind v4
- vite-plugin-pwa for service worker and manifest
- Dark mode, borderless design with glow effects
- Reuses Elec components, adapted for mobile viewport
- Standalone-ready: can install to phone home screen

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 12:19:19 +08:00
fyah
e5409c81bb fix: move React source into src/renderer/ — electron-vite renderer root
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:39:45 +08:00
fyah
43a599fc14 fix: use absolute /src/main.tsx path for dev server resolution
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:36:07 +08:00
fyah
865d2e2f65 chore: remove debug test text
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:34:32 +08:00
fyah
1d459b14e7 fix: use ELECTRON_RENDERER_URL (electron-vite sets this, not VITE_DEV_SERVER_URL)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:33:30 +08:00
fyah
8bd977987a fix: restructure Elec to match electron-vite expected layout
- Move index.html to src/renderer/ (electron-vite hard requirement)
- Flatten React source to src/ (main.tsx, App.tsx, components/)
- Remove debug red background
- Use @tailwindcss/postcss plugin

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:31:38 +08:00
fyah
18928b3d16 debug: red background test to check renderer loading
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:27:03 +08:00
fyah
6aa9f7ff49 fix: use @tailwindcss/postcss for Tailwind v4 compatibility
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:24:17 +08:00
fyah
9750a7c865 fix: add tailwindcss PostCSS plugin
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:20:31 +08:00
fyah
a0c24ee13e fix: add main field to Elec package.json
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:17:46 +08:00
fyah
0ee021e613 feat: add Elec — dark mode multi-model chat UI
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:14:28 +08:00
fyah
e9daabb821 feat: scaffold anchor-desktop 2026-04-27 12:12:56 +08:00