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; }