Skip to content

Commit

Permalink
delete: watchlater hide feedback, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
festoney8 committed Dec 27, 2024
1 parent f5e09b8 commit 544e148
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- 修复:新版空间页 头像相关样式
- 更新:视频过滤 适配新版空间页
- 更新:项目依赖
- 更新:部分功能细节

## 4.0.12

Expand Down
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

## 浏览器适配

### Chrome / Edge / 其他 Chromium 内核浏览器
### Chrome / Edge Chromium 内核浏览器

- **要求 Chromium 内核版本 >= 105**,内核版本过低会导致大量功能失效,如:无法净化顶栏

Expand Down Expand Up @@ -189,6 +189,9 @@

## 与其他 bilibili 插件的兼容性

<details>
<summary><b>展开查看</b></summary>

### 1. 与 [Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved) 的兼容性

- 绝大多数功能兼容,小部分功能重复,均不会产生崩坏
Expand Down Expand Up @@ -219,6 +222,8 @@
- 不兼容 BewlyBewly 新版首页
- 兼容 BewlyBewly 使用原版 B 站首页

</details>

## 数据导入与导出

- 更换电脑或浏览器时,需全选油猴插件内所有脚本,一并导出数据,在另一设备恢复
Expand Down Expand Up @@ -269,7 +274,22 @@
- [tailwindcss](https://github.com/tailwindlabs/tailwindcss)
- [headlessui](https://github.com/tailwindlabs/headlessui)

## Contribution
## 开发

- 分支介绍

- main 分支只用于发布测试版和稳定版
- dev 分支用于开发

- 环境要求

- node.js >= 22
- pnpm >= 9.0
- 使用新版 Chrome / Edge / Firefox,安装 tampermonkey 或 violentmonkey

- 编译运行

- main 分支只用于发布测试版和稳定版
- dev 分支用于开发
1. clone 项目,`pnpm i` 安装依赖
2. 使用 `pnpm dev` 进入 dev 模式,会自动打开浏览器安装开发用脚本(由 vite-plugin-monkey 控制)
- dev 模式下,修改 vue/scss 代码可实时生效,修改 typescript 会触发页面自动刷新
3. 使用 `pnpm build` 构建,产物在 `dist` 文件夹内
7 changes: 0 additions & 7 deletions src/modules/rules/watchlater/groups/basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ html[watchlater-increase-font-size] {
--bili-cover-card-progress-height: 3.5px;
}
}

// 隐藏 新版反馈按钮
html[watchlater-hide-feedback] {
.feed_back {
display: none !important;
}
}
5 changes: 0 additions & 5 deletions src/modules/rules/watchlater/groups/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ export const watchlaterBasicItems: Item[] = [
id: 'watchlater-increase-font-size',
name: '增大 视频信息字号',
},
{
type: 'switch',
id: 'watchlater-hide-feedback',
name: '隐藏 新版反馈按钮',
},
]

0 comments on commit 544e148

Please sign in to comment.