mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 00:28:52 +08:00
Add: Added new update check
- @LmeSzinc made another update check with proxy support, I just add a github token support because github api has a limit of 60 requests per hour for unauthenticated requests.
This commit is contained in:
@@ -21,6 +21,7 @@ dic_daily = {
|
||||
'index_1': 1,
|
||||
'index_2': 2,
|
||||
'index_3': 3,
|
||||
|
||||
}
|
||||
dic_true_eng_to_eng = {
|
||||
# Function
|
||||
@@ -37,6 +38,8 @@ dic_true_eng_to_eng = {
|
||||
'c12-4_leveling': 'c124_leveling',
|
||||
|
||||
# Argument
|
||||
'github_token': 'github_token',
|
||||
'update_proxy': 'update_proxy',
|
||||
'enable_update_check': 'enable_update_check',
|
||||
'enable_stop_condition': 'enable_stop_condition',
|
||||
'enable_exception': 'enable_exception',
|
||||
@@ -229,6 +232,8 @@ dic_chi_to_eng = {
|
||||
'12-4打大型练级': 'c124_leveling',
|
||||
|
||||
# Argument
|
||||
'github_token': 'github_token',
|
||||
'update_proxy': 'update_proxy',
|
||||
'启用更新检查': 'enable_update_check',
|
||||
'启用停止条件': 'enable_stop_condition',
|
||||
'启用异常处理': 'enable_exception',
|
||||
|
||||
Reference in New Issue
Block a user