feishu: add private/group controls (allow_chats, group enable, mention gating)

This commit is contained in:
DBT
2026-02-27 03:39:19 +00:00
parent 371164ab9d
commit 3071fe151d
3 changed files with 76 additions and 13 deletions

View File

@@ -109,7 +109,10 @@
"app_secret": "",
"encrypt_key": "",
"verification_token": "",
"allow_from": []
"allow_from": [],
"allow_chats": [],
"enable_groups": true,
"require_mention_in_groups": true
},
"dingtalk": {
"enabled": false,