16 lines
412 B
JSON
16 lines
412 B
JSON
{
|
|
"id": "speedometer",
|
|
"name": "极速仪表 - 速度表",
|
|
"category": "speed",
|
|
"description": "大字号实时速度显示,支持km/h和mph,适合横屏全屏显示",
|
|
"author": "Yei.J. (AskaEth)",
|
|
"version": "1.0.0",
|
|
"config": {
|
|
"icon": "🏎️",
|
|
"unit": "kmh",
|
|
"show_unit": true,
|
|
"aspect_ratio": "auto",
|
|
"render_mode": "contain"
|
|
}
|
|
}
|