fix: 补充缺失的 vision 能力声明 (#7)

以下模型实际支持图片理解但 capabilities 中缺少 vision,导致
DesireCore 前端误拦截图片消息:

minimax:
- MiniMax-M2.7(用户实测确认支持图片输入)
- MiniMax-M2.7-highspeed

volcengine:
- doubao-2.0-pro(官方:支持文字、图片、视频输入)
- doubao-seed-1.8(官方:升级多模态理解)
- doubao-seed-1.6(官方:All-in-One,支持多模态理解)
- doubao-seed-1.6-flash(官方:视觉理解能力比肩友商旗舰)

presetDataVersion: 31 → 32
This commit is contained in:
2026-04-27 18:56:55 +08:00
committed by GitHub
parent 6e5d03b6df
commit d1271bd894
3 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 31,
"updatedAt": "2026-04-25",
"presetDataVersion": 32,
"updatedAt": "2026-04-27",
"description": "DesireCore 官方配置中心"
}