Skip to content

Commit

Permalink
refactor: 重构图片裁剪ReCropper组件,添加更多实用功能
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Jun 25, 2023
1 parent bf67e36 commit b5996ed
Show file tree
Hide file tree
Showing 23 changed files with 652 additions and 254 deletions.
3 changes: 3 additions & 0 deletions build/optimize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ const include = [
"intro.js",
"vue-i18n",
"js-cookie",
"vue-tippy",
"cropperjs",
"jsbarcode",
"pinyin-pro",
"sortablejs",
"swiper/vue",
"mint-filter",
"md-editor-v3",
"@vueuse/core",
"vue3-danmaku",
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"vue-json-pretty": "^2.2.4",
"vue-pdf-embed": "^1.1.6",
"vue-router": "^4.2.2",
"vue-types": "^5.0.4",
"vue-tippy": "^6.2.0",
"vue-types": "^5.1.0",
"vue-virtual-scroller": "2.0.0-beta.7",
"vue-waterfall-plugin-next": "^2.2.1",
"vue3-danmaku": "^1.4.0",
Expand All @@ -82,8 +83,8 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@iconify-icons/ep": "^1.2.12",
"@iconify-icons/ri": "^1.2.9",
"@iconify/vue": "^4.1.1",
Expand All @@ -108,7 +109,7 @@
"cssnano": "^6.0.1",
"eslint": "^8.43.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.0",
"eslint-plugin-vue": "^9.15.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"picocolors": "^1.0.0",
Expand All @@ -120,9 +121,9 @@
"pretty-quick": "^3.1.3",
"rimraf": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.63.5",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"stylelint": "^15.8.0",
"stylelint": "^15.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.2.0",
"stylelint-config-recommended": "^12.0.0",
Expand Down
Loading

0 comments on commit b5996ed

Please sign in to comment.