更新历史
This commit is contained in:
parent
447433cb2f
commit
6333a6b003
@ -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日
|
||||||
### 修改
|
### 修改
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user