feat: 添加 QQ Bot 频道配置

This commit is contained in:
sliverp 2026-01-29 17:46:07 +08:00
parent f85fcc1674
commit 61d36bf8fb

View File

@ -5,10 +5,26 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"clawdbot": {
"extensions": ["./index.ts"]
"extensions": ["./index.ts"],
"channel": {
"id": "qqbot",
"label": "QQ Bot",
"selectionLabel": "QQ Bot (Official API)",
"docsPath": "/docs/channels/qqbot",
"blurb": "Connect to QQ via official QQ Bot API",
"order": 50
}
},
"moltbot": {
"extensions": ["./index.ts"]
"extensions": ["./index.ts"],
"channel": {
"id": "qqbot",
"label": "QQ Bot",
"selectionLabel": "QQ Bot (Official API)",
"docsPath": "/docs/channels/qqbot",
"blurb": "Connect to QQ via official QQ Bot API",
"order": 50
}
},
"scripts": {
"build": "tsc",