feat(projects): add full screen watermark. close#571 (#573)

This commit is contained in:
paynezhuang
2024-07-29 23:04:26 +08:00
committed by GitHub
parent 4dde4c22b1
commit ea8aa6c4e6
7 changed files with 54 additions and 0 deletions

View File

@ -135,6 +135,10 @@ const local: App.I18n.Schema = {
height: 'Footer Height',
right: 'Right Footer'
},
watermark: {
visible: 'Watermark Full Screen Visible',
text: 'Watermark Text'
},
themeDrawerTitle: 'Theme Configuration',
pageFunTitle: 'Page Function',
configOperation: {

View File

@ -135,6 +135,10 @@ const local: App.I18n.Schema = {
height: '底部高度',
right: '底部局右'
},
watermark: {
visible: '显示全屏水印',
text: '水印文本'
},
themeDrawerTitle: '主题配置',
pageFunTitle: '页面功能',
configOperation: {