feat: 图形页开发

This commit is contained in:
2025-07-25 17:16:33 +08:00
parent 2e0bae3a64
commit 5ce211ee5a
14 changed files with 282 additions and 8 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
import { SHAPES } from '../../constants/shapes';
Page({
data: {
shapeList: [],
shapeList: SHAPES,
},
onLoad() {
this.setData({
shapeList: [],
});
},
});