feat: #3 tire temperature matrix dashboard (FL/FR/RL/RR heatmap)

This commit is contained in:
2026-07-26 18:42:36 +08:00
parent a2e7141338
commit ea32fa841e
3 changed files with 108 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"id": "tire_temp",
"name": "轮胎温度矩阵",
"category": "physics",
"description": "四轮实时温度热力图,蓝=冷 / 绿=最佳 / 红=过热",
"author": "Yei.J. (AskaEth)",
"version": "1.0.0",
"supported_games": "forza_horizon,forza_horizon_6,forza_motorsport",
"config": {
"icon": "🌡",
"aspect_ratio": "4:3",
"render_mode": "contain"
}
}