themblem/scanner/app.json
2025-10-29 21:27:29 +00:00

25 lines
720 B
JSON

{
"pages": [
"pages/index/index",
"pages/camera/camera",
"pages/emblemscanner/emblemscanner",
"pages/productinfo/productinfo",
"pages/test_result_page/test_result_page",
"pages/camentry/camentry",
"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"
}