Skip to content

Commit

Permalink
Merge pull request #18 from ADJazzzz/dev
Browse files Browse the repository at this point in the history
1.3.5
  • Loading branch information
ADJazzzz authored Aug 9, 2024
2 parents 8bc3dee + 59118ac commit e15ae88
Show file tree
Hide file tree
Showing 17 changed files with 249 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
"recommendations": ["Vue.volar", "esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
}
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## NEXT_VERSION

## [1.3.5](https://github.com/ADJazzzz/BLSPAM/compare/1.3.4...1.3.6) 2024-08-10

### 新增

- 适配深色模式(自动跟随B站官方实验室中的深色模式)

### 修复

- 修复通用表情显示问题
- 过滤无效表情

### 调整

- B站相关API调整
- 更改CDN [unpkg => jsdelivr](https://www.jsdelivr.com)

## [1.3.4](https://github.com/ADJazzzz/BLSPAM/compare/1.3.3...1.3.4) 2024-08-01

### 修复
Expand All @@ -10,7 +26,7 @@

### 修复

- 修复段弹幕无法停止的问题
- 修复短弹幕无法停止的问题

## [1.3.2](https://github.com/ADJazzzz/BLSPAM/compare/1.3.1...1.3.2) 2024-07-21

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

- 使用独轮车可能会对直播间环境造成污染,若你的账号被封禁或禁言,本脚本、作者以及贡献者不负任何责任
- 本脚本会使用你的账号信息用于对B站相关API请求
- 本脚本只会对B站相关域名、依赖CDN(目前使用的是 [UNPKG](https://unpkg.com/)和 Github API 发起请求
- 部分地区可能无法从CDN([UNPKG](https://unpkg.com/)获取相关依赖,请尝试修改host或开魔法
- 本脚本只会对B站相关域名、依赖CDN 和 Github API 发起请求
- 部分地区可能无法从 CDN 获取相关依赖,请尝试修改host或开魔法

**安装**

Expand All @@ -46,7 +46,7 @@

<img src="/images/panel.png">

> 右上角为状态显示,蓝色为可使用状态,红色为不可使用状态(即未登录),绿色为正在运行独轮车
> 右上角为状态显示,蓝色为可使用状态,红色为不可使用状态(未登录,API异常等),绿色为正在运行独轮车
# 兼容

Expand Down
Binary file modified images/panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
175 changes: 96 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e15ae88

Please sign in to comment.