From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sat, 14 Nov 2020 23:42:35 +0000 (+0800) Subject: Update README.md X-Git-Tag: v0.5.1~2 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=36a631dd144cdb3b6e28f9bdeb1f2e152ed53c95;p=bili_danmu%2F.git Update README.md --- diff --git a/README.md b/README.md index eeaf381..e1c62d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## bilibili 直播弹幕机 -golang go version go1.15.2 linux/amd64 +golang go version go1.15.4 linux/amd64 ### 当前支持显示/功能 以下内容可能过时,点击查看[当前支持显示](https://github.com/qydysky/bili_danmu/blob/master/Reply/Msg.go#L13) ``` @@ -87,24 +87,22 @@ var AllF = map[string]bool{ 直播流开播自动下载 直播流下载重连 gtk弹幕窗自定义人/事件消息停留 +营收统计 ... ``` - +### 构建 +本项目使用github action自动构建,构建过程详见[yml](https://github.com/qydysky/bili_danmu/blob/master/.github/workflows/go.yml) ### demo -- 已配置了[go环境](https://golang.google.cn/dl/) -- 配置了[gtk](https://www.gtk.org/) -> 清晰度可取[数值](https://github.com/qydysky/bili_danmu/blob/028d6d8ed47df4631aca7df93871a4795bedda76/CV/Var.go#L19) +前往[releases](https://github.com/qydysky/bili_danmu/releases)页下载对应系统版本。解压后进入`demo`目录(文件夹),运行`demo.run`(`demo.exe`)。 ``` -git clone https://github.com/qydysky/bili_danmu.git -cd demo -go run main.go -或 -go run main.go -q 清晰度 -r 房间ID +./demo.run -q 清晰度 -r 房间ID ``` -- 未配置[go环境](https://golang.google.cn/dl/) -前往[releases](https://github.com/qydysky/bili_danmu/releases)页下载对应系统版本。解压后进入`demo`目录(文件夹),运行`demo.run`(`demo.exe`)。 +> 清晰度可取[数值](https://github.com/qydysky/bili_danmu/blob/028d6d8ed47df4631aca7df93871a4795bedda76/CV/Var.go#L19) + + + **部分功能需要在`demo`目录(文件夹)下放置`cookie.txt`才可用**