diff --git a/dashboards/gear_indicator/index.html b/dashboards/gear_indicator/index.html index 86ffa53..a4b2ff5 100644 --- a/dashboards/gear_indicator/index.html +++ b/dashboards/gear_indicator/index.html @@ -6,49 +6,117 @@ TurboSu - 档位
-
1
-
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
+
-
+
diff --git a/dashboards/gear_indicator/manifest.json b/dashboards/gear_indicator/manifest.json index 6b2dbd4..a4cb2d6 100644 --- a/dashboards/gear_indicator/manifest.json +++ b/dashboards/gear_indicator/manifest.json @@ -2,13 +2,14 @@ "id": "gear_indicator", "name": "档位指示器", "category": "basic", - "description": "醒目大圆档位显示,适合竖屏手机副屏", + "description": "自适应档位显示,支持R/N/1-8 高亮提示", "author": "Yei.J. (AskaEth)", "version": "1.0.0", "supported_games": "all", "config": { "icon": "⚙️", "aspect_ratio": "1:1", - "render_mode": "contain" + "render_mode": "contain", + "gear_style": "auto" } }