mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-22 18:57:15 +08:00
feat: 新增全局水印配置
支持开启全局水印,支持设置水印信息(不设置则默认显示昵称+用户名)
This commit is contained in:
2
src/types/app.d.ts
vendored
2
src/types/app.d.ts
vendored
@@ -12,6 +12,8 @@ declare namespace App {
|
||||
copyrightDisplay: boolean // 是否显示底部版权信息
|
||||
menuDark: boolean // 菜单深色模式
|
||||
layout: 'left' | 'mix'
|
||||
isOpenWatermark: boolean // 是否开启水印
|
||||
watermark: string // 水印
|
||||
}
|
||||
/** 导航页签的样式类型 */
|
||||
type TabType = 'card' | 'card-gutter' | 'rounded'
|
||||
|
Reference in New Issue
Block a user