This commit is contained in:
2025-08-15 16:54:37 +08:00
parent 192caba460
commit 1b4b1c0128
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export const useAppStore = defineStore('app', () => {
const sidebar = reactive({
opened: sidebarStatus.value ? !!+sidebarStatus.value : true,
withoutAnimation: false,
hide: true
hide: false
});
const device = ref<string>('desktop');
const size = useStorage<'large' | 'default' | 'small'>('size', 'default');