ts_aimz/app.json

35 lines
805 B
JSON
Raw Normal View History

2025-03-21 09:02:29 +08:00
{
"pages": [
"pages/login/login",
"pages/index/index",
"pages/treaty/privacy/privacy",
2025-03-21 18:05:54 +08:00
"pages/treaty/service/service",
"pages/mine/mine",
"pages/copyright/create/create",
"pages/copyright/createBuy/createBuy"
2025-03-21 09:02:29 +08:00
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "AI喵著",
"navigationBarBackgroundColor": "#ffffff"
},
2025-03-21 18:05:54 +08:00
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
},
2025-03-21 09:02:29 +08:00
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"usingComponents": {
"ad-popup": "./components/ad-popup/ad-popup"
}
}