更新扫码
Showing
config.xml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -6,7 +6,8 @@ |
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build": "ionic-app-scripts build", | ||
"serve": "ionic-app-scripts serve", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
... | ... | @@ -20,11 +21,15 @@ |
"@angular/platform-browser": "^7.2.2", | ||
"@angular/platform-browser-dynamic": "^7.2.2", | ||
"@angular/router": "^7.2.2", | ||
"@ionic-native/core": "^5.0.0", | ||
"@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | ||
"@ionic-native/core": "^5.6.0", | ||
"@ionic-native/qr-scanner": "^5.6.0", | ||
"@ionic-native/splash-screen": "^5.6.0", | ||
"@ionic-native/status-bar": "^5.6.0", | ||
"@ionic/angular": "^4.1.0", | ||
"core-js": "^2.5.4", | ||
"cordova-android": "8.0.0", | ||
"cordova-browser": "6.0.0", | ||
"cordova-plugin-qrscanner": "3.0.1", | ||
"core-js": "^2.6.6", | ||
"rxjs": "~6.5.1", | ||
"tslib": "^1.9.0", | ||
"zone.js": "~0.8.29" | ||
... | ... | @@ -39,10 +44,17 @@ |
"@angular/compiler-cli": "~7.2.2", | ||
"@angular/language-service": "~7.2.2", | ||
"@ionic/angular-toolkit": "~1.5.1", | ||
"@types/node": "~12.0.0", | ||
"@ionic/app-scripts": "^3.2.3", | ||
"@types/jasmine": "~2.8.8", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "~12.0.0", | ||
"codelyzer": "~4.5.0", | ||
"cordova-plugin-device": "^2.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.1.3", | ||
"cordova-plugin-ionic-webview": "^4.0.1", | ||
"cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | ||
"jasmine-core": "~2.99.1", | ||
"jasmine-spec-reporter": "~4.2.1", | ||
"karma": "~4.1.0", | ||
... | ... | @@ -55,5 +67,22 @@ |
"tslint": "~5.16.0", | ||
"typescript": "~3.1.6" | ||
}, | ||
"description": "An Ionic project" | ||
"description": "An Ionic project", | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-ionic-webview": { | ||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
}, | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-qrscanner": {} | ||
}, | ||
"platforms": [ | ||
"android", | ||
"browser" | ||
] | ||
} | ||
} | ||
\ No newline at end of file |
resources/README.md
0 → 100644
2.81 KB
1.13 KB
1.76 KB
4.22 KB
7.61 KB
11.5 KB
13.3 KB
3.65 KB
6.95 KB
38.8 KB
57.6 KB
87.3 KB
13 KB
3.54 KB
7.04 KB
37.7 KB
54.2 KB
79.9 KB
resources/icon.png
0 → 100644
59.4 KB
resources/ios/icon/icon-1024.png
0 → 100644
59.4 KB
resources/ios/icon/icon-40.png
0 → 100644
1.22 KB
resources/ios/icon/icon-40@2x.png
0 → 100644
3.48 KB
resources/ios/icon/icon-40@3x.png
0 → 100644
10.5 KB
resources/ios/icon/icon-50.png
0 → 100644
1.86 KB
resources/ios/icon/icon-50@2x.png
0 → 100644
4.58 KB
resources/ios/icon/icon-60.png
0 → 100644
2.39 KB
resources/ios/icon/icon-60@2x.png
0 → 100644
5.9 KB
resources/ios/icon/icon-60@3x.png
0 → 100644
10.6 KB
resources/ios/icon/icon-72.png
0 → 100644
2.8 KB
resources/ios/icon/icon-72@2x.png
0 → 100644
7.61 KB
resources/ios/icon/icon-76.png
0 → 100644
3.24 KB
resources/ios/icon/icon-76@2x.png
0 → 100644
8.11 KB
resources/ios/icon/icon-83.5@2x.png
0 → 100644
16 KB
resources/ios/icon/icon-small.png
0 → 100644
818 Bytes
resources/ios/icon/icon-small@2x.png
0 → 100644
2.23 KB
resources/ios/icon/icon-small@3x.png
0 → 100644
3.77 KB
resources/ios/icon/icon.png
0 → 100644
2.06 KB
resources/ios/icon/icon@2x.png
0 → 100644
5.58 KB
31.2 KB
resources/ios/splash/Default-667h.png
0 → 100644
39.5 KB
resources/ios/splash/Default-736h.png
0 → 100644
44 KB
43.9 KB
99.9 KB
158 KB
22.1 KB
97.1 KB
153 KB
22.2 KB
resources/ios/splash/Default@2x~iphone.png
0 → 100644
18.4 KB
76.8 KB
resources/ios/splash/Default~iphone.png
0 → 100644
7.04 KB
resources/splash.png
0 → 100644
76.8 KB
src/app/scan/scan.module.ts
0 → 100644
src/app/scan/scan.page.html
0 → 100644
src/app/scan/scan.page.scss
0 → 100644
src/app/scan/scan.page.spec.ts
0 → 100644
src/app/scan/scan.page.ts
0 → 100644
src/assets/scanner.svg
0 → 100644