feat:水印 content 改成 userid + nickname

pull/62/head
YunaiV 2025-03-31 11:06:59 +08:00
parent 0f5937204f
commit 9f48aeb434
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ watch(
async (enable) => {
if (enable) {
await updateWatermark({
content: `${userStore.userInfo?.username} - ${userStore.userInfo?.realName}`,
content: `${userStore.userInfo?.id} - ${userStore.userInfo?.nickname}`,
});
} else {
destroyWatermark();