🐛 fix(TGWindow): 修复部分窗口打开不可见的问题

This commit is contained in:
BTMuli
2023-04-07 17:15:35 +08:00
parent a9a6eda4ae
commit 7a8c0892ea
6 changed files with 21 additions and 18 deletions

View File

@@ -118,7 +118,7 @@ async function toPost (card: PositionCard) {
},
}).href;
// 打开新窗口
createTGWindow(path, "近期活动", card.title, 960, 720, false);
createTGWindow(path, "近期活动", card.title, 960, 720, false, false);
}
</script>