mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 03:27:00 +08:00
- 接入微信 4.0 WCDB 数据库解密,兼容微信 3.0 解密方式 - 支持图片解密及图片预览、缩放、旋转和拖动 - 支持语音解密与播放 - 支持表情包、引用、分享、名片、位置及通话消息解析 - 支持联系人和群聊真实头像 - 优化群聊、联系人分类及排序 - 修复复合消息类型和压缩消息内容解析 - 完善原生解密库打包及数据库错误提示
18 lines
599 B
Bash
18 lines
599 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 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=
|