Initial commit
parents
Showing
.gitignore
0 → 100644
angular.json
0 → 100644
config.xml
0 → 100644
e2e/protractor.conf.js
0 → 100644
e2e/src/app.e2e-spec.ts
0 → 100644
e2e/src/app.po.ts
0 → 100644
e2e/tsconfig.e2e.json
0 → 100644
ionic.config.json
0 → 100644
ionic.starter.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "muChang", | ||
"version": "0.0.1", | ||
"author": "Ionic Framework", | ||
"homepage": "https://ionicframework.com/", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^7.2.2", | ||
"@angular/common": "^7.2.2", | ||
"@angular/core": "^7.2.2", | ||
"@angular/forms": "^7.2.2", | ||
"@angular/http": "^7.2.2", | ||
"@angular/platform-browser": "^7.2.2", | ||
"@angular/platform-browser-dynamic": "^7.2.2", | ||
"@angular/router": "^7.2.2", | ||
"@ionic-native/app-minimize": "^5.5.0", | ||
"@ionic-native/core": "^5.0.0", | ||
"@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | ||
"@ionic/angular": "^4.1.0", | ||
"cordova-android": "7.1.4", | ||
"cordova-ios": "~4.5.5", | ||
"cordova-plugin-appminimize": "1.0.1", | ||
"cordova-plugin-device": "2.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.0.5", | ||
"cordova-plugin-ionic-webview": "^3.0.0", | ||
"cordova-plugin-screen-orientation": "^3.0.1", | ||
"cordova-plugin-splashscreen": "5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | ||
"core-js": "^2.5.4", | ||
"es6-promise-plugin": "^4.2.2", | ||
"mqtt": "^2.18.8", | ||
"ng-zorro-antd-mobile": "^0.11.9", | ||
"rxjs": "~6.3.3", | ||
"zone.js": "~0.8.29" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/architect": "~0.12.3", | ||
"@angular-devkit/build-angular": "^0.13.8", | ||
"@angular-devkit/core": "~7.2.3", | ||
"@angular-devkit/schematics": "~7.2.3", | ||
"@angular/cli": "~7.3.1", | ||
"@angular/compiler": "~7.2.2", | ||
"@angular/compiler-cli": "~7.2.2", | ||
"@angular/language-service": "~7.2.2", | ||
"@ionic/angular-toolkit": "~1.4.0", | ||
"@types/jasmine": "~2.8.8", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "~10.14.2", | ||
"codelyzer": "~4.5.0", | ||
"jasmine-core": "~2.99.1", | ||
"jasmine-spec-reporter": "~4.2.1", | ||
"karma": "~3.1.4", | ||
"karma-chrome-launcher": "~2.2.0", | ||
"karma-coverage-istanbul-reporter": "~2.0.1", | ||
"karma-jasmine": "~1.1.2", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"protractor": "~5.4.0", | ||
"ts-node": "~8.0.0", | ||
"tslint": "~5.12.0", | ||
"typescript": "~3.1.6" | ||
}, | ||
"description": "An Ionic project", | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-ionic-webview": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-appminimize": {}, | ||
"cordova-plugin-screen-orientation": {} | ||
}, | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
] | ||
} | ||
} | ||
\ No newline at end of file |
resources/README.md
0 → 100644
15.9 KB
441 KB
311 KB
resources/icon.png
0 → 100644
15.9 KB
59.4 KB
1.22 KB
3.48 KB
10.5 KB
1.86 KB
4.58 KB
2.39 KB
5.9 KB
10.6 KB
2.8 KB
7.61 KB
3.24 KB
8.11 KB
16 KB
818 Bytes
2.23 KB
3.77 KB
resources/ios/icon/icon.png
0 → 100644
2.06 KB
5.58 KB
31.2 KB
39.5 KB
44 KB
43.9 KB
99.9 KB
158 KB
22.1 KB
97.1 KB
153 KB
22.2 KB
18.4 KB
76.8 KB
7.04 KB
resources/splash.png
0 → 100644
76.8 KB
src/app/app.component.html
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/east/east.page.html
0 → 100644
src/app/east/east.page.scss
0 → 100644
src/app/east/east.page.ts
0 → 100644
src/app/home/home.page.html
0 → 100644
src/app/home/home.page.scss
0 → 100644
src/app/home/home.page.ts
0 → 100644
src/app/login/login.page.ts
0 → 100644
src/app/service/api.ts
0 → 100644
src/app/service/auth.ts
0 → 100644
src/app/service/http.ts
0 → 100644
src/app/service/token.ts
0 → 100644
src/app/service/transfer.ts
0 → 100644
src/assets/bg/bg.png
0 → 100644
272 KB
src/assets/bg/bg2.jpg
0 → 100644
382 KB
src/assets/bg/bg3.jpg
0 → 100644
506 KB
src/assets/icon/favicon.png
0 → 100644
930 Bytes
src/assets/icon/iconfont.css
0 → 100644
src/assets/icon/iconfont.eot
0 → 100644
File added
src/assets/icon/iconfont.svg
0 → 100644
src/assets/icon/iconfont.ttf
0 → 100644
File added
File added
src/assets/lunbo/1.jpg
0 → 100644
22.1 KB
src/assets/lunbo/2.jpg
0 → 100644
39 KB
src/assets/lunbo/3.jpg
0 → 100644
41.8 KB
src/assets/mqtt.js
0 → 100644
This diff is collapsed.
src/assets/shapes.svg
0 → 100644
src/global.scss
0 → 100644
src/index.html
0 → 100644
src/karma.conf.js
0 → 100644
src/main.ts
0 → 100644
src/polyfills.ts
0 → 100644
src/test.ts
0 → 100644
src/theme/variables.scss
0 → 100644
src/tsconfig.app.json
0 → 100644
src/tsconfig.spec.json
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
This diff is collapsed.