feat: upgrade vite version to 6.0.0 (#4961)

* chore: upgrade vite version to 6.0.0

* chore: update lock
This commit is contained in:
vince
2024-11-27 15:52:25 +08:00
committed by GitHub
parent 73502677ff
commit 54a9ff088f
5 changed files with 710 additions and 680 deletions

View File

@@ -28,7 +28,7 @@
".": {
"types": "./src/index.ts",
"development": "./src/index.ts",
"default": "./dist/style.css"
"default": "./dist/design.css"
}
},
"publishConfig": {

View File

@@ -32,8 +32,8 @@ const style = computed(() => {
.dark .vben-spine-text {
background:
radial-gradient(circle at center, rgb(24 24 26 / 80%), transparent) -200% 50% /
200% 100% no-repeat,
radial-gradient(circle at center, rgb(24 24 26 / 80%), transparent) -200%
50% / 200% 100% no-repeat,
#f4f4f4;
}