1
李凌
2026-06-05 349c48e168b9f2580334422228acde7d1b21bede
src/main.js
@@ -18,7 +18,7 @@
pinia.use(piniaPluginPersistedstate)
// 初始化主题为黑夜模式
const theme = getStorage('theme') || 'dark'
const theme = getStorage('theme') || 'theme'
window.document.documentElement.setAttribute('data-theme', theme)
const app = createApp(App)