添加计分本草稿功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user