mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 03:27:00 +08:00
合并 feat/report 的日报功能 + main 的图片识别基建: - 保留 main 分支的图片识别能力(ai-provider-service + key-store + settings/ai-model) - 保留 feat/report 的日报功能(ChatWindow.tsx + group-report* + mobile_daily_report.html) - index.ts/preload 同时保留两边的 IPC handler(api:chat / ai:testVision / report:export / db:getImage) 冲突解决: - main/index.ts ai:chat:采用 main 版本(AIProviderService) - group-report-service.ts values:采用 feat/report 版本(完整 hero/section 占位符) - 整文件替换:ChatWindow.tsx / group-report.ts / mobile_daily_report.html (采用 feat/report 版本,与 group-report-facts.ts 协同)
22 lines
766 B
Bash
22 lines
766 B
Bash
# WeChat Database Key (Optional, can be entered in UI)
|
|
VITE_DB_KEY=
|
|
|
|
# Auto login on startup with VITE_DB_KEY or saved key.
|
|
# Set to true/1/yes/on for local development. Default is disabled.
|
|
VITE_AUTO_LOGIN=false
|
|
|
|
# AI API Configuration (Optional, can be entered in UI)
|
|
VITE_DEEPSEEK_API_KEY=
|
|
VITE_AI_BASE_URL=https://api.deepseek.com
|
|
VITE_AI_MODEL=deepseek-v4-flash
|
|
|
|
# Message types to filter out (comma separated). Empty means show all message types.
|
|
VITE_FILTER_MSG_TYPES=
|
|
|
|
# Image Decryption Keys (Optional, for WeChat 4.0+ image decryption)
|
|
# These are dev fallbacks. End users can fill or auto-fetch them in Settings.
|
|
# XOR Key: hex format like 0x40, 0x53 etc.
|
|
# AES Key: 16-character string, derived from wxid and code
|
|
VITE_IMAGE_XOR_KEY=
|
|
VITE_IMAGE_AES_KEY=
|