56 lines
1.4 KiB
JSON
56 lines
1.4 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/purchaseNotes/purchaseNotes",
|
|
"pages/video/video",
|
|
"pages/videoAndroid/videoAndroid"
|
|
],
|
|
"plugins": {
|
|
"myPlugin": {
|
|
"version": "*",
|
|
"provider": "3000000091373235"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |