refactor: merge FH4+FH5 into 'forza_horizon', add separate FH6 game plugin

This commit is contained in:
2026-07-25 16:40:03 +08:00
parent 7226d58a7a
commit cd08e793e1
9 changed files with 32 additions and 55 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ dashboards/my_dashboard/
| `description` | string | 否 | 描述文字 |
| `author` | string | 否 | 作者 |
| `version` | string | 否 | 版本号 |
| `supported_games` | string | 否 | 支持的游戏: `"all"` 或 ID 逗号分隔 (如 `"forza_horizon_5,f1_24"`) |
| `supported_games` | string | 否 | 支持的游戏: `"all"` 或 ID 逗号分隔 (如 `"forza_horizon,f1_24"`) |
| `config.icon` | string | 否 | 预览图标 emoji |
| `config.aspect_ratio` | string | 否 | 渲染比例: `auto` / `16:9` / `4:3` / `1:1` / `21:9` |
| `config.render_mode` | string | 否 | 渲染模式: `contain` / `cover` / `fill` / `center` |