feat:水印 content 改成 userid + nickname
This commit is contained in:
@@ -110,7 +110,7 @@ watch(
|
|||||||
async (enable) => {
|
async (enable) => {
|
||||||
if (enable) {
|
if (enable) {
|
||||||
await updateWatermark({
|
await updateWatermark({
|
||||||
content: `${userStore.userInfo?.username} - ${userStore.userInfo?.realName}`,
|
content: `${userStore.userInfo?.id} - ${userStore.userInfo?.nickname}`,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
destroyWatermark();
|
destroyWatermark();
|
||||||
|
|||||||
Reference in New Issue
Block a user