feat: 部分修改

This commit is contained in:
砂糖
2025-09-17 14:13:25 +08:00
parent 7915dca668
commit 61ddf4c53c
12 changed files with 924 additions and 473 deletions

View File

@@ -14,7 +14,7 @@ const isDark = useDark()
onMounted(() => {
nextTick(() => {
console.log(isDark.value)
if (!isDark.value) {
if (isDark.value) {
useSettingsStore().toggleTheme()
}
handleThemeStyle(useSettingsStore().theme)