mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🎨 修正逻辑
This commit is contained in:
@@ -280,7 +280,7 @@ async function tryLike(): Promise<void> {
|
||||
showSnackbar.error("数据未加载");
|
||||
return;
|
||||
}
|
||||
if (!incognito.value) {
|
||||
if (incognito.value) {
|
||||
showSnackbar.error("无法在无痕浏览模式下操作");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user