themblem/scanner/app.json
2024-09-01 21:51:50 +01:00

25 lines
718 B
JSON

{
"pages": [
"pages/index/index",
"pages/camera/camera",
"pages/debugentry/debugentry",
"pages/debuguploaded/debuguploaded",
"pages/camwebview/camwebview",
"pages/camentry/camentry",
"pages/productinfo/productinfo",
"pages/test/test",
"pages/article/article",
"pages/nav/nav"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "徵象",
"navigationBarTextStyle": "black"
},
"style": "v2",
"lazyCodeLoading": "requiredComponents",
"sitemapLocation": "sitemap.json",
"useExtendedLib": {},
"workers": "worker"
}