Files
doodle-mini/miniprogram/mathPages/countMatch/countMatch.json
T
2025-12-02 11:34:08 +08:00

13 lines
447 B
JSON

{
"navigationBarTitleText": "数一数,连一连",
"navigationBarBackgroundColor": "#FFD719",
"homeButton": true,
"backgroundColor": "#F6F6F6",
"enablePullDownRefresh": false,
"usingComponents": {
"toy-button": "../../ui/button/button",
"share-guide-popup": "../../components/share-guide-popup/share-guide-popup",
"van-action-sheet": "../../miniprogram_npm/@vant/weapp/action-sheet/index"
}
}