1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Upd: [CN] Coding repo mirror

This commit is contained in:
LmeSzinc
2023-03-28 16:30:50 +08:00
parent 5c3e82c059
commit 3ca2695464
10 changed files with 11 additions and 35 deletions

View File

@@ -72,7 +72,9 @@ class DeployConfig(ConfigModel):
self.config = {}
self.read()
if self.Repository == 'https://gitee.com/LmeSzinc/AzurLaneAutoScript':
self.Repository = 'https://gitee.com/lmeszinc/azur-lane-auto-script-mirror'
self.Repository = 'https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git'
if self.Repository == 'https://gitee.com/lmeszinc/azur-lane-auto-script-mirror':
self.Repository = 'https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git'
self.write()
self.show_config()