13 lines
395 B
JSON
13 lines
395 B
JSON
{
|
|
"navigationBarTitleText": "形状涂色练习生成器",
|
|
"navigationBarBackgroundColor": "#667eea",
|
|
"homeButton": true,
|
|
"backgroundColor": "#f5f5f5",
|
|
"enablePullDownRefresh": false,
|
|
"usingComponents": {
|
|
"van-popup": "@vant/weapp/popup/index",
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"color-picker": "/components/color-picker/color-picker"
|
|
}
|
|
}
|