更新历史

This commit is contained in:
Liwanyi 2022-07-03 01:22:48 +08:00
parent 447433cb2f
commit 6333a6b003
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@
# change # change
## 0.3.38
2022年06月25日
### 添加
- 守望者(测试中)
### 修改
- 修复叠E保护BUG
- 多余的通知已屏蔽
- 系统通知将会超时自动关闭
## 0.3.38 ## 0.3.38
2022年06月25日 2022年06月25日
### 修改 ### 修改

View File

@ -4966,7 +4966,7 @@ display:inline-block;
cont.classList.toggle('wh-display-none'); cont.classList.toggle('wh-display-none');
setWhSetting('SEProtect', e.target.checked); setWhSetting('SEProtect', e.target.checked);
}; };
if (getWhSettingObj()['SEProtect']) elementReady('#gymroot').then(node => { elementReady('#gymroot').then(node => {
cont = node; cont = node;
node.classList.add('wh-display-none'); node.classList.add('wh-display-none');
node.before(switch_node); node.before(switch_node);