feat: 调整重置配置属性,增加自动出页面功能

This commit is contained in:
pixelmaxQM 2025-04-07 13:15:53 +08:00
parent fd2ac3f7f1
commit e111b01f16
1 changed files with 10 additions and 9 deletions

View File

@ -100,17 +100,18 @@ export const useAppStore = defineStore('app', () => {
}
const baseCoinfg = {
darkMode: 'auto',
primaryColor: '#3b82f6',
show_watermark: false,
grey: false,
weakness: false,
side_mode: 'normal',
grey: false,
primaryColor: '#3b82f6',
showTabs: true,
transition_type: 'fade',
layout_side_width: 200,
layout_side_collapsed_width: 60,
layout_side_item_height: 40
darkMode: 'auto',
layout_side_width: 256,
layout_side_collapsed_width: 80,
layout_side_item_height: 48,
show_watermark: true,
side_mode: 'normal',
// 页面过渡动画配置
transition_type: 'slide'
}
const resetConfig = () => {