mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 03:27:00 +08:00
18 lines
617 B
Bash
18 lines
617 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-chat
|
|
|
|
# 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=
|