mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-03-14 16:45:13 +08:00
Add mirror site Nyist
, Sdu
, Cqupt
This commit is contained in:
parent
b06a1125e1
commit
915adab934
@ -23,12 +23,12 @@
|
||||
* | juzeon <skyjuzheng@gmail.com>
|
||||
* |
|
||||
* Created On : <2023-08-28>
|
||||
* Last Modified : <2024-12-25>
|
||||
* Last Modified : <2025-03-04>
|
||||
*
|
||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
#define Chsrc_Version "0.1.9.7"
|
||||
#define Chsrc_Version "0.1.9.8-dev1"
|
||||
#define Chsrc_Release_Date "2024/12/18"
|
||||
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
||||
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
||||
|
@ -7,7 +7,7 @@
|
||||
* Contributors : Shengwei Chen <414685209@qq.com>
|
||||
* |
|
||||
* Created On : <2023-08-29>
|
||||
* Last Modified : <2024-12-07>
|
||||
* Last Modified : <2025-03-04>
|
||||
*
|
||||
* 通用镜像站
|
||||
* ------------------------------------------------------------*/
|
||||
@ -96,7 +96,8 @@ Hust =
|
||||
{NotSkip, NA, NA, "https://mirrors.hust.edu.cn/ubuntu-releases" Big_File_ubuntu}
|
||||
},
|
||||
|
||||
// 速度暂时处于10位以后,但是目前可用的源
|
||||
// 速度暂时处于10位以后或者无测速报告,但是目前可用的源
|
||||
|
||||
Iscas =
|
||||
{
|
||||
"iscas", "ISCAS", "中科院软件所智能软件研究中心开源镜像站", "https://mirror.iscas.ac.cn/",
|
||||
@ -115,6 +116,24 @@ NJTech =
|
||||
{NotSkip, NA, NA, "https://mirrors.njtech.edu.cn/ubuntu-releases" Big_File_ubuntu}
|
||||
},
|
||||
|
||||
Nyist =
|
||||
{
|
||||
"nyist", "NYIST", "南阳理工学院开源软件镜像站", "https://mirror.nyist.edu.cn/",
|
||||
{NotSkip, NA, NA, "https://mirror.nyist.edu.cn/ubuntu-releases" Big_File_ubuntu}
|
||||
},
|
||||
|
||||
Sdu =
|
||||
{
|
||||
"sdu", "SDU", "山东大学镜像站", "https://mirrors.sdu.edu.cn/",
|
||||
{NotSkip, NA, NA, "https://mirrors.sdu.edu.cn/ubuntu-releases" Big_File_ubuntu}
|
||||
},
|
||||
|
||||
Cqupt =
|
||||
{
|
||||
"cqupt", "CQUPT", "重庆邮电大学开源镜像站", "https://mirrors.cqupt.edu.cn/",
|
||||
{NotSkip, NA, NA, "https://mirrors.cqupt.edu.cn/ubuntu-releases" Big_File_ubuntu}
|
||||
},
|
||||
|
||||
Nju =
|
||||
{
|
||||
"nju", "NJU", "南京大学开源镜像站", "https://mirrors.nju.edu.cn/",
|
||||
|
@ -5,7 +5,7 @@
|
||||
* Contributors : Nil Null <nil@null.org>
|
||||
* Created On : <2023-09-01>
|
||||
* Major Revision : 1
|
||||
* Last Modified : <2024-12-11>
|
||||
* Last Modified : <2025-03-04>
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
/* Begin Target Matrix */
|
||||
@ -146,7 +146,10 @@ available_mirrors[] = {
|
||||
/* 教育网 */
|
||||
&MirrorZ, &Tuna, &Sjtug_Zhiyuan, &Zju, &Lzuoss, &Jlu, &Bfsu, &Pku, &Bjtu, &Sustech, &Ustc,
|
||||
|
||||
&Hust, &Iscas, &Scau, &Nju,
|
||||
&Hust, &Iscas, &Scau,
|
||||
&Nyist, &Sdu, &Cqupt,
|
||||
|
||||
&Nju,
|
||||
|
||||
// 已支持但未启用
|
||||
// &Cqu,
|
||||
|
Loading…
x
Reference in New Issue
Block a user