From aba55813d21ed3fa6321ad9db3f9d66d65208d16 Mon Sep 17 00:00:00 2001 From: EightyDollars Date: Thu, 28 Nov 2024 15:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mirror=5Flist=E7=9A=84?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E9=A1=BA=E5=BA=8F=EF=BC=8C=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=E9=98=BF=E9=87=8C=E4=BA=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- launcher.py | 4 ++-- ui/src/pages/Update.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/launcher.py b/launcher.py index b0ab98e..ebfb3bf 100644 --- a/launcher.py +++ b/launcher.py @@ -14,7 +14,7 @@ version = "2024-11-28" config = { "page": "init", "branch": "slow", - "mirror": "tuna", + "mirror": "aliyun", } config_path = Path("launcher.json") @@ -33,8 +33,8 @@ def custom_event(data): mirror_list = { - "aliyun": "https://mirrors.aliyun.com/pypi/simple/", "pypi": "https://pypi.org/simple", + "aliyun": "https://mirrors.aliyun.com/pypi/simple/", "tuna": "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple", "sjtu": "https://mirror.sjtu.edu.cn/pypi/web/simple", } diff --git a/ui/src/pages/Update.vue b/ui/src/pages/Update.vue index 99dc1bc..448108a 100644 --- a/ui/src/pages/Update.vue +++ b/ui/src/pages/Update.vue @@ -51,8 +51,8 @@ provide('current_state', current_state) - 阿里云镜像站 PyPI + 阿里云镜像站 上海交通大学镜像站 清华大学镜像站