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>
28 lines
819 B
JSON
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"
|
|
} |