35 lines
805 B
JSON
35 lines
805 B
JSON
{
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/index/index",
|
|
"pages/treaty/privacy/privacy",
|
|
"pages/treaty/service/service",
|
|
"pages/mine/mine",
|
|
"pages/copyright/create/create",
|
|
"pages/copyright/createBuy/createBuy"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "AI喵著",
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
},
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {
|
|
"ad-popup": "./components/ad-popup/ad-popup"
|
|
}
|
|
} |