Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into preview
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyuchuixue committed Jan 28, 2025
2 parents 0b0dd93 + 2422ff5 commit b6def65
Show file tree
Hide file tree
Showing 24 changed files with 3,576 additions and 2,948 deletions.
7 changes: 7 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 更新日志
## v1.0.0-beta (20250128)| 大型更新

- sz-boot-parent:
- 优化:sonar 代码(质量)规范化
- sz-admin:
- 优化:sonar 代码(质量)规范化
-
## v0.9.0 (20250119)

- sz-boot-parent:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sz-admin",
"version": "0.9.0",
"version": "1.0.0-beta",
"private": true,
"scripts": {
"dev": "vite",
Expand All @@ -17,7 +17,6 @@
"@rushstack/eslint-patch": "^1.10.4",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"element-plus": "^2.8.5",
"highlight.js": "^11.10.0",
"mitt": "^3.0.1",
Expand All @@ -33,8 +32,8 @@
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/crypto-js": "^4.2.2",
"@types/node": "^18.19.55",
"@types/node-forge": "^1.3.11",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-vue": "^4.6.2",
Expand All @@ -44,6 +43,7 @@
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.29.0",
"node-forge": "^1.3.1",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"sass": "~1.79.5",
Expand Down
Loading

0 comments on commit b6def65

Please sign in to comment.