1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 14:24:58 +02:00

Update frontend-js-size.yml

This commit is contained in:
syuilo
2026-06-20 20:03:57 +09:00
parent 36d78a788d
commit 3c003d73c4

View File

@@ -156,7 +156,7 @@ jobs:
if (diff === 0) return `0%`;
const percent = Math.round(diff / beforeSize * 100);
const color = diff > 0 ? 'orange' : 'green';
return `$\\color{${color}}{\\text{${formatMathText(percent)}}}$`;
return `$\\color{${color}}{\\text{${formatMathText(percent.toString())}}}$`;
}
function escapeCell(value) {