feat: 新增 clawdbot 兼容支持

This commit is contained in:
sliverp
2026-02-03 20:14:19 +08:00
parent cbe108f8bc
commit c800d39d61
4 changed files with 132 additions and 51 deletions

View File

@@ -1,14 +1,17 @@
{
"name": "@openclaw/qqbot",
"version": "2026.1.31",
"name": "qqbot",
"version": "1.3.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "OpenClaw QQ Bot channel plugin with streaming message support",
"clawdbot": {
"extensions": ["./index.ts"]
},
"moltbot": {
"extensions": ["./index.ts"]
},
"openclaw": {
"extensions": [
"./index.ts"
]
"extensions": ["./index.ts"]
},
"scripts": {
"build": "tsc || true",
@@ -27,6 +30,8 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"clawdbot": "*",
"moltbot": "*",
"openclaw": "*"
}
}