Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-stars-1 committed May 13, 2023
2 parents 060b2c8 + 136fe4c commit c29cdf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Honkai_Star_Rail.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

def main():
if not read_json_file(CONFIG_FILE_NAME, False).get('start'):
title = "请选择代理地址:"
title = "请选择代理地址:(不使用代理选第三条空选项)"
options = ['https://github.moeyy.xyz/', 'https://ghproxy.com/', '']
option, index = pick(options, title, indicator='=>', default_index=0)
modify_json_file(CONFIG_FILE_NAME, "github_proxy", option)
title = "你游戏里开启了自动战斗吗?:"
title = "你游戏里开启了连续自动战斗吗?:"
options = ['没打开', '打开了', '这是什么']
option, index = pick(options, title, indicator='=>', default_index=0)
modify_json_file(CONFIG_FILE_NAME, "auto_battle_persistence", index)
Expand Down

0 comments on commit c29cdf1

Please sign in to comment.