This commit is contained in:
xiaozhiyong
2026-05-27 11:25:13 +08:00
parent 41592fd761
commit 808f2a8e18
8 changed files with 196 additions and 72 deletions

View File

@@ -16,7 +16,7 @@ export const useAppStore = defineStore('app', () => {
layout_side_width: 256,
layout_side_collapsed_width: 80,
layout_side_item_height: 48,
show_watermark: true,
show_watermark: false,
side_mode: 'normal',
// 页面过渡动画配置
transition_type: 'slide'