2177e65fb4
- DashboardTheme model adds supported_games (default: 'all') - Built-in dashboards declare game compatibility: speedometer/tachometer/gear_indicator -> all lap_timer -> forza_horizon_5,forza_horizon_4,forza_motorsport,f1_24 - Dashboard browser filters themes by selected game - Card shows '全' (all) or '限' (limited) badge - Updated DASHBOARD_DEV.md with supported_games spec
17 lines
434 B
JSON
17 lines
434 B
JSON
{
|
|
"id": "tachometer",
|
|
"name": "转速仪表 - 转速表",
|
|
"category": "rpm",
|
|
"description": "赛车风格弧形转速表,支持红区换档提示,推荐横屏",
|
|
"author": "Yei.J. (AskaEth)",
|
|
"version": "1.0.0",
|
|
"supported_games": "all",
|
|
"config": {
|
|
"icon": "⏱️",
|
|
"max_rpm": 8000,
|
|
"redline": 7000,
|
|
"aspect_ratio": "16:9",
|
|
"render_mode": "contain"
|
|
}
|
|
}
|