feat(channels): add DingTalk via bundled plugin mirror and pure Node deploy (#215)
This commit is contained in:
committed by
GitHub
Unverified
parent
d4f77a442c
commit
d63810f54b
@@ -108,6 +108,38 @@
|
||||
"システムが自動的に電話番号を識別します"
|
||||
]
|
||||
},
|
||||
"dingtalk": {
|
||||
"description": "OpenClaw のチャンネルプラグイン経由で DingTalk に接続します(Stream モード)",
|
||||
"docsUrl": "https://github.com/soimy/openclaw-channel-dingtalk",
|
||||
"fields": {
|
||||
"clientId": {
|
||||
"label": "Client ID (AppKey)",
|
||||
"placeholder": "dingxxxxxx"
|
||||
},
|
||||
"clientSecret": {
|
||||
"label": "Client Secret (AppSecret)",
|
||||
"placeholder": "アプリのシークレット"
|
||||
},
|
||||
"robotCode": {
|
||||
"label": "Robot Code(任意)",
|
||||
"placeholder": "通常は Client ID と同じ"
|
||||
},
|
||||
"corpId": {
|
||||
"label": "Corp ID(任意)",
|
||||
"placeholder": "dingxxxxxx"
|
||||
},
|
||||
"agentId": {
|
||||
"label": "Agent ID(任意)",
|
||||
"placeholder": "123456789"
|
||||
}
|
||||
},
|
||||
"instructions": [
|
||||
"まず OpenClaw に dingtalk プラグインをインストールして有効化します",
|
||||
"DingTalk 開発者コンソールで社内アプリを作成し Stream モードを有効にします",
|
||||
"Client ID と Client Secret を入力します(必須)",
|
||||
"必要に応じて Robot Code / Corp ID / Agent ID を入力します"
|
||||
]
|
||||
},
|
||||
"signal": {
|
||||
"description": "signal-cli を使用して Signal に接続します",
|
||||
"fields": {
|
||||
|
||||
Reference in New Issue
Block a user