Skip to content

Commit e7ea9e3

Browse files
authored
v4.3.17 (#301)
2 parents fd0c1d8 + 96101a4 commit e7ea9e3

23 files changed

+404
-496
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 4.3.17
4+
5+
- 新增:播放页 隐藏举报按钮
6+
- 优化:夜间模式
7+
- 优化:精简分享菜单
8+
- 移除:全屏时显示弹幕数,保留在看人数
9+
- 更新:部分功能细节
10+
311
## 4.3.16
412

513
- 修复:Safari 运行报错问题

README.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444

4545
### 版本选择
4646

47-
- 请查看 [**浏览器适配**](#浏览器适配)
48-
- 油猴插件会定期检查更新源,自动更新
47+
浏览器和脚本管理器需满足 [**浏览器适配**](#浏览器适配) 要求
4948

5049
| **更新源** | **链接** | **介绍** |
5150
| ------------ | ---------------------------------------------------------------------------------------------------------------- | ---------------------- |
@@ -67,7 +66,8 @@
6766
> - **视频过滤:**「首页、播放页、搜索页、热门页、分区页、空间页」
6867
> - **评论过滤:**「播放页、番剧播放页、动态页、空间页」
6968
> - **动态过滤:**「动态页」
70-
> - **快捷按钮:** 显示在页面侧栏的快捷组件,需手动启用
69+
> - **快捷按钮:** 显示在页面角落的快捷组件,需手动启用
70+
> - **夜间模式开关:** 快速切换日间、夜间模式
7171
7272
![](images/usage.png)
7373

@@ -120,7 +120,7 @@
120120

121121
### Firefox
122122

123-
- **Firefox 103~120,按如下步骤开启高级设定**
123+
- **Firefox 103~120,开启高级设定**
124124
- 打开网址 [about:config](about:config),若出现风险提示,点击「接受风险并继续」
125125
- 搜索 `layout.css.has-selector.enabled` ,将这一项的开关改为 `true`,并刷新网页
126126
- **Firefox >= 121,无需修改设定**
@@ -142,42 +142,22 @@
142142
| [Tampermonkey (篡改猴)](https://www.tampermonkey.net/) | ✔️ | ✔️ | 完全测试,推荐 |
143143
| [Violentmonkey (暴力猴)](https://violentmonkey.github.io/) | ✔️ | ❌️ | 完全测试,高版本 Chrome 无法运行 |
144144
| [ScriptCat (脚本猫)](https://docs.scriptcat.org/) | ✔️ | ✔️ | 部分测试 |
145-
| Greasemonkey | ❌️ | / | 未测试 |
146-
| Stay | ❌️ | / | 无法运行 |
145+
| Greasemonkey | ❌️ | ❌️ | 未测试 |
146+
| Stay | ❌️ | ❌️ | 无法运行 |
147147

148148
## 净化效果对比
149149

150150
<details>
151-
<summary><b>查看 视频过滤 对比图(webp动图)</b></summary>
151+
<summary><b>展开查看</b></summary>
152152

153153
![](images/screenshot-filter.webp)
154154

155-
</details>
156-
157-
<details>
158-
<summary><b>查看 播放页 对比图(webp动图)</b></summary>
159-
160155
![](images/screenshot-video.webp)
161156

162-
</details>
163-
164-
<details>
165-
<summary><b>查看 首页 对比图(webp动图)</b></summary>
166-
167157
![](images/screenshot-homepage.webp)
168158

169-
</details>
170-
171-
<details>
172-
<summary><b>查看 动态页 对比图(webp动图)</b></summary>
173-
174159
![](images/screenshot-dynamic.webp)
175160

176-
</details>
177-
178-
<details>
179-
<summary><b>查看 热门视频/排行榜页 对比图(webp动图)</b></summary>
180-
181161
![](images/screenshot-popular.webp)
182162

183163
</details>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"p-limit": "^6.2.0",
1919
"pinia": "^2.3.1",
2020
"universal-cookie": "^7.2.2",
21-
"vue": "^3.5.26"
21+
"vue": "^3.5.27"
2222
},
2323
"devDependencies": {
2424
"@eslint/js": "^9.39.2",
@@ -38,7 +38,7 @@
3838
"stylelint-config-standard-scss": "^14.0.0",
3939
"tailwindcss": "^3.4.19",
4040
"typescript": "^5.9.3",
41-
"typescript-eslint": "^8.52.0",
41+
"typescript-eslint": "^8.53.1",
4242
"vite": "^6.4.1",
4343
"vite-plugin-monkey": "^5.0.9",
4444
"vue-tsc": "^2.2.12"

0 commit comments

Comments
 (0)