mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-14 20:53:41 +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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user