feat:水印 content 改成 userid + nickname

This commit is contained in:
YunaiV
2025-03-31 11:06:59 +08:00
parent 0f5937204f
commit 9f48aeb434

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();