feat:绘制图形

This commit is contained in:
2025-09-12 16:56:00 +08:00
parent 3b4b2dcd64
commit 6acc5d676c
27 changed files with 76464 additions and 112 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -15,6 +15,7 @@ interface ShapeCard {
fillColor: string;
drawFunction?: string;
checked?: boolean;
checkedDisabled?: boolean;
}
const SHAPES: ShapeCard[] = [