Skip to content

Commit

Permalink
Merge pull request #506 from andywang425:dev
Browse files Browse the repository at this point in the history
7.1.5
  • Loading branch information
andywang425 authored Jul 14, 2024
2 parents 60afa7b + 122aca5 commit 5e286e0
Show file tree
Hide file tree
Showing 28 changed files with 1,089 additions and 816 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## [7.1.5] - 2024-7-14

### 新增

- 【发送弹幕】新增【包含等级≥20的粉丝勋章】选项

### 修复

- 修复因为在超时时间内找不到播放器上面的header导致【隐藏/显示控制面板】按钮无法显示的问题

### 调整

- 优化【编辑粉丝勋章名单】表格的勾选体验,点击时自动勾选当前行

### 删除

- 删除了【发弹幕自动佩戴粉丝勋章】功能(官方已在展示设置中实现该功能)

## [7.1.4] - 2024-5-3

### 新增
Expand Down
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

## 技术栈

BLTH 是一个基于 [Vue3](https://cn.vuejs.org), [vite-plugin-monkey](https://github.com/lisonge/vite-plugin-monkey) 和 Typescript 的用户脚本。
如果想要贡献代码,你至少需要有 [Vue3](https://cn.vuejs.org) 和 Typescript 基础。
BLTH 是一个基于 [Vue3](https://cn.vuejs.org), [vite-plugin-monkey](https://github.com/lisonge/vite-plugin-monkey) 和 Typescript 的用户脚本。如果想要贡献代码,你至少需要有 [Vue3](https://cn.vuejs.org) 和 Typescript 基础。

## 环境搭建

Expand Down Expand Up @@ -144,10 +143,7 @@ npm run preview

## 已知问题

如果要开发或调试运行时机很早的模块,建议先编译脚本(npm run build)然后运行编译后的脚本。在 dev 状态下调试这类功能可能会遇到以下问题:

- 脚本被注入得太晚,无法很好地测试
- 脚本被注入得太早导致`document.head``null`而报错。
如果要开发或调试运行时机很早的模块,建议先编译脚本(npm run build)然后运行编译后的脚本。在 dev 状态下调试这类功能可能会因为脚本被注入得太晚从而无法很好地进行测试。

## commit 规范

Expand Down
Loading

0 comments on commit 5e286e0

Please sign in to comment.