feat: 初始化图形页

This commit is contained in:
2025-07-11 17:19:49 +08:00
parent d1b451418e
commit 72be2372ee
16 changed files with 93 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
Page({
data: {
shapeList: [],
},
onLoad() {
this.setData({
shapeList: [],
});
},
});