liiistem-miniapp/app.json
2025-09-16 13:41:49 +08:00

53 lines
No EOL
1.3 KiB
JSON

{
"pages": [
"pages/home/home",
"pages/paylist/paylist",
"pages/news_list/home",
"pages/news_admin_list/home",
"pages/usercenter/index",
"pages/detail/detail",
"pages/detail_admin/detail",
"pages/takephoto/takephoto",
"pages/faxianlist/faxianlist",
"pages/test/test",
"pages/shop/shop",
"pages/pay/pay",
"pages/createpay/createpay",
"pages/sharebuy/sharebuy",
"pages/usercenter/info",
"pages/sharelist/sharelist",
"pages/webview/webview"
],
"tabBar": {
"custom": true,
"color": "#666666",
"selectedColor": "#FF5F15",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页"
},
{
"pagePath": "pages/faxianlist/faxianlist",
"text": "分销"
},
{
"pagePath": "pages/usercenter/index",
"text": "我的"
}
]
},
"requiredPrivateInfos": [],
"lazyCodeLoading": "requiredComponents",
"usingComponents": {},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {}
}