13 lines
352 B
JSON
13 lines
352 B
JSON
{
|
|
"usingComponents": {
|
|
"navbar": "../../components/navbar",
|
|
"loadmore": "../../components/loadmore",
|
|
"van-tab": "@vant/weapp/tab/index",
|
|
"van-tabs": "@vant/weapp/tabs/index",
|
|
"recentlyPlayed": "../../components/recentlyPlayed"
|
|
},
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true,
|
|
"backgroundTextStyle": "dark"
|
|
}
|