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

@ -112,6 +112,8 @@ declare namespace App {
visible: boolean;
/** Watermark text */
text: string;
/** Whether to use user name as watermark text */
enableUserName: boolean;
};
/** define some theme settings tokens, will transform to css variables */
tokens: {
@ -408,6 +410,7 @@ declare namespace App {
watermark: {
visible: string;
text: string;
enableUserName: string;
};
themeDrawerTitle: string;
pageFunTitle: string;