honmeigui/app.json
2022-12-26 12:02:35 +08:00

57 lines
1.7 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/searc/index",
"pages/user/index",
"pages/clickSearch/index",
"pages/rechargeRecord/index",
"pages/hot/index",
"pages/viewingrecords/index",
"pages/video/index",
"pages/wallpaper/index",
"pages/gzh/index",
"pages/zx/index",
"pages/tg/index",
"pages/qyweixin/index",
"pages/qrCode/index",
"pages/pay/index",
"pages/advertisement/index"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#FF8A00",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/image/index2.png",
"selectedIconPath": "static/image/index1.png",
"text": "首页"
},
{
"pagePath": "pages/wallpaper/index",
"iconPath": "static/image/wallpaper_icon2.png",
"selectedIconPath": "static/image/wallpaper_icon1.png",
"text": "壁纸"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/image/user1.png",
"selectedIconPath": "static/image/user2.png",
"text": "我的"
}
]
},
"usingComponents": {},
"sitemapLocation": "sitemap.json"
}