Skip to content

Commit

Permalink
修复pyqt b站配置项错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Nov 16, 2023
1 parent e3f8bd6 commit 8604945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ def bilibili_gui_create():
"label_text": "登录方式",
"label_tip": "选择登录b站账号的方式,用于获取b站账号相关信息",
"widget_type": "combo_box",
"combo_data_list": ['手机扫码', '手机扫码-终端', 'cookie', '账号密码登录', '不登录'],
"combo_data_list": ['手机扫码', '手机扫码-终端', 'cookie', '账号密码登录', 'open_live', '不登录'],
"data": bilibili_config["login_type"],
"main_obj_name": "bilibili",
"index": 1
Expand Down

0 comments on commit 8604945

Please sign in to comment.