feat(theme): 默认主题改为玻璃并升级版本至3.0.1触发打包

This commit is contained in:
jxxghp
2026-08-16 08:33:52 +08:00
parent b65682da53
commit 485f599489
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { VuetifyOptions } from 'vuetify'
const theme: VuetifyOptions['theme'] = {
defaultTheme: 'light',
defaultTheme: 'glass',
themes: {
light: {
dark: false,