feat(album): 支持 LLBot 群相册接口并优化 OneBot 适配器

This commit is contained in:
SXP-Simon
2026-04-22 15:15:59 +08:00
parent d36bf4941a
commit b119ea741e
2 changed files with 84 additions and 31 deletions
+2 -2
View File
@@ -424,7 +424,7 @@
"qq_group_upload": {
"description": "群文件/群相册上传设置",
"type": "object",
"hint": "图片报告生成后自动上传到群文件目录或群相册。群文件上传基于 OneBot upload_group_file API,群相册上传为 NapCat 扩展 API。仅对 QQ(OneBot)平台的图片格式报告生效",
"hint": "图片报告生成后自动上传到群文件目录或群相册。群文件上传基于 OneBot upload_group_file API。仅对 QQOneBot)平台的图片格式报告生效",
"items": {
"enable_group_file_upload": {
"type": "bool",
@@ -440,7 +440,7 @@
},
"enable_group_album_upload": {
"type": "bool",
"description": "启用群相册上传NapCat 通过测试)",
"description": "启用群相册上传",
"default": false,
"hint": "图片报告生成后,自动上传到群相册(确保 Bot 有权限上传群相册)。此功能为 NapCat 扩展 API,其他 OneBot 实现可能不支持"
},