feat: support wecom (#372)
Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
905ce02b0b
commit
b86f47171b
@@ -185,6 +185,25 @@
|
||||
"注意:当前OpenClaw文档中未提及,但请务必在权限管理中添加 contact:contact.base:readonly **应用权限**,否则无法正常使用"
|
||||
]
|
||||
},
|
||||
"wecom": {
|
||||
"description": "通过插件连接企业微信机器人",
|
||||
"docsUrl": "https://open.work.weixin.qq.com/help2/pc/cat?doc_id=21657",
|
||||
"fields": {
|
||||
"botId": {
|
||||
"label": "机器人 Bot ID",
|
||||
"placeholder": "ww_xxxxxx"
|
||||
},
|
||||
"secret": {
|
||||
"label": "应用 Secret",
|
||||
"placeholder": "您的企业微信机器人 Secret"
|
||||
}
|
||||
},
|
||||
"instructions": [
|
||||
"您可以在企业微信管理后台创建应用并获取配置信息",
|
||||
"确保已启用接收消息服务器配置",
|
||||
"填写 Bot ID(可选企业 ID 或者直接使用机器人专属 ID)及 Secret 即可建立连接"
|
||||
]
|
||||
},
|
||||
"imessage": {
|
||||
"description": "通过 BlueBubbles (macOS) 连接 iMessage",
|
||||
"docsUrl": "https://docs.openclaw.ai/zh-CN/channels/bluebubbles",
|
||||
@@ -299,4 +318,4 @@
|
||||
}
|
||||
},
|
||||
"viewDocs": "查看文档"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user