]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
修正解释
authorqydysky <qydysky@foxmail.com>
Sun, 31 Jan 2021 15:54:19 +0000 (23:54 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 31 Jan 2021 15:54:19 +0000 (23:54 +0800)
README.md
demo/README.md
demo/html/README.md

index 5f4a78d1646f1a7405fc84dd12e8a13efedea98d..05217084c6d933396e5a30fbd90f9f0ff8c1c1e3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ golang go version go1.15 linux/amd64
 - [github.com/gorilla/websocket](https://github.com/gorilla/websocket) under [BSD 2-Clause](https://raw.githubusercontent.com/gorilla/websocket/master/LICENSE)
 - [github.com/skip2/go-qrcode](https://github.com/skip2/go-qrcode) under [MIT](https://github.com/skip2/go-qrcode/blob/master/LICENSE)
 - [github.com/gofrs/uuid](https://github.com/gofrs/uuid) under [MIT](https://github.com/gofrs/uuid/blob/master/LICENSE)
+- [github.com/skratchdot/open-golang/open](https://github.com/skratchdot/open-golang) under [MIT](https://raw.githubusercontent.com/skratchdot/open-golang/master/LICENSE)
 - [7z](https://www.7-zip.org/) under [LICENSE](https://www.7-zip.org/license.txt)
 ---
 
@@ -58,6 +59,8 @@ golang go version go1.15 linux/amd64
 
 #### 当前支持功能
 以下内容可能过时,点击查看[当前支持功能](https://github.com/qydysky/bili_danmu/blob/master/Reply/F.go#L16)
+- [x] 签到
+- [x] 获取小心心
 - [x] 自定义私信
 - [x] 自动切换粉丝牌
 - [x] 扫码登录
@@ -88,6 +91,13 @@ golang go version go1.15 linux/amd64
 ### 说明
 本项目使用github action自动构建,构建过程详见[yml](https://github.com/qydysky/bili_danmu/blob/master/.github/workflows/go.yml)
 
+#### 小心心
+在登录后,可以自动获取小心心
+
+需要支持webassembly的浏览器(通常可以在bili直播间获得小心心的浏览器均可)
+
+golang通过websocket与浏览器js进行通讯,在浏览器js调用bilibili的webassembly组件,对信息进行加密。最后返回加密字符串,并由golang进行获取请求。因此需要保持浏览器的相关标签页不被关闭。
+
 #### 私信
 在登录后,可以使用私信
 
index a0a0f8f18505655e7bc479c4dfc7b17fd92182b0..a607097c93432d35b76f455a1625951947f3f530 100644 (file)
@@ -5,7 +5,7 @@
 |-|-|
 |./|运行目录|
 |config/|配置目录|
-|html/|小心心js加密模块|
+|html/|小心心前端加密模块|
 |face/|gtk弹幕窗头像存储目录|
 |ui/|gtk模板|
 |Autoban.txt|自动封禁提示样本|
index 0e7e73d2cdf2fd16bc7c85c8d2a6a27ea789c9b2..1b02ec7b109dc8f23040dcdadd52e405313d91e2 100644 (file)
@@ -3,7 +3,7 @@
 ### 目录释义
 |目录|说明|
 |-|-|
-|./|小心心js加密模块|
+|./|小心心前端加密模块|
 |27.02768ee66953cfc6d097.js|webassembly接口(from bilibili)|
 |bili.js|小心心前端加密模块(js)|
 |e791556706f88d88b4846a61a583b31db007f83d.wasm|webassembly (from bilibili)|