fix: correct Forza gear mapping - 0=N, 1-10=gears, 11=R, 21=P; update gear indicator and composite dashboard

This commit is contained in:
2026-07-25 16:38:19 +08:00
parent 09ac4f8e11
commit 7226d58a7a
4 changed files with 193 additions and 142 deletions
+3 -4
View File
@@ -2,14 +2,13 @@
"id": "gear_indicator",
"name": "档位指示器",
"category": "basic",
"description": "自适应档位显示,支持R/N/1-8 高亮提示",
"description": "自适应档位显示,支持P/R/N/D/1-10,根据游戏自动匹配编码",
"author": "Yei.J. (AskaEth)",
"version": "1.0.0",
"version": "1.1.0",
"supported_games": "all",
"config": {
"icon": "⚙️",
"aspect_ratio": "1:1",
"render_mode": "contain",
"gear_style": "auto"
"render_mode": "contain"
}
}