fix: nds9 font size should be 10px

This commit is contained in:
2025-11-13 00:25:00 +01:00
parent 26606ad1d9
commit c0eba9cfee

View File

@@ -55,7 +55,7 @@ useRender((ctx) => {
}
ctx.fillStyle = "black";
ctx.font = "9px NDS9";
ctx.font = "10px NDS9";
ctx.letterSpacing = "2px";
const timeText = `${month}/${year}`;