Skip to content

Commit 93b9bbc

Browse files
committed
Upd: [CN] Git mirrors
1 parent 90c6ddc commit 93b9bbc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/deploy.template-AidLux-cn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Deploy:
33
# URL of AzurLaneAutoScript repository
44
# [CN user] Use 'git://git.lyoko.io/AzurLaneAutoScript' for faster and more stable download
55
# [Other] Use 'https://github.com/LmeSzinc/AzurLaneAutoScript'
6-
Repository: https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git
6+
Repository: git://git.lyoko.io/AzurLaneAutoScript
77
# Branch of Alas
88
# [Developer] Use 'dev', 'app', etc, to try new features
99
# [Other] Use 'master', the stable branch

config/deploy.template-cn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Deploy:
33
# URL of AzurLaneAutoScript repository
44
# [CN user] Use 'git://git.lyoko.io/AzurLaneAutoScript' for faster and more stable download
55
# [Other] Use 'https://github.com/LmeSzinc/AzurLaneAutoScript'
6-
Repository: https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git
6+
Repository: git://git.lyoko.io/AzurLaneAutoScript
77
# Branch of Alas
88
# [Developer] Use 'dev', 'app', etc, to try new features
99
# [Other] Use 'master', the stable branch

config/deploy.template-docker-cn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Deploy:
33
# URL of AzurLaneAutoScript repository
44
# [CN user] Use 'git://git.lyoko.io/AzurLaneAutoScript' for faster and more stable download
55
# [Other] Use 'https://github.com/LmeSzinc/AzurLaneAutoScript'
6-
Repository: https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git
6+
Repository: git://git.lyoko.io/AzurLaneAutoScript
77
# Branch of Alas
88
# [Developer] Use 'dev', 'app', etc, to try new features
99
# [Other] Use 'master', the stable branch

module/config/config_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def insert(key):
407407
def generate_deploy_template():
408408
template = poor_yaml_read(DEPLOY_TEMPLATE)
409409
cn = {
410-
'Repository': 'https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git',
410+
'Repository': 'git://git.lyoko.io/AzurLaneAutoScript',
411411
'PypiMirror': 'https://pypi.tuna.tsinghua.edu.cn/simple',
412412
'Language': 'zh-CN',
413413
}

0 commit comments

Comments
 (0)