From 7d783b700c53bbf69a460cac884ed17b2f349eed Mon Sep 17 00:00:00 2001 From: woohoo Date: Mon, 11 Jul 2022 23:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ wuhu-torn-helper.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21014db..ea6fc75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ # change +## 0.4.4 +2022年07月11日 +### 添加 +- 落地转跳 +- 解毒提醒 +- 啤酒购买成功检测 +### 修改 +- 飞行闹钟错误修复 + ## 0.4.3 2022年07月10日 ### 添加 diff --git a/wuhu-torn-helper.js b/wuhu-torn-helper.js index eb483c2..976a311 100644 --- a/wuhu-torn-helper.js +++ b/wuhu-torn-helper.js @@ -4541,7 +4541,7 @@ display:none; page_title.before(msg); } } - // 回城转跳 + // 落地转跳 else if (href.includes('index.php') && getSidebarData()['home'] && sessionStorage['wh-landed-redirect']) { let { url, timestamp } = JSON.parse(sessionStorage['wh-landed-redirect']); if (Date.now() - timestamp < 30000) {