mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 14:20:51 +08:00
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:
15
README.md
15
README.md
@@ -127,6 +127,21 @@ npm run dev
|
||||
- API服务: http://localhost:8000
|
||||
- API文档: http://localhost:8000/docs
|
||||
|
||||
## 打包为 EXE(Windows 桌面端)
|
||||
|
||||
本项目提供基于 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`
|
||||
|
||||
## 使用指南
|
||||
|
||||
### 获取解密密钥
|
||||
|
||||
Reference in New Issue
Block a user