mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🐛 fix(TGWindow): 修复部分窗口打开不可见的问题
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user