]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
Update README.md
authorqydysky <32743305+qydysky@users.noreply.github.com>
Sat, 19 Sep 2020 02:12:24 +0000 (10:12 +0800)
committerGitHub <noreply@github.com>
Sat, 19 Sep 2020 02:12:24 +0000 (10:12 +0800)
README.md

index d72c70efa0860d9d4634bddf254b0048700b6aaf..590b4118e66e06e705145365291cfca14249067a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 ## bilibili 直播弹幕机
-
+golang go version go1.15.2 linux/amd64
 ### 当前支持显示/功能
+以下内容可能过时,点击查看[当前支持显示](https://github.com/qydysky/bili_danmu/blob/master/Msg.go#L15)
 ```
 显示
 case 后有函数调用的为支持,为nil的为待完善,注释掉的调用为未启用
@@ -40,7 +41,9 @@ var Msg_map = map[string]func(replayF, string) {
        "ENTRY_EFFECT":nil,//replayF.entry_effect,//进入特效
        "ROOM_REAL_TIME_MESSAGE_UPDATE":nil,//replayF.roominfo,//粉丝数
 }
-
+```
+以下内容可能过时,点击查看[当前支持功能](https://github.com/qydysky/bili_danmu/blob/master/F.go#L14)
+```
 其他功能
 自动化功能、挑选有价值的弹幕
 //功能开关
@@ -61,6 +64,7 @@ git clone https://github.com/qydysky/bili_danmu.git
 cd demo
 go run main.go
 ```
+以下内容可能过时,以实际运行为准
 ```
 $ go run main.go 
 输入房间号: 213
@@ -82,4 +86,4 @@ INFO: 2020/09/16 16:48:11 [bili_danmu.go 测试] [开始心跳]
 
 ctrl+c退出,日志会同时追加记录到文件danmu.log中(文件记录完整信息,不会减少附加功能作用的弹幕)
 ```
-更多内容详见注释,如有疑问请发issues,欢迎pr
\ No newline at end of file
+更多内容详见注释,如有疑问请发issues,欢迎pr