1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-22 18:46:57 +08:00

Fix: spare domain of git-over-cdn

This commit is contained in:
LmeSzinc
2026-04-21 23:41:44 +08:00
parent 5cc986257f
commit 378d18a9a3
2 changed files with 33 additions and 24 deletions

View File

@@ -71,7 +71,10 @@ class GitManager(DeployConfig):
@property
def goc_client(self):
client = GitOverCdnClient(
url='https://vip.123pan.cn/1818706573/pack/LmeSzinc_AzurLaneAutoScript_master',
url=[
'https://vip.123pan.cn/1818706573/pack/LmeSzinc_AzurLaneAutoScript_master',
'https://1818706573.v.123yx.com/1818706573/pack/LmeSzinc_AzurLaneAutoScript_master',
],
folder=self.root_filepath,
source='origin',
branch='master',
@@ -102,4 +105,4 @@ class GitManager(DeployConfig):
if __name__ == '__main__':
self = GitManager()
self.goc_client.get_status()
self.goc_client.get_status()