feat: add multi-account weixin channel

This commit is contained in:
lpf
2026-03-23 18:04:13 +08:00
parent 88fccb21ee
commit 8e2bf3c492
10 changed files with 1548 additions and 1 deletions

View File

@@ -145,6 +145,13 @@
"inbound_message_id_dedupe_ttl_seconds": 600,
"inbound_content_dedupe_window_seconds": 12,
"outbound_dedupe_window_seconds": 12,
"weixin": {
"enabled": false,
"base_url": "https://ilinkai.weixin.qq.com",
"default_bot_id": "",
"accounts": [],
"allow_from": []
},
"telegram": {
"enabled": false,
"token": "YOUR_TELEGRAM_BOT_TOKEN",