mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Add: Update check via github web page
- Add no update check if running multiple alas - Fix enable_update_check not working
This commit is contained in:
@@ -236,6 +236,7 @@ def main(ini_name=''):
|
||||
|
||||
update = emulator_parser.add_argument_group('更新检查', '')
|
||||
update.add_argument('--启用更新检查', default=default('--启用更新检查'), choices=['是', '否'])
|
||||
update.add_argument('--update_method', default=default('--update_method'), choices=['api', 'web'], help='')
|
||||
update.add_argument('--github_token', default=default('--github_token'), help='To generate your token visit https://github.com/settings/tokens')
|
||||
update.add_argument('--update_proxy', default=default('--update_proxy'), help='Local http or socks proxy, example: http://127.0.0.1:10809')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user