feat(projects): add configurable user name watermark option

This commit is contained in:
wenyuan
2025-06-10 17:57:10 +08:00
committed by Soybean
parent 39b89a1234
commit 7c3dac4212
6 changed files with 21 additions and 5 deletions

View File

@ -143,7 +143,8 @@ const local: App.I18n.Schema = {
},
watermark: {
visible: 'Watermark Full Screen Visible',
text: 'Watermark Text'
text: 'Watermark Text',
enableUserName: 'Enable User Name Watermark'
},
themeDrawerTitle: 'Theme Configuration',
pageFunTitle: 'Page Function',