From 95de30d62db76aa0378ba7a232aa5575e4e613cf Mon Sep 17 00:00:00 2001 From: LY <51789698+Young-Lord@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:58:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=20Arch=20Linux=20(=E5=8F=8A=20CN)=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8A=E6=B5=B7=E4=BA=A4=E9=80=9A=E5=A4=A7?= =?UTF-8?q?=E5=AD=A6=E7=9A=84=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chsrc-main.c | 1 + src/recipe/os/pacman/Arch-Linux.c | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/chsrc-main.c b/src/chsrc-main.c index a8cad71..2e11f85 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -75,6 +75,7 @@ chsrc_register_contributors () chef_register_contributor ("@BingChunMoLi", "BingChunMoLi", "bingchunmoli@bingchunmoli.com", NULL); // 该 ID 为 Gitee ID chef_register_contributor ("@hezonglun", "HeZongLun", "hezonglun123456@outlook.com", NULL); + chef_register_contributor ("@Young-Lord", "LY", "ly-niko@qq.com", NULL); /** * AI贡献者: diff --git a/src/recipe/os/pacman/Arch-Linux.c b/src/recipe/os/pacman/Arch-Linux.c index 725e152..77e6e8f 100644 --- a/src/recipe/os/pacman/Arch-Linux.c +++ b/src/recipe/os/pacman/Arch-Linux.c @@ -18,7 +18,7 @@ os_arch_prelude () chef_set_chef (this, "@happy-game"); chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y"); - chef_set_sauciers (this, 1, "@happy-game"); + chef_set_sauciers (this, 2, "@happy-game", "@Young-Lord"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this); @@ -37,6 +37,7 @@ os_arch_prelude () {&Bfsu, "https://mirrors.bfsu.edu.cn/archlinux", DelegateToMirror}, {&Ustc, "https://mirrors.ustc.edu.cn/archlinux", DelegateToMirror}, {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/archlinux", DelegateToMirror}, + {&Sjtug_Siyuan, "https://mirror.sjtu.edu.cn/archlinux", DelegateToMirror}, {&Tencent, "https://mirrors.tencent.com/archlinux", DelegateToMirror}, // {&Tencent_Intra, "https://mirrors.tencentyun.com/archlinux", DelegateToMirror}, {&Huawei, "https://mirrors.huaweicloud.com/archlinux", DelegateToMirror}, @@ -120,7 +121,7 @@ os_archlinuxcn_prelude () chef_set_chef (this, NULL); chef_set_cooks (this, 2, "@ccmywish", "@G_I_Y"); - chef_set_sauciers (this, 1, "@happy-game"); + chef_set_sauciers (this, 2, "@happy-game", "@Young-Lord"); chef_allow_local_mode (this, CanNot, NULL, NULL); chef_forbid_english(this); @@ -137,6 +138,7 @@ os_archlinuxcn_prelude () {&Bfsu, "https://mirrors.bfsu.edu.cn/archlinuxcn/", DelegateToMirror}, {&Ustc, "https://mirrors.ustc.edu.cn/archlinuxcn/", DelegateToMirror}, {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/", DelegateToMirror}, + {&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/archlinux-cn/", DelegateToMirror}, {&Tencent, "https://mirrors.cloud.tencent.com/archlinuxcn/", DelegateToMirror}, // {&Tencent_Intra, "https://mirrors.cloud.tencentyun.com/archlinuxcn/", DelegateToMirror},