mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 11:37:06 +08:00
- ChatWindow 模型下拉框新增 deepseek-v4-pro / deepseek-v4-flash - 主进程 model 兜底值改为 deepseek-v4-flash - 同步更新 .env.example 默认模型 - 修复旧 localStorage 中 gpt-5.5 等不支持的模型导致的 400 报错
18 lines
603 B
Bash
18 lines
603 B
Bash
# WeChat Database Key (Optional, can be entered in UI)
|
|
VITE_DB_KEY=
|
|
|
|
# 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 used to decrypt image .dat files in WeChat 4.0+
|
|
# 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=
|