fix: 修复图片发送失败时的错误处理及路径配置

This commit is contained in:
sliverp
2026-01-30 18:33:54 +08:00
parent 6c6c5bd7fd
commit 0ace68d2a4
3 changed files with 23 additions and 4 deletions

9
openclaw.plugin.json Normal file
View File

@@ -0,0 +1,9 @@
{
"id": "qqbot",
"channels": ["qqbot"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}