ts_aimz/app.json

52 lines
1.5 KiB
JSON
Raw Normal View History

2025-03-21 09:02:29 +08:00
{
2025-03-31 18:23:29 +08:00
"pages": [
"pages/login/login",
"pages/index/index",
"pages/treaty/privacy/privacy",
"pages/treaty/service/service",
"pages/mine/mineIndex/mine",
"pages/copyright/createProjectInfo/createProjectInfo",
"pages/copyright/createBuy/createBuy",
"pages/copyright/payment/payment",
"pages/mine/mineAccount/mineCoupons/mineCoupons",
2025-04-03 10:44:12 +08:00
"pages/copyright/publicPay/publicPay",
"pages/copyright/common/payState",
2025-04-03 17:40:39 +08:00
"pages/readTxt/readTxt",
"pages/mine/mineAccount/mineInfo/mineInfo",
2025-04-07 11:04:08 +08:00
"pages/mine/mineAccount/mineOrder/mineOrder",
"pages/mine/mineAccount/mineContact/mineContact"
2025-03-31 18:23:29 +08:00
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "AI喵著",
"navigationBarBackgroundColor": "#ffffff"
},
"tabBar": {
"color": "#515151",
"selectedColor": "#FE9944",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/images/ic_home_normal.png",
"selectedIconPath": "/static/images/ic_home_select.png"
},
{
"pagePath": "pages/mine/mineIndex/mine",
"text": "我的",
"iconPath": "/static/images/ic_mine_normal.png",
"selectedIconPath": "/static/images/ic_mine_select.png"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"usingComponents": {
"ad-popup": "./components/ad-popup/ad-popup"
},
"useExtendedLib": {
"weui": true
}
2025-03-21 09:02:29 +08:00
}