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
+1 -1
View File
@@ -19,6 +19,6 @@
"lib": ["ES2020"],
"typeRoots": ["./node_modules/@types", "./typings"]
},
"include": ["./**/*.ts"],
"include": ["./**/*.ts", "miniprogram/demoPages/shapePrint/index.js"],
"exclude": ["node_modules"]
}