Skip to content

Commit

Permalink
refactor(projects): 代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 9, 2022
1 parent 92b8406 commit 3590b65
Show file tree
Hide file tree
Showing 11 changed files with 189 additions and 168 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -52,6 +52,7 @@ Soybean Admin 是一个基于 Vue3、Vite、TypeScript、Naive UI 的免费中

- [x] 引入ECharts替换AntV G2Plot
- [ ] 多页签:同一页面支持多个Tab(应用场景:不同query参数的详情页面在不同tab展示)
- [ ] 缓存主题配置
- [ ] 最近功能的有关文档更新
- [ ] 性能优化(优化递归函数)
- [ ] 精简版(新分支thin)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -34,7 +34,7 @@
"clipboard": "^2.0.11",
"colord": "^2.9.2",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.1",
"dayjs": "^1.11.2",
"echarts": "^5.3.2",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
Expand All @@ -54,7 +54,7 @@
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@iconify/json": "^2.1.37",
"@iconify/json": "^2.1.39",
"@iconify/vue": "^3.2.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
Expand All @@ -71,13 +71,13 @@
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"husky": "^7.0.4",
"husky": "^8.0.0",
"lint-staged": "^12.4.1",
"mockjs": "^1.1.0",
"patch-package": "^6.4.7",
Expand All @@ -87,7 +87,7 @@
"sass": "^1.51.0",
"standard-version": "^9.3.2",
"typescript": "^4.6.4",
"unocss": "^0.32.13",
"unocss": "^0.33.2",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "0.19.3",
"unplugin-vue-define-options": "^0.6.1",
Expand Down

0 comments on commit 3590b65

Please sign in to comment.