Merge branch 'master' into feat/dingtalk

This commit is contained in:
Junyan Qin (Chin)
2025-02-14 00:01:03 +08:00
committed by GitHub
30 changed files with 900 additions and 37 deletions
+6 -3
View File
@@ -49,7 +49,10 @@
"enable": false,
"app_id": "cli_abcdefgh",
"app_secret": "XXXXXXXXXX",
"bot_name": "LangBot"
"bot_name": "LangBot",
"enable-webhook": false,
"port": 2285,
"encrypt-key": "xxxxxxxxx"
},
{
"adapter": "discord",
@@ -68,11 +71,11 @@
},
{
"adapter":"officialaccount",
"enable": true,
"enable": false,
"token": "",
"EncodingAESKey":"",
"AppSecret":"",
"AppID":"",
"AppSecret":"",
"host": "0.0.0.0",
"port": 2287
},