mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-02 05:50:50 +08:00
- 新增 desktop/ Electron 工程:启动后端并等待 /api/health,就绪后加载页面;打包模式从 extraResources 读取 UI/后端 - 新增 DesktopTitleBar 组件,适配 frame:false 自绘标题栏,并修复桌面端 100vh 布局导致的外层滚动条 - chat 页面右侧布局调整更接近原生微信;detection-result 调试输出仅在 dev 环境启用 - .gitignore 忽略 desktop 构建产物/依赖,保留 .gitkeep 占位文件 - README 补充 Windows 桌面端 EXE 打包(npm run dist)与产物路径说明
38 lines
576 B
Plaintext
38 lines
576 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
/output/
|
|
/.idea
|
|
/.history/
|
|
/.augment/
|
|
/CLAUDE.md
|
|
|
|
# Local config templates
|
|
/wechat_db_config_template.json
|
|
.ace-tool/
|
|
|
|
# Local dev repos and data
|
|
/WxDatDecrypt/
|
|
/echotrace/
|
|
/oh-my-wechat/
|
|
/vue3-wechat-tool/
|
|
/wechatDataBackup/
|
|
/wx_key/
|
|
|
|
# Electron desktop app
|
|
/desktop/node_modules/
|
|
/desktop/dist/
|
|
/desktop/build/
|
|
/desktop/resources/ui/*
|
|
!/desktop/resources/ui/.gitkeep
|
|
/desktop/resources/backend/*.exe
|
|
!/desktop/resources/backend/.gitkeep
|
|
/desktop/resources/icon.ico
|