This commit is contained in:
lijianyou
2025-10-22 16:13:40 +08:00
parent 807e8f9ab3
commit 1b989df796
17 changed files with 2532 additions and 948 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export type Navigation = 'side' | 'head' | 'mix';
export const useSettingStore = defineStore('setting', () => {
const navigation = ref<Navigation>('head');
const useTabs = ref<boolean>(true);
const theme = ref('header-purple');
const theme = ref('header-night');
const contentClass = ref('common');
const filterMenu = ref(false);