63e3c8d607
- Each dashboard is now a self-contained folder: manifest.json + index.html - Auto-scan dashboards/ and data/dashboards/ on startup - Export: .tsd (dashboards), .tss (scenes), .tsp (game plugins) - all zip format - Dashboard index.html is complete standalone page (WS + data binding) - Aspect ratio constraints handled in each dashboard's own JS - Removed template-based dashboard rendering in favor of static serve - Import via file upload endpoints, export via direct file download
14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"id": "lap_timer",
|
|
"name": "圈速计时器",
|
|
"category": "timing",
|
|
"description": "当前圈速、最佳圈和上圈时间对比显示",
|
|
"author": "Yei.J. (AskaEth)",
|
|
"version": "1.0.0",
|
|
"config": {
|
|
"icon": "⏱️",
|
|
"aspect_ratio": "4:3",
|
|
"render_mode": "contain"
|
|
}
|
|
}
|