23 lines
No EOL
531 B
JSON
23 lines
No EOL
531 B
JSON
{
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/otp-list/index",
|
|
"pages/otp-add/index"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "OTPM",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"permission": {
|
|
"scope.camera": {
|
|
"desc": "需要使用相机扫描二维码"
|
|
}
|
|
},
|
|
"usingComponents": {},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |