Skip to content

Commit

Permalink
Merge pull request #485 from andywang425/dev
Browse files Browse the repository at this point in the history
7.1.3
  • Loading branch information
andywang425 authored Feb 2, 2024
2 parents 8c2c013 + 0f42259 commit fec8bd8
Show file tree
Hide file tree
Showing 48 changed files with 1,384 additions and 6,662 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 更新日志

## [7.1.3] - 2024-2-2

### 新增

- 体验优化板块:新增隐身入场、发弹幕自动佩戴粉丝勋章、显示高能用户数量功能
- 移除元素板块:新增移除连麦状态提示、移除直播间相同弹幕连续提示功能

### 修复

- 修复领取大会员权益时有可能因为领取过快而失败的问题

### 删除

- 删去了移除直播间幻星派对标志、APP用户任务模块
- 删去了给主播点赞功能的选项“包含等级≥20的粉丝勋章”

### 调整

- 重新使用来自cdn的ajax-hook

## [7.1.2] - 2023-9-17

### 新增
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ BLTH 是一个基于 [Vue3](https://cn.vuejs.org), [vite-plugin-monkey](https://
## 环境搭建

- 安装 [Node.js](https://nodejs.org/), [Visual Studio Code](https://code.visualstudio.com/)
- Fork 本项目(注意要取消勾选“Copy the master branch only”),然后 Clone 至本地。
- Fork 本项目,然后 Clone 至本地。
- 切换到项目根目录,安装依赖 `npm install`
- 安装以下几个 vscode 拓展:[Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar), [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin), [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint), [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)。同时为了更好的开发体验推荐启用 Volar 的 [Take Over Mode](https://cn.vuejs.org/guide/typescript/overview.html#volar-takeover-mode)

## 开始

首先切换到`dev`分支:
首先创建并切换到`dev`分支:

```sh
git checkout dev
git checkout -b dev
```

接着使用以下命令在浏览器中安装脚本并启动 [Vite](https://cn.vitejs.dev),然后你就可以开始写代码啦。
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 andywang425

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
60 changes: 0 additions & 60 deletions dist/bilibili-live-tasks-helper.min.user.js

This file was deleted.

5,103 changes: 0 additions & 5,103 deletions dist/bilibili-live-tasks-helper.user.js

This file was deleted.

Loading

0 comments on commit fec8bd8

Please sign in to comment.