win版本环境+UI背景样式调整
Showing
README.md
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -4,11 +4,10 @@ | ... | @@ -4,11 +4,10 @@ |
"license": "UNLISENCED", | "license": "UNLISENCED", | ||
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "ng serve --aot --host 0.0.0.0", | "start": "ng serve --open", | ||
"build": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile/ --deploy-url https://cdn02.moecube.com:444/mobile/ && npm run fuck", | "build": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile/ --deploy-url https://cdn02.moecube.com:444/mobile/ && npm run fuck", | ||
"build:dev": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile2/ --deploy-url https://cdn02.moecube.com:444/mobile2/ && npm run fuck", | "build:dev": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile2/ --deploy-url https://cdn02.moecube.com:444/mobile2/ && npm run fuck", | ||
"fuck": "patch -i service-worker.patch dist/ngsw-worker.js", | "fuck": "patch -i service-worker.patch dist/ngsw-worker.js", | ||
"postinstall": "patch -i webpack.patch -p0 -t", | |||
"lint": "ng lint" | "lint": "ng lint" | ||
}, | }, | ||
"private": true, | "private": true, | ||
... | @@ -31,8 +30,11 @@ | ... | @@ -31,8 +30,11 @@ |
"hammerjs": "^2.0.8", | "hammerjs": "^2.0.8", | ||
"lodash": "^4.17.10", | "lodash": "^4.17.10", | ||
"material-design-icons": "^3.0.1", | "material-design-icons": "^3.0.1", | ||
"path": "^0.12.7", | |||
"raven-js": "^3.26.2", | "raven-js": "^3.26.2", | ||
"rxjs": "^6.2.1", | "rxjs": "^6.2.1", | ||
"stream": "^0.0.2", | |||
"timers": "^0.1.1", | |||
"webdav": "^1.5.2", | "webdav": "^1.5.2", | ||
"zone.js": "^0.8.26" | "zone.js": "^0.8.26" | ||
}, | }, | ||
... | @@ -48,4 +50,4 @@ | ... | @@ -48,4 +50,4 @@ |
"tslint": "~5.10.0", | "tslint": "~5.10.0", | ||
"typescript": "^2.7.2" | "typescript": "^2.7.2" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment