This commit is contained in:
zyronon
2023-12-02 23:05:56 +08:00
parent d7d8c3782c
commit e789822da4
10 changed files with 174 additions and 132 deletions

View File

@@ -8,7 +8,7 @@ import {useRuntimeStore} from "@/stores/runtime.ts";
import {useSettingStore} from "@/stores/setting.ts";
import {cloneDeep} from "lodash-es";
import Backgorund from "@/components/Backgorund.vue";
import useTheme from "@/hooks/useTheme.ts";
import useTheme from "@/hooks/theme.ts";
import * as localforage from "localforage";
import SettingDialog from "@/components/dialog/SettingDialog.vue";