55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/my/my",
|
|
"pages/theater/theater",
|
|
"pages/recommend/recommend",
|
|
"pages/search/search",
|
|
"pages/leaderboard/leaderboard",
|
|
"pages/subscribe/subscribe",
|
|
"pages/consumption/consumption",
|
|
"pages/rechargeRecord/rechargeRecord",
|
|
"pages/videoDetail/videoDetail",
|
|
"pages/pay/pay",
|
|
"pages/history/history",
|
|
"pages/collection/collection"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#080B16",
|
|
"navigationBarTitleText": "古言剧场",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#5BBE04",
|
|
"backgroundColor": "#000000",
|
|
"custom": false,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"iconPath": "/static/tab/home.png",
|
|
"selectedIconPath": "/static/tab/home_selected.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/recommend/recommend",
|
|
"iconPath": "/static/tab/recommend.png",
|
|
"selectedIconPath": "/static/tab/recommend_selected.png",
|
|
"text": "推荐"
|
|
},
|
|
{
|
|
"pagePath": "pages/theater/theater",
|
|
"iconPath": "/static/tab/theater.png",
|
|
"selectedIconPath": "/static/tab/theater_selected.png",
|
|
"text": "剧场"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"iconPath": "/static/tab/my.png",
|
|
"selectedIconPath": "/static/tab/my_selected.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
} |