更新
This commit is contained in:
parent
6c33d187d7
commit
7d783b700c
@ -3,6 +3,15 @@
|
||||
|
||||
# change
|
||||
|
||||
## 0.4.4
|
||||
2022年07月11日
|
||||
### 添加
|
||||
- 落地转跳
|
||||
- 解毒提醒
|
||||
- 啤酒购买成功检测
|
||||
### 修改
|
||||
- 飞行闹钟错误修复
|
||||
|
||||
## 0.4.3
|
||||
2022年07月10日
|
||||
### 添加
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user