fix(scope): fix some bugs

This commit is contained in:
lukaijie
2026-02-06 18:30:32 +08:00
parent 46ed05d7ec
commit 772a935276
1063 changed files with 50238 additions and 13699 deletions

View File

@@ -15,7 +15,7 @@
"eslint:comment": "使用EsLint检查并自动修复src目录下所有扩展名为.js和.jsx",
"eslint": "eslint --ext .js,.jsx --ignore-path .eslintignore --fix src",
"prettier:comment": "自动格式化当前目录下的所有文件",
"prettier": "prettier --write 'src/**/*.{js,jsx}'",
"prettier": "prettier --write \"src/**/*.{js,jsx,vue}\"",
"commit:comment": "引导设置规范化的提交信息",
"commit": "git-cz",
"husky": "npx husky install",
@@ -50,6 +50,7 @@
"qs": "^6.4.0",
"uuid": "^11.1.0",
"vue": "^2.6.11",
"vue-advanced-cropper": "^1.11.7",
"vue-clipboard2": "^0.3.0",
"vue-cropper": "^0.5.8",
"vue-hotzone": "^1.1.0",