feat: add HappyHorse (快乐马) video generation models (#39)

- Add happyhorse.json with 6 models: 1.1/1.0 × T2V/I2V/R2V
- T2V: text-to-video, I2V: image-to-video, R2V: reference-to-video (up to 9 images)
- Provider: HappyHorse via Alibaba Cloud Bailian
- Register in _index.json (now 22 providers)
- Bump presetDataVersion 62→63
This commit is contained in:
Johnson-LYS
2026-07-03 13:37:51 +08:00
committed by GitHub
parent 51935c0d54
commit e73b607706
3 changed files with 75 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"presetDataVersion": 62,
"updatedAt": "2026-06-29",
"presetDataVersion": 63,
"updatedAt": "2026-07-03",
"description": "DesireCore 官方配置中心"
}