refactor(modules/web): arrange storeToRefs destruct

This commit is contained in:
Xwite
2024-10-02 18:19:25 +08:00
parent 320bd3d075
commit 01b031806b
10 changed files with 56 additions and 44 deletions

View File

@@ -202,7 +202,7 @@ watch(
//主题颜色
const theme = computed(() => store.theme);
const isNight = computed(() => store.isDark);
const isNight = computed(() => store.isNight);
const moonIcon = computed(() => theme.value == 6 ? "" : "");
const themeColors = [
{