Skip to content

Commit

Permalink
refactor: optimize menu and route code logic
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 22, 2024
1 parent 273386f commit da63d23
Show file tree
Hide file tree
Showing 23 changed files with 309 additions and 271 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dist
.cache
.turbo
.nx
.nx/cache

tests/server/static
tests/server/static/upload
Expand Down Expand Up @@ -33,5 +34,3 @@ yarn-error.log*
types/auto-imports.d.ts
types/components.d.ts


.nx/cache
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"less": "~4.2.0",
"lint-staged": "~15.2.2",
"msw": "^2.2.9",
"postcss": "~8.4.37",
"postcss": "~8.4.38",
"postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
"prettier": "~3.2.5",
Expand All @@ -114,7 +114,7 @@
"stylelint-config-standard": "~36.0.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.0",
"typescript": "~5.4.2",
"typescript": "~5.4.3",
"unocss": "^0.58.6",
"unplugin-vue-components": "~0.26.0",
"vite": "~5.2.2",
Expand Down
Loading

0 comments on commit da63d23

Please sign in to comment.