init
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
config.xml
0 → 100644
icon.png
0 → 100755
218 KB
ionic.config.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "SGMW", | ||
"version": "0.0.1", | ||
"author": "Ionic Framework", | ||
"homepage": "http://ionicframework.com/", | ||
"private": true, | ||
"scripts": { | ||
"start": "ionic-app-scripts serve", | ||
"clean": "ionic-app-scripts clean", | ||
"build": "ionic-app-scripts build", | ||
"lint": "ionic-app-scripts lint" | ||
}, | ||
"dependencies": { | ||
"@angular/animations": "5.2.11", | ||
"@angular/common": "5.2.11", | ||
"@angular/compiler": "5.2.11", | ||
"@angular/compiler-cli": "5.2.11", | ||
"@angular/core": "5.2.11", | ||
"@angular/forms": "5.2.11", | ||
"@angular/http": "5.2.11", | ||
"@angular/platform-browser": "5.2.11", | ||
"@angular/platform-browser-dynamic": "5.2.11", | ||
"@ionic-native/app-availability": "^4.20.0", | ||
"@ionic-native/app-version": "^4.20.0", | ||
"@ionic-native/core": "~4.20.0", | ||
"@ionic-native/file": "^4.20.0", | ||
"@ionic-native/file-opener": "^4.20.0", | ||
"@ionic-native/file-transfer": "^4.20.0", | ||
"@ionic-native/http": "^4.20.0", | ||
"@ionic-native/in-app-browser": "^4.20.0", | ||
"@ionic-native/keyboard": "^4.20.0", | ||
"@ionic-native/mobile-accessibility": "^4.20.0", | ||
"@ionic-native/photo-library": "^4.20.0", | ||
"@ionic-native/screen-orientation": "^4.20.0", | ||
"@ionic-native/splash-screen": "~4.20.0", | ||
"@ionic-native/status-bar": "~4.20.0", | ||
"@ionic/storage": "2.2.0", | ||
"com.lampa.startapp": "^6.1.6", | ||
"cordova-android": "^8.0.0", | ||
"cordova-browser": "^6.0.0", | ||
"cordova-ios": "^5.0.1", | ||
"cordova-plugin-add-swift-support": "^2.0.2", | ||
"cordova-plugin-advanced-http": "^2.1.1", | ||
"cordova-plugin-app-version": "^0.1.9", | ||
"cordova-plugin-appavailability": "^0.4.2", | ||
"cordova-plugin-file": "^6.0.2", | ||
"cordova-plugin-file-opener2": "^2.2.1", | ||
"cordova-plugin-imagepicker": "git+https://github.com/giantss/cordova-plugin-ImagePicker.git", | ||
"cordova-plugin-inappbrowser": "^3.1.0", | ||
"cordova-plugin-ionic-webview": "^1.2.1", | ||
"cordova-plugin-nativestorage": "^2.3.2", | ||
"cordova-plugin-network-information": "git+https://github.com/apache/cordova-plugin-network-information.git", | ||
"cordova-plugin-photo-library": "git+https://github.com/nilebma/cordova-plugin-photo-library.git", | ||
"cordova-plugin-screen-orientation": "^3.0.2", | ||
"cordova-res": "^0.6.0", | ||
"echarts": "^4.5.0", | ||
"es6-promise-plugin": "^4.2.2", | ||
"hammerjs": "^2.0.8", | ||
"ionic-angular": "3.9.5", | ||
"ionicons": "3.0.0", | ||
"jsencrypt": "^3.0.0-rc.1", | ||
"mockjs": "^1.1.0", | ||
"ng2-pdf-viewer": "^5.2.0", | ||
"phonegap-plugin-mobile-accessibility": "^1.0.5", | ||
"rxjs": "5.5.11", | ||
"sharp": "^0.23.0", | ||
"sw-toolbox": "3.6.0", | ||
"zone.js": "0.8.29" | ||
}, | ||
"devDependencies": { | ||
"@ionic/app-scripts": "3.2.2", | ||
"cordova-plugin-device": "^2.0.2", | ||
"cordova-plugin-ionic-keyboard": "^2.1.3", | ||
"cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-statusbar": "^2.4.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | ||
"typescript": "~2.6.2", | ||
"copy-webpack-plugin": "^4.5.1", | ||
"web-webpack-plugin": "^1.10.3", | ||
"webpack-merge": "^4.1.2" | ||
}, | ||
"description": "An Ionic project", | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-ionic-keyboard": {}, | ||
"cordova-plugin-nativestorage": {}, | ||
"cordova-plugin-advanced-http": { | ||
"OKHTTP_VERSION": "3.10.0" | ||
}, | ||
"cordova-plugin-file-opener2": { | ||
"ANDROID_SUPPORT_V4_VERSION": "27.+" | ||
}, | ||
"cordova-plugin-file": {}, | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-app-version": {}, | ||
"cordova-plugin-ionic-webview": {}, | ||
"cordova-plugin-appavailability": {}, | ||
"com.lampa.startapp": {}, | ||
"cordova-plugin-imagepicker": {}, | ||
"cordova-plugin-screen-orientation": {}, | ||
"phonegap-plugin-mobile-accessibility": {}, | ||
"cordova-plugin-file-transfer": {}, | ||
"cordova-plugin-photo-library": {} | ||
}, | ||
"platforms": [ | ||
"browser", | ||
"ios", | ||
"android" | ||
] | ||
} | ||
} |
src/app/app.component.ts
0 → 100644
src/app/app.constants.ts
0 → 100644
src/app/app.html
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/app.scss
0 → 100644
src/app/app.service.ts
0 → 100644
src/app/main.ts
0 → 100644
src/app/modal-transitions.ts
0 → 100644
src/assets/css/animate.css
0 → 100644
This diff is collapsed.
src/assets/css/forum.css
0 → 100644
src/assets/icon/favicon.ico
0 → 100644
1.93 KB
src/assets/iconfont/demo.css
0 → 100644
This diff is collapsed.
File added
File added
File added
File added
src/assets/js/jsencrypt.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/js/md5.js
0 → 100755
This diff is collapsed.
src/assets/js/wow.min.js
0 → 100644
This diff is collapsed.
src/assets/json/system.json
0 → 100644
This diff is collapsed.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/core/GlobleData.ts
0 → 100644
src/core/auth.interceptor.ts
0 → 100644
src/core/auth.service.ts
0 → 100644
src/core/common.service.ts
0 → 100644
src/core/emit.service.ts
0 → 100644
src/core/file.service.ts
0 → 100644
src/core/tab.service.ts
0 → 100644
src/core/until.service.ts
0 → 100644
src/directives/tree/tree.ts
0 → 100644
src/index.html
0 → 100644
src/manifest.json
0 → 100644
src/pages/course/course.html
0 → 100644
src/pages/course/course.scss
0 → 100644
src/pages/course/course.ts
0 → 100644
src/pages/home/home.html
0 → 100644
src/pages/home/home.scss
0 → 100644
src/pages/home/home.ts
0 → 100644
src/pages/login/login.html
0 → 100644
src/pages/login/login.scss
0 → 100644
src/pages/login/login.ts
0 → 100644
src/pages/mine/mine.html
0 → 100644
src/pages/mine/mine.scss
0 → 100644
src/pages/mine/mine.ts
0 → 100644
src/pages/tabs/tabs.html
0 → 100644
This diff is collapsed.
src/pages/tabs/tabs.ts
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/pipes/pipes.module.ts
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/secret/logout.service.ts
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/service-worker.js
0 → 100644
This diff is collapsed.
src/theme/ionic.scss
0 → 100644
This diff is collapsed.
src/theme/style.scss
0 → 100644
This diff is collapsed.
src/theme/tab.icon.scss
0 → 100644
This diff is collapsed.
src/theme/variables.scss
0 → 100644
This diff is collapsed.
tsconfig.json
0 → 100644
This diff is collapsed.
tslint.json
0 → 100644
This diff is collapsed.