81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"entryPagePath": "pages/home/index",
|
|
"pages": [
|
|
"pages/home/index",
|
|
"pages/recommend/index",
|
|
"pages/discover/index",
|
|
"pages/my/index",
|
|
"pages/pay/index",
|
|
"pages/search/index",
|
|
"pages/history/index",
|
|
"pages/recharge/index",
|
|
"pages/giftCoins/index",
|
|
"pages/consumption/index",
|
|
"pages/kefu/index",
|
|
"pages/agreement/index",
|
|
"pages/purchaseNotes/index"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "古言网络",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColor": "#f8f7f8"
|
|
},
|
|
"tabBar": {
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"selectedColor": "#FB5196",
|
|
"color": "#999",
|
|
"list": [
|
|
{
|
|
"text": "首页",
|
|
"pagePath": "pages/home/index",
|
|
"iconPath": "/static/tabbar/home.png",
|
|
"selectedIconPath": "/static/tabbar/home_active.png"
|
|
},
|
|
{
|
|
"text": "排行榜",
|
|
"pagePath": "pages/recommend/index",
|
|
"iconPath": "/static/tabbar/Recommend.png",
|
|
"selectedIconPath": "/static/tabbar/Recommend_active.png"
|
|
},
|
|
{
|
|
"text": "追剧",
|
|
"pagePath": "pages/discover/index",
|
|
"iconPath": "/static/tabbar/reward.png",
|
|
"selectedIconPath": "/static/tabbar/reward_active.png"
|
|
},
|
|
{
|
|
"text": "我的",
|
|
"pagePath": "pages/my/index",
|
|
"iconPath": "/static/tabbar/profile.png",
|
|
"selectedIconPath": "/static/tabbar/profile_active.png"
|
|
}
|
|
]
|
|
},
|
|
"networkTimeout": {
|
|
"request": 10000,
|
|
"downloadFile": 10000
|
|
},
|
|
"debug": true,
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"usingComponents": {
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-toast": "@vant/weapp/toast/index",
|
|
"charge-dialog": "/components/charge-dialog/index"
|
|
},
|
|
|
|
"plugins": {
|
|
"playlet-plugin": {
|
|
"version": "latest",
|
|
"provider": "wx94a6522b1d640c3b",
|
|
"genericsImplementation": {
|
|
"playlet": {
|
|
"charge-dialog": "/components/charge-dialog/index"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|