51 lines
1.3 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/discover/discover",
"pages/binge/binge",
"pages/my/my",
"pages/search/search",
"pages/history/history",
"pages/transaction/transaction",
"pages/give/give",
"pages/wxkf/wxkf",
"pages/purchaseNotes/purchaseNotes",
"pages/addqywx/addqywx",
"pages/video/video"
],
"window": {
"defaultTitle": "古言剧场"
},
"tabBar": {
"textColor": "#dddddd",
"selectedColor": "#49a9ee",
"backgroundColor": "#ffffff",
"disableOnInit": false,
"items": [
{
"name": "追剧",
"pagePath": "pages/binge/binge",
"icon": "/static/tabbar/binge_off.png",
"activeIcon": "/static/tabbar/binge_on.png"
},
{
"name": "短剧",
"pagePath": "pages/index/index",
"icon": "/static/tabbar/playlet_off.png",
"activeIcon": "/static/tabbar/playlet_on.png"
},
{
"name": "壁纸",
"pagePath": "pages/discover/discover",
"icon": "/static/tabbar/discover_off.png",
"activeIcon": "/static/tabbar/discover_on.png"
},
{
"name": "我的",
"pagePath": "pages/my/my",
"icon": "/static/tabbar/my_off.png",
"activeIcon": "/static/tabbar/my_on.png"
}
]
}
}