Files
doodle-mini/miniprogram/pages/shape/index.json
T
2025-11-21 17:17:36 +08:00

19 lines
764 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",
"van-dialog": "@vant/weapp/dialog/index",
"toy-button": "../../ui/button/button",
"shape-card": "../../components/shape-card/shape-card",
"shape-picker": "../../components/shape-picker/shape-picker",
"color-picker": "../../components/color-picker/color-picker",
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup"
}
}