themblem/scanner/app.json
2025-04-15 06:51:51 +01:00

27 lines
774 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",
"pages/chat/chat",
"pages/frame/frame"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "徵象",
"navigationBarTextStyle": "black"
},
"style": "v2",
"lazyCodeLoading": "requiredComponents",
"sitemapLocation": "sitemap.json",
"useExtendedLib": {},
"workers": "worker"
}