cleanup: archive unused scripts, finalize docs

- Moved old GDB hook and memory monitor scripts to archive/
- Updated README with final Docker solution
- Updated .env.example, .gitignore
- Added final-note.md documenting deployment decision
- All research scripts preserved in archive/ for reference
This commit is contained in:
2026-06-24 02:03:24 +08:00
parent f1630ebb03
commit b7993a54d5
12 changed files with 93 additions and 56 deletions
+7 -7
View File
@@ -1,11 +1,11 @@
# 环境变量配置
# MoWeChat 环境变量配置(2026-06-24 最终版)
# Hermes Gateway 地址
# Docker Bot token
WECHAT_BOT_TOKEN=your_fixed_token_here
# Hermes Gateway
HERMES_API=http://192.168.1.246:8642/v1/chat/completions
HERMES_KEY=hermes123
# SenseNova 图像生成
SENSENOVA_KEY=sk-aRNj3UwKSLPsDfh15QNTPwbHxahblfaO
# Doubao OCR
DOUBAO_KEY=b0359bed-09f2-49e2-a53c-32ba057412e3
# Webhook 端口
WEBHOOK_PORT=5804