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:
wenyuan
2025-06-26 14:38:30 +08:00
committed by Soybean
parent 8ba71a0857
commit f238fcbd47
10 changed files with 193 additions and 42 deletions

View File

@@ -59,7 +59,9 @@ export const themeSettings: App.Theme.ThemeSetting = {
watermark: {
visible: false,
text: 'SoybeanAdmin',
enableUserName: false
enableUserName: false,
enableTime: false,
timeFormat: 'YYYY-MM-DD HH:mm'
},
tokens: {
light: {