Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge dev to main, v3.1.4 #37

Merged
merged 1 commit into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 3.1.4

- 修复:URL匹配适配2024拜年祭
- 修复:快捷按钮bug

## 3.1.3

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,16 @@

> [!NOTE]
>
> - 注意:屏蔽 UP 主时,不要反复点开他们的视频和个人页,推荐系统会误认为你喜欢,导致推送变差
> - **注意:** 屏蔽 UP 主时,尽量不要点开他们的视频或个人页,推荐系统会误认为你喜欢,导致推送变差
> - 如需查看某 UP 主过往的视频是否均为低创,请复制链接并在无痕浏览中打开,以免影响推送机制
> - 时长过滤不宜设定过长,会丢失掉优质视频,推荐设定 60~90 秒
> - 屏蔽经常出现的 UP 主可以让「热门视频、每周必看、排行榜」变得非常舒服
> - 屏蔽经常出现的低创 UP 主可以让「热门视频、每周必看、排行榜」变得非常舒服
> - 由于白名单的高权限,编写白名单关键词请注意影响面,会导致命中白名单的低质量视频被强制显示出来
> - 屏蔽后,如果视频没有消失,请查看是否命中了白名单。若确认无误,可上报 bug
> - 屏蔽后,如果视频没有消失,请查看是否命中了白名单
> - 编写正则表达式请小心,可能造成大量视频屏蔽和频繁载入,慎重使用通配符
> - 遇到每期必看的高质量 UP 主,可以顺手把他们加入白名单
> - 屏蔽视频时会在 Console 输出日志,按 F12 查看日志
> - 这里有一些常见标题关键词整理:[查看](./NOTE.md)

### 3. 快捷键

Expand Down
2 changes: 1 addition & 1 deletion src/components/sideBtn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class SideBtn {
position: fixed;
bottom: 220px;
right: 6px;
z-index: 1;
z-index: 99999;
cursor: pointer;
&:hover {
background-color: #e3e5e7;
Expand Down