添加计分本草稿功能

This commit is contained in:
kron
2025-11-27 12:02:57 +08:00
parent c697a7edd0
commit 82a0ee83b2
7 changed files with 165 additions and 49 deletions

View File

@@ -86,7 +86,7 @@ const drawRoundImage = async (
};
function drawRingCircle(ctx, x, y, text, diameter = 9) {
const fillColor = "#ff4444";
const fillColor = "#00bf04";
const borderColor = "#ffffff";
const borderWidth = 1;
const r = diameter / 2;