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"