Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
FHChen0420 committed Jul 31, 2023
1 parent 4eee68f commit 5ca1f87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ B站直播歌词/同传弹幕发送工具
+ 支持设置在当前直播间的弹幕颜色与位置

### Pyinstaller打包指令
+ 注意:

本项目对requests库源码进行了修改,将models.py的prepare_body方法中的```complexjson.dumps(json)```改为```complexjson.dumps(json,ensure_ascii=False)```,用于解决json请求中的中文编码问题。请在打包前手动进行修改。

+ Windows(64位):

```pyinstaller -F -w app.pyw -n LyricDanmu --add-data "./static/*;./static" --add-data "./dll/x64/*;."```
Expand Down

0 comments on commit 5ca1f87

Please sign in to comment.