mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): Add current time display option for watermark (#772)
* feat(projects): Add current time display option for watermark * perf(projects): add watermark timer controls
This commit is contained in:
@ -158,10 +158,14 @@ const local: App.I18n.Schema = {
|
||||
}
|
||||
},
|
||||
general: {
|
||||
title: 'General Settings',
|
||||
watermark: {
|
||||
title: 'Watermark Settings',
|
||||
visible: 'Watermark Full Screen Visible',
|
||||
text: 'Watermark Text',
|
||||
enableUserName: 'Enable User Name Watermark'
|
||||
text: 'Custom Watermark Text',
|
||||
enableUserName: 'Enable User Name Watermark',
|
||||
enableTime: 'Show Current Time',
|
||||
timeFormat: 'Time Format'
|
||||
},
|
||||
multilingual: {
|
||||
title: 'Multilingual Settings',
|
||||
|
@ -158,10 +158,14 @@ const local: App.I18n.Schema = {
|
||||
}
|
||||
},
|
||||
general: {
|
||||
title: '通用设置',
|
||||
watermark: {
|
||||
title: '水印设置',
|
||||
visible: '显示全屏水印',
|
||||
text: '水印文本',
|
||||
enableUserName: '启用用户名水印'
|
||||
text: '自定义水印文本',
|
||||
enableUserName: '启用用户名水印',
|
||||
enableTime: '显示当前时间',
|
||||
timeFormat: '时间格式'
|
||||
},
|
||||
multilingual: {
|
||||
title: '多语言设置',
|
||||
|
Reference in New Issue
Block a user