fix: 修改规范
Showing
commitlint.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/js/0.9c647af54f8db9855e8c.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/static/js/10.57ed7c7c6d7145dc2385.js
0 → 100644
dist/static/js/11.59bf839ca035394048ab.js
0 → 100644
dist/static/js/12.c45bbc8ecfcc7b672a1a.js
0 → 100644
dist/static/js/13.379c95bf9019e4e8cddd.js
0 → 100644
dist/static/js/14.6f16f2fe36c1124e5b7d.js
0 → 100644
dist/static/js/15.9d2f500fea36ef6fda8f.js
0 → 100644
dist/static/js/17.b5e910bde458646a90bb.js
0 → 100644
dist/static/js/18.6ffde6c5a377916a7ab6.js
0 → 100644
dist/static/js/19.6d26c0f0a01ed0e00ce9.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/js/2.c0956545640a521ab15d.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/js/20.5ba68acba9f82b20d865.js
0 → 100644
dist/static/js/21.7e030ac7d4c12b6eeb37.js
0 → 100644
dist/static/js/22.641a8c74328d990ee39c.js
0 → 100644
dist/static/js/3.8882091b0e73f9e289d6.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/static/js/4.b2d89698a0ae2ac34e17.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/static/js/5.3fadf27b13bcc167eba7.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/static/js/6.ddee96dfb06520aa0ec9.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/static/js/8.906602fc350d59f9270f.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/static/js/9.854c44feb68f7100c11e.js
0 → 100644
dist/static/js/app.170302000a04b9ce8e63.js
0 → 100644
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | "start": "npm run dev", | ||
"build": "node build/build.js", | "build": "node build/build.js", | ||
"lint": "eslint --ext .js,.vue src", | |||
"format": "onchange 'test/**/*.js' 'src/**/*.js' 'src/**/*.vue' -- prettier --write {{changed}}", | "format": "onchange 'test/**/*.js' 'src/**/*.js' 'src/**/*.vue' -- prettier --write {{changed}}", | ||
"formater": "onchange \"test/**/*.js\" \"src/**/*.js\" \"src/**/*.vue\" -- prettier --write {{changed}}", | "formater": "onchange \"test/**/*.js\" \"src/**/*.js\" \"src/**/*.vue\" -- prettier --write {{changed}}", | ||
"version": "conventional-changelog -p angular -i changelog.md -s -r 0 && git add changelog.md" | "version": "conventional-changelog -p angular -i changelog.md -s -r 0 && git add changelog.md" | ||
... | @@ -29,6 +30,8 @@ | ... | @@ -29,6 +30,8 @@ |
"xlsx": "^0.13.5" | "xlsx": "^0.13.5" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | |||
"@commitlint/config-conventional": "^11.0.0", | |||
"autoprefixer": "^7.1.2", | "autoprefixer": "^7.1.2", | ||
"axios": "^0.18.0", | "axios": "^0.18.0", | ||
"babel-core": "^6.22.1", | "babel-core": "^6.22.1", | ||
... | @@ -54,15 +57,16 @@ | ... | @@ -54,15 +57,16 @@ |
"eslint-plugin-prettier": "^3.0.1", | "eslint-plugin-prettier": "^3.0.1", | ||
"eslint-plugin-promise": "^3.4.0", | "eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^3.0.1", | "eslint-plugin-standard": "^3.0.1", | ||
"eslint-plugin-vue": "^4.0.0", | "eslint-plugin-vue": "^6.2.2", | ||
"extract-text-webpack-plugin": "^3.0.0", | "extract-text-webpack-plugin": "^3.0.0", | ||
"file-loader": "^1.1.4", | "file-loader": "^1.1.4", | ||
"friendly-errors-webpack-plugin": "^1.6.1", | "friendly-errors-webpack-plugin": "^1.6.1", | ||
"html-webpack-plugin": "^2.30.1", | "html-webpack-plugin": "^2.30.1", | ||
"husky": "^4.3.0", | |||
"less": "^3.0.4", | "less": "^3.0.4", | ||
"less-loader": "^4.1.0", | "less-loader": "^4.1.0", | ||
"lint-staged": "^10.4.0", | |||
"node-notifier": "^5.1.2", | "node-notifier": "^5.1.2", | ||
"node-sass": "^4.9.0", | |||
"onchange": "^5.2.0", | "onchange": "^5.2.0", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | "optimize-css-assets-webpack-plugin": "^3.2.0", | ||
"ora": "^1.2.0", | "ora": "^1.2.0", | ||
... | @@ -72,7 +76,8 @@ | ... | @@ -72,7 +76,8 @@ |
"postcss-url": "^7.2.1", | "postcss-url": "^7.2.1", | ||
"prettier": "^1.16.4", | "prettier": "^1.16.4", | ||
"rimraf": "^2.6.0", | "rimraf": "^2.6.0", | ||
"sass-loader": "^7.0.1", | "sass": "^1.26.11", | ||
"sass-loader": "^7.3.1", | |||
"semver": "^5.3.0", | "semver": "^5.3.0", | ||
"shelljs": "^0.7.6", | "shelljs": "^0.7.6", | ||
"uglifyjs-webpack-plugin": "^1.1.1", | "uglifyjs-webpack-plugin": "^1.1.1", | ||
... | @@ -88,6 +93,18 @@ | ... | @@ -88,6 +93,18 @@ |
"webpack-dev-server": "^2.9.1", | "webpack-dev-server": "^2.9.1", | ||
"webpack-merge": "^4.1.0" | "webpack-merge": "^4.1.0" | ||
}, | }, | ||
"husky": { | |||
"hooks": { | |||
"pre-commit": "lint-staged", | |||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | |||
} | |||
}, | |||
"lint-staged": { | |||
"*.{js,vue}": [ | |||
"eslint --fix", | |||
"git add" | |||
] | |||
}, | |||
"engines": { | "engines": { | ||
"node": ">= 6.0.0", | "node": ">= 6.0.0", | ||
"npm": ">= 3.0.0" | "npm": ">= 3.0.0" | ||
... | ... |
src/assets/js/timeFormat.js
deleted
100644 → 0
src/assets/js/util.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/utils/clipboard.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/cookie.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/createUniqueString.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/formatDate.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/openWindow.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/request.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/validate.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment