Add chat app adapters for QQ, Feishu, WeCom, and DingTalk
This commit is contained in:
@@ -30,5 +30,18 @@ claude_config = {
|
||||
# If you need them
|
||||
# tg_bot_token = '84102K2gYZ...'
|
||||
# tg_allowed_users = [6806...]
|
||||
# qq_app_id = '123456789'
|
||||
# qq_app_secret = 'xxxxxxxxxxxxxxxx'
|
||||
# qq_allowed_users = ['your_user_openid'] # 留空或 ['*'] 表示允许所有 QQ 用户
|
||||
# fs_app_id = 'cli_xxxxxxxxxxxxxxxx'
|
||||
# fs_app_secret = 'xxxxxxxxxxxxxxxx'
|
||||
# fs_allowed_users = ['ou_xxxxxxxxxxxxxxxx'] # 留空或 ['*'] 表示允许所有飞书用户
|
||||
# wecom_bot_id = 'your_bot_id'
|
||||
# wecom_secret = 'your_bot_secret'
|
||||
# wecom_allowed_users = ['your_user_id'] # 留空或 ['*'] 表示允许所有企业微信用户
|
||||
# wecom_welcome_message = '你好,我在线上。'
|
||||
# dingtalk_client_id = 'your_app_key'
|
||||
# dingtalk_client_secret = 'your_app_secret'
|
||||
# dingtalk_allowed_users = ['your_staff_id'] # 留空或 ['*'] 表示允许所有钉钉用户
|
||||
|
||||
# proxy = "http://127.0.0.1:2082"
|
||||
|
||||
Reference in New Issue
Block a user