feat(channel): add qq bot (#363)

Co-authored-by: 陶建行 <189307154@qq.com>
This commit is contained in:
taojianhang
2026-03-10 14:20:02 +08:00
committed by GitHub
Unverified
parent 65c2b73e23
commit 1bae8229af
14 changed files with 1018 additions and 784 deletions

View File

@@ -315,6 +315,25 @@
"Create a new Bot Account",
"Copy the access token"
]
},
"qqbot": {
"description": "Connect QQ Bot via @sliverp/qqbot plugin",
"docsUrl": "https://github.com/sliverp/qqbot/blob/main/README.zh.md",
"fields": {
"appId": {
"label": "App ID",
"placeholder": "Your QQ Bot App ID"
},
"clientSecret": {
"label": "Client Secret",
"placeholder": "Your QQ Bot Client Secret"
}
},
"instructions": [
"Register an app at QQ Bot Open Platform",
"Get App ID and Client Secret",
"Fill in your credentials below"
]
}
},
"viewDocs": "View Documentation"

View File

@@ -315,6 +315,25 @@
"アクセストークンをコピーします"
],
"docsUrl": "https://docs.openclaw.ai/channels/mattermost"
},
"qqbot": {
"description": "@sliverp/qqbot プラグイン経由で QQ ボットに接続します",
"fields": {
"appId": {
"label": "App ID",
"placeholder": "QQ ボットの App ID"
},
"clientSecret": {
"label": "Client Secret",
"placeholder": "QQ ボットの Client Secret"
}
},
"instructions": [
"QQ ボットオープンプラットフォームでアプリを登録します",
"App ID と Client Secret を取得します",
"認証情報を入力します"
],
"docsUrl": "https://github.com/sliverp/qqbot/blob/main/README.zh.md"
}
},
"viewDocs": "ドキュメントを表示"

View File

@@ -315,6 +315,25 @@
"创建一个新的 Bot 账户",
"复制访问令牌"
]
},
"qqbot": {
"description": "通过 @sliverp/qqbot 插件连接 QQ 机器人",
"docsUrl": "https://github.com/sliverp/qqbot/blob/main/README.zh.md",
"fields": {
"appId": {
"label": "App ID",
"placeholder": "您的 QQ 机器人 App ID"
},
"clientSecret": {
"label": "Client Secret",
"placeholder": "您的 QQ 机器人 Client Secret"
}
},
"instructions": [
"前往 QQ 机器人开放平台注册应用",
"获取 App ID 和 Client Secret",
"在下方填写凭证信息"
]
}
},
"viewDocs": "查看文档"