13 lines
389 B
JSON
13 lines
389 B
JSON
{
|
|
"navigationBarTitleText": "涂鸦丫",
|
|
"navigationBarBackgroundColor": "#FFD719",
|
|
"homeButton": true,
|
|
"backgroundColor": "#F6F6F6",
|
|
"enablePullDownRefresh": false,
|
|
"usingComponents": {
|
|
"van-icon": "@vant/weapp/icon/index",
|
|
"word-input": "../../components/word-input/word-input",
|
|
"word-card": "../../components/word-card/word-card"
|
|
}
|
|
}
|