Skip to content

Commit

Permalink
📝 update(README): improve format
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed May 13, 2022
1 parent 2b1014e commit 56d7bb8
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,15 @@

## ✨ 特性

🔎 直播间信息、直播流、弹幕流、发送弹幕

⌛ 平台 `Websocket` 协议封装,支持转发弹幕消息、直播间热度消息

🗝️ 解决跨域问题,支持直播流本地转发

📂 简易的收藏夹功能支持

🎯 资源占用低,5开百万热度直播间、蓝光直播流转发、弹幕全开占用 `40M` 内存

🧬 跨平台支持,甚至可以运行在路由器上

🔨 支持设置 `Socks5` 代理 (未测试)

🧱 良好的项目结构设计,解耦直播平台和核心功能

⚙️ 同时它也是一个简单的命令行工具。
- 🔎 直播间信息、直播流、弹幕流、发送弹幕
- ⌛ 平台 `Websocket` 协议封装,支持转发弹幕消息、直播间热度消息
- 🗝️ 解决跨域问题,支持直播流本地转发
- 📂 简易的收藏夹功能支持
- 🎯 资源占用低,5开百万热度直播间、蓝光直播流转发、弹幕全开占用 `40M` 内存
- 🧬 跨平台支持,甚至可以运行在路由器上
- 🔨 支持设置 `Socks5` 代理 (未测试)
- 🧱 良好的项目结构设计,解耦直播平台和核心功能
- ⚙️ 同时它也是一个简单的命令行工具。

......

Expand Down Expand Up @@ -104,7 +96,7 @@ chmod +x ./pure-live

查看版本:
```shell
./pure-lie -v
./pure-live -v
```

```
Expand Down

0 comments on commit 56d7bb8

Please sign in to comment.