1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-02-23 16:21:51 +00:00
10 changed files with 17 additions and 13 deletions

View File

@@ -126,6 +126,10 @@ class DeployConfig(ConfigModel):
super().__setattr__('Repository', 'https://github.com/LmeSzinc/AzurLaneAutoScript')
if self.Repository in ['cn']:
super().__setattr__('Repository', 'git://git.lyoko.io/AzurLaneAutoScript')
if self.PypiMirror in [
'https://pypi.tuna.tsinghua.edu.cn/simple'
]:
super().__setattr__('PypiMirror', 'https://mirrors.aliyun.com/pypi/simple')
def filepath(self, key):
"""

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: './toolkit/python.exe'
# URL of pypi mirror
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [Other] Use null
PypiMirror: null
# Install dependencies at startup