From e97d6ee36f2747ed4fad80fa4c030b400f1384ab Mon Sep 17 00:00:00 2001 From: AskaEth Date: Sun, 26 Jul 2026 18:34:08 +0800 Subject: [PATCH] fix: RPM unit label to 'rpm' matching displayed value --- dashboards/forza_composite/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html index 059a5d7..1c8f588 100644 --- a/dashboards/forza_composite/index.html +++ b/dashboards/forza_composite/index.html @@ -153,7 +153,7 @@ function draw(cur,max){ ctx.fillStyle='#fff';ctx.font=`200 ${Math.max(128,W/4.5)|0}px 'NEXT ART',sans-serif`;ctx.textAlign='center'; ctx.fillText(Math.round(cur).toLocaleString(),sx+160,sy-260); ctx.fillStyle='rgba(255,255,255,.12)';ctx.font=`${Math.max(32,W/17)|0}px 'NEXT ART',sans-serif`; - ctx.fillText('\u00d71000 rpm',sx+160,sy-180); + ctx.fillText('rpm',sx+160,sy-180); // redline ctx.strokeStyle='rgba(255,40,30,.1)';ctx.lineWidth=1;ctx.setLineDash([3,6]);