Skip to content

Commit

Permalink
Merge pull request #280 from Ikaros-521/owner
Browse files Browse the repository at this point in the history
修复GUI b站部分配置项描述错误
  • Loading branch information
Ikaros-521 authored Sep 2, 2023
2 parents ec2a3ed + 8b2c1e0 commit 7437e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ cmd运行`npm i docsify-cli -g`
- 抖音关注事件可以触发关注感谢话术
- 基本实现动态文案功能,待后续使用体验中完善
- 更新b站监听库到16.0.0版本,新增b站登录板块,获取cookie等信息解决弹幕监听丢失问题(强烈建议使用小号登录,有风险)

- 修复GUI b站部分配置项描述错误

</details>

Expand Down
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ def bilibili_gui_create():
data_json.append(tmp_json)

tmp_json = {
"label_text": "API地址",
"label_text": "cookie",
"label_tip": "b站登录后F12抓网络包获取cookie,强烈建议使用小号!有封号风险",
"data": bilibili_config["cookie"],
"main_obj_name": "bilibili",
Expand All @@ -1789,7 +1789,7 @@ def bilibili_gui_create():
data_json.append(tmp_json)

tmp_json = {
"label_text": "voice preset",
"label_text": "ac_time_value",
"label_tip": "b站登录后,F12控制台,输入window.localStorage.ac_time_value获取(如果没有,请重新登录)",
"data": bilibili_config["ac_time_value"],
"main_obj_name": "bilibili",
Expand Down

0 comments on commit 7437e4e

Please sign in to comment.