Files
miniapp-template-ts/miniprogram/app.json
T

47 lines
1.0 KiB
JSON
Raw Normal View History

2026-01-09 09:35:44 +08:00
{
"pages": [
"pages/date/date",
"pages/login/login",
"pages/index/index",
"pages/one/index",
"pages/two/index",
"pages/three/index",
"pages/four/index"
],
2026-01-09 09:35:44 +08:00
"window": {
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "My Weapp Template"
},
"tabBar": {
"custom": true,
"color": "#000000",
"selectedColor": "#000000",
"backgroundColor": "#000000",
"list": [
{
"pagePath": "pages/one/index",
"text": "页面一"
},
{
"pagePath": "pages/two/index",
"text": "页面二"
},
{
"pagePath": "pages/three/index",
"text": "页面三"
},
{
"pagePath": "pages/four/index",
"text": "页面四"
}
]
},
2026-01-09 09:35:44 +08:00
"style": "v2",
"renderer": "webview",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}