From 71b45584e8ce7c86de6bc6fee924e34266ab5d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 25 Feb 2025 10:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E4=BF=AE=E6=AD=A3=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-post.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/t-post.vue b/src/views/t-post.vue index ff3c87fb..41d04b61 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -280,7 +280,7 @@ async function tryLike(): Promise { showSnackbar.error("数据未加载"); return; } - if (!incognito.value) { + if (incognito.value) { showSnackbar.error("无法在无痕浏览模式下操作"); return; }