This commit is contained in:
woohoo 2022-07-11 23:15:26 +08:00
parent 6c33d187d7
commit 7d783b700c
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@
# change
## 0.4.4
2022年07月11日
### 添加
- 落地转跳
- 解毒提醒
- 啤酒购买成功检测
### 修改
- 飞行闹钟错误修复
## 0.4.3
2022年07月10日
### 添加

View File

@ -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) {