feat: universal gear indicator with R/N/1-8 display, configurable gear_style mapping

This commit is contained in:
2026-07-25 16:23:42 +08:00
parent b8fa14fc67
commit 636801b6a3
2 changed files with 99 additions and 32 deletions
+3 -2
View File
@@ -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"
}
}