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
+13
View File
@@ -0,0 +1,13 @@
{
"navigationBarTitleText": "涂鸦丫-图形",
"navigationBarBackgroundColor": "#FFD719",
"homeButton": true,
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"van-divider": "@vant/weapp/divider/index",
"van-icon": "@vant/weapp/icon/index",
"van-popup": "@vant/weapp/popup/index",
"toy-button": "../../ui/button/button"
}
}