17 lines
643 B
JSON
17 lines
643 B
JSON
{
|
|
"navigationBarTitleText": "涂鸦丫",
|
|
"navigationBarBackgroundColor": "#FFD719",
|
|
"homeButton": true,
|
|
"backgroundColor": "#F6F6F6",
|
|
"enablePullDownRefresh": false,
|
|
"usingComponents": {
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"van-popup": "@vant/weapp/popup/index",
|
|
"word-input": "../../components/word-input/word-input",
|
|
"word-card": "../../components/word-card/word-card",
|
|
"color-picker": "../../components/color-picker/color-picker",
|
|
"introduction-popup": "../../components/introduction-popup/introduction-popup",
|
|
"toy-button": "../../ui/button/button"
|
|
}
|
|
}
|