Skip to content

Commit

Permalink
chore: update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Oct 8, 2024
1 parent b182552 commit 8e0a403
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 25 deletions.
48 changes: 34 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,40 @@

## 4.0.0

> **注意:** 本次更新会引入 Vue.js CDN,请确保浏览器能够访问 https://registry.npmmirror.com/
- 重构:UI 重构,选用 vue + tailwind 技术栈
- 重构:更换样式注入与控制方案
- 新增:部分功能加入补充说明
- 新增:首页 隐藏加载锚点之前的骨架
- 新增:播放页 CC 字幕样式相关设定
- 更新:快捷按钮数据改用 localStorage 存储
- 更新:小窗播放器位置和缩放数据改用 localStorage 存储
- 更新:动态宽度设定,改为数值调节模式
- 更新:修复字体功能移入全站通用项
- 优化:首页 吸附顶栏动效
- 修复:直播页 网页全屏下隐藏弹幕栏bug
- 修复:顶栏搜索框居中
### V4 版本更新说明

- 本次更新会引入 Vue.js CDN,请确保浏览器能够访问 https://registry.npmmirror.com/
- 若更新后出现严重异常,请回退到最后的 V3 版本,并上报问题
- 更新后,需重新设定一下首页和热门页视频布局列数

### 重构

- UI 重构,选用 vue + tailwind 技术栈,headlessui 风格
- 更换样式注入与控制方案

### 新增

- 部分功能加入补充说明
- 首页 隐藏加载锚点之前的骨架
- 播放页 CC 字幕样式相关设定

### 更新

- 快捷按钮改用 localStorage 存储相关数据
- 小窗播放器有关功能改用 localStorage 存储位置和缩放数据
- 动态宽度设定 改为数值调节模式
- 修复字体功能 移入全站通用项

### 优化

- 优化默认启用的功能
- 首页 吸附顶栏动效
- 首页 视频骨架相关功能

### 修复

- 直播页 网页全屏下隐藏弹幕栏bug
- 顶栏搜索框居中

## 3.11.4

Expand Down
34 changes: 23 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

## 功能:页面净化优化、视频过滤、评论过滤、动态过滤

- **页面净化优化**隐藏各种元素,净化顶栏、播放器、评论区等,去除无用元素,优化部分功能
- **页面净化优化**:净化顶栏、视频列表、播放器、评论区等,去除无用元素,优化部分功能

- **视频过滤**根据视频时长、UP 主、标题关键词、BV 号等筛选视频推荐
- **视频过滤**根据时长、UP 主、标题关键词、BV 号等筛选视频推荐

- **评论过滤**:根据用户名、关键词、评论类型、用户等级筛选评论

- **动态过滤**:根据用户名、动态视频标题等筛选动态
- **动态过滤**:根据用户名、视频标题等筛选动态

![](images/preview.png)

Expand All @@ -35,14 +35,19 @@

### 测试版:[Release 安装](https://github.com/festoney8/bilibili-cleaner/releases/)

- 开发版:[CI Build](https://github.com/festoney8/bilibili-cleaner/actions/workflows/dev-ci.yml?query=is%3Asuccess)
- 开发版:[CI Build](https://github.com/festoney8/bilibili-cleaner/actions/workflows/dev-v4-ci.yml?query=is%3Asuccess)

## 使用

> [!CAUTION]
>
> - **如果启用了大量功能、或屏蔽了大量内容,请定期备份**
> - **更换电脑或浏览器务必备份,[备份方法](#数据导入与导出)**
> [!IMPORTANT]
>
> - **重要:下列页面均有独立菜单,不同页面菜单不同,请在相应页面打开菜单进行设置**
> - **页面净化**「首页、播放页、番剧播放页、直播间、搜索页、动态页、热门页、分区页」
> - **页面净化优化**「首页、播放页、番剧播放页、直播间、搜索页、动态页、热门页、分区页」
> - **视频过滤:**「首页、播放页、搜索页、热门页、分区页、空间页」
> - **评论过滤:**「播放页、番剧播放页、动态页、空间页」
> - **动态过滤:**「动态页」
Expand All @@ -52,11 +57,6 @@

## 功能介绍

> [!CAUTION]
>
> - **如果启用了大量功能、或屏蔽了大量内容,请定时备份**
> - **更换电脑或浏览器务必备份,[备份方法](#数据导入与导出)**
### 1. 页面净化

- 净化新版 bilibili 网页,不适配老版本页面,默认用户已登录,大会员体验最佳
Expand Down Expand Up @@ -245,6 +245,18 @@

![](images/how-to-backup-to-cloud-drive.png)

</details>
<details>
<summary><b>复制 JSON 数据</b></summary>
<br>

- 可通过开启插件管理器的高级模式,复制脚本 JSON 数据,可用于保存或快速在另一设备导入
- 请勿在未知后果的情况下编辑 JSON 数据

![](images/how-to-edit-1.png)
![](images/how-to-edit-2.png)
![](images/how-to-edit-3.png)

</details>

## 鸣谢
Expand All @@ -259,4 +271,4 @@
## Contribution

- main branch 只用于发布测试版和稳定版
- dev branch 用于开发
- dev-v4 branch 用于开发
Binary file added images/how-to-edit-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/how-to-edit-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/how-to-edit-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e0a403

Please sign in to comment.