Files
doodle-mini/miniprogram/pages/shape/index.json
T
2025-07-11 17:19:49 +08:00

14 lines
419 B
JSON

{
"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"
}
}