feat(desktop): 新增 Electron 桌面端壳与自绘标题栏

- 新增 desktop/ Electron 工程:启动后端并等待 /api/health,就绪后加载页面;打包模式从 extraResources 读取 UI/后端
- 新增 DesktopTitleBar 组件,适配 frame:false 自绘标题栏,并修复桌面端 100vh 布局导致的外层滚动条
- chat 页面右侧布局调整更接近原生微信;detection-result 调试输出仅在 dev 环境启用
- .gitignore 忽略 desktop 构建产物/依赖,保留 .gitkeep 占位文件
- README 补充 Windows 桌面端 EXE 打包(npm run dist)与产物路径说明
This commit is contained in:
2977094657
2026-01-17 18:23:52 +08:00
parent 848847c162
commit 6eb161c726
15 changed files with 5793 additions and 6 deletions

View File

@@ -127,6 +127,21 @@ npm run dev
- API服务: http://localhost:8000
- API文档: http://localhost:8000/docs
## 打包为 EXEWindows 桌面端)
本项目提供基于 Electron 的桌面端安装包NSIS `Setup.exe`)。
```bash
# 1) 安装桌面端依赖
cd desktop
npm install
# 2) 打包会自动nuxt generate -> 拷贝静态资源 -> PyInstaller 打包后端 -> electron-builder 生成安装包)
npm run dist
```
输出位置:`desktop/dist/WeChatDataAnalysis Setup <version>.exe`
## 使用指南
### 获取解密密钥