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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user