Skip to content

Commit

Permalink
updated README.md and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Mar 10, 2024
1 parent 4db0a24 commit 9a9f0b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## ➵ 下载

[FireFox (请使用mv2版本 v0.12.4)](https://github.com/eric2788/bilibili-vup-stream-enhancer/releases/tag/0.12.4)
[FireFox (请使用 MV2 版本 v0.12.4)](https://github.com/eric2788/bilibili-vup-stream-enhancer/releases/tag/0.12.4)

[Edge](https://microsoftedge.microsoft.com/addons/detail/ehdhihncinoejihhmhpdoeloadihnfio)

Expand All @@ -23,21 +23,7 @@

本浏览器插件透过挂接 WebSocket 为管人观众提供众多功能。 本插件虽然功能众多,但全部主要功能均为可选,你仍可为界面保持简化。

目前所有功能都需要各位测试者的意见和bug回报,因此需要大量测试者....

当所有功能完善后,我们将会为 bilibili-jimaku-filter 推出正式的 v2.0 版本 😎😎

## ➵ 使用方式

1. [下载](#-下载)本扩展。
2. 点击扩展图标进入设定页面,并根据你的偏好进入设定。完成后,然后按下保存设定。
3. 进入B站任一直播间即可开始使用。

## ➵ 贡献

请参阅 [贡献指南](CONTRIBUTING.md)

## ➵ 功能简介
### 功能

**所有主要功能已全部改为可选**,例如: 你可以启用醒目留言记录而不启用同传字幕过滤, 且每个主要功能都有各自的房间黑/白名单

Expand All @@ -53,6 +39,16 @@
- 高亮用户弹幕/进入直播间
- 开播提醒

## ➵ 使用方式

1. [下载](#-下载)本扩展。
2. 点击扩展图标进入设定页面,并根据你的偏好进入设定。完成后,然后按下保存设定。
3. 进入B站任一直播间即可开始使用。

## ➵ 贡献

请参阅 [贡献指南](CONTRIBUTING.md)


## ➵ 其他连结

Expand Down
1 change: 0 additions & 1 deletion src/contents/index/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Header from "./components/Header";

const shadowRoot = () => document.querySelector('bjf-csui').shadowRoot

//TODO: add steps
const steps: Array<TutorialStep> = [
{
target: '#bjf-main-menu-button',
Expand Down
2 changes: 1 addition & 1 deletion src/contents/index/mounter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function createApp(roomId: string, plasmo: PlasmoSpec, info: StreamInfo): App {
await Promise.all(mounters.filter(m => enabled.includes(m.feature)).map(m => m.mount(settings)))
console.info('渲染元素完成')

// TODO: change to use global data
// change to use global data in the future
removeListener = addBLiveMessageCommandListener('DANMU_MSG', (data) => {
const uname = data.info[2][1]
const text = data.info[1]
Expand Down

0 comments on commit 9a9f0b9

Please sign in to comment.