feat:新增版权显示控制

This commit is contained in:
秋帆
2024-06-02 11:24:44 +08:00
parent 4765d8f3cf
commit 0f3d927f98
6 changed files with 37 additions and 50 deletions

1
src/types/app.d.ts vendored
View File

@@ -9,6 +9,7 @@ declare namespace App {
animateMode: AnimateType // 动画类名
menuCollapse: boolean // 左侧菜单折叠状态
menuAccordion: boolean // 左侧菜单手风琴效果
copyrightDisplay: boolean // 是否显示底部版权信息
menuDark: boolean // 菜单深色模式
layout: 'left' | 'mix'
}