mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-13 10:58:02 +08:00
Merge branch 'master' of https://github.com/sui-feng-cb/AzurLaneAutoScript1
This commit is contained in:
@@ -72,8 +72,8 @@ class GitManager(DeployConfig):
|
|||||||
def goc_client(self):
|
def goc_client(self):
|
||||||
client = GitOverCdnClient(
|
client = GitOverCdnClient(
|
||||||
url=[
|
url=[
|
||||||
|
'https://1818706573.cdn.123clouddisk.com/1818706573/pack/LmeSzinc_AzurLaneAutoScript_master',
|
||||||
'https://vip.123pan.cn/1818706573/pack/LmeSzinc_AzurLaneAutoScript_master',
|
'https://vip.123pan.cn/1818706573/pack/LmeSzinc_AzurLaneAutoScript_master',
|
||||||
'https://1818706573.v.123yx.com/1818706573/pack/LmeSzinc_AzurLaneAutoScript_master',
|
|
||||||
],
|
],
|
||||||
folder=self.root_filepath,
|
folder=self.root_filepath,
|
||||||
source='origin',
|
source='origin',
|
||||||
|
|||||||
@@ -39,6 +39,11 @@ class CoalitionUI(Combat):
|
|||||||
if event == 'coalition_20230323':
|
if event == 'coalition_20230323':
|
||||||
mode_switch = Switch('CoalitionMode', offset=(20, 20))
|
mode_switch = Switch('CoalitionMode', offset=(20, 20))
|
||||||
# Note that switch button are reversed
|
# Note that switch button are reversed
|
||||||
|
# but TW rerun event at 20260703 does not have button reversed
|
||||||
|
if self.config.SERVER == 'tw':
|
||||||
|
mode_switch.add_state('story', FROSTFALL_MODE_BATTLE)
|
||||||
|
mode_switch.add_state('battle', FROSTFALL_MODE_STORY)
|
||||||
|
else:
|
||||||
mode_switch.add_state('story', FROSTFALL_MODE_STORY)
|
mode_switch.add_state('story', FROSTFALL_MODE_STORY)
|
||||||
mode_switch.add_state('battle', FROSTFALL_MODE_BATTLE)
|
mode_switch.add_state('battle', FROSTFALL_MODE_BATTLE)
|
||||||
elif event == 'coalition_20240627':
|
elif event == 'coalition_20240627':
|
||||||
|
|||||||
Reference in New Issue
Block a user