themblem/scanner/app.json
Fam Zheng cd987a4b82 add emblemscanner: self-contained QR scanner module
Create portable QR scanning page module with:
- WeChat native camera integration with overlay system
- Animated QR targeting arcs and visual feedback
- Torch/flash controls and camera setup
- Inline modal system (verification, guide, service)
- Return page navigation support via query parameter
- Debug overlay and device detection
- Complete asset bundle (arc.png, qrmarkers.png, buttons)

Module can be integrated into other WeChat Mini Programs by copying pages/emblemscanner/ directory.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 21:27:29 +00:00

28 lines
819 B
JSON

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