14 lines
415 B
JSON
14 lines
415 B
JSON
{
|
|
"usingComponents": {
|
|
"loadmore": "../../components/loadmore",
|
|
"recentlyPlayed": "../../components/recentlyPlayed",
|
|
"van-tab": "@vant/weapp/tab/index",
|
|
"van-tabs": "@vant/weapp/tabs/index",
|
|
"van-sticky": "@vant/weapp/sticky/index",
|
|
"van-divider": "@vant/weapp/divider/index"
|
|
},
|
|
"navigationBarTitleText": "排行榜",
|
|
"enablePullDownRefresh": true,
|
|
"backgroundTextStyle": "dark"
|
|
}
|