diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1b393..73a7f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ # change +## 0.3.38 +2022年06月25日 +### 添加 +- 守望者(测试中) +### 修改 +- 修复叠E保护BUG +- 多余的通知已屏蔽 +- 系统通知将会超时自动关闭 + ## 0.3.38 2022年06月25日 ### 修改 diff --git a/wuhu-torn-helper.js b/wuhu-torn-helper.js index cbbf9b7..770ef20 100644 --- a/wuhu-torn-helper.js +++ b/wuhu-torn-helper.js @@ -4966,7 +4966,7 @@ display:inline-block; cont.classList.toggle('wh-display-none'); setWhSetting('SEProtect', e.target.checked); }; - if (getWhSettingObj()['SEProtect']) elementReady('#gymroot').then(node => { + elementReady('#gymroot').then(node => { cont = node; node.classList.add('wh-display-none'); node.before(switch_node);