mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-18 22:04:52 +08:00
Move unused source inside
This commit is contained in:
parent
f5c9fa8c3d
commit
2a0d056d87
@ -106,9 +106,6 @@ MirrorSite
|
|||||||
Sohu = {"sohu", "SOHU", "搜狐开源镜像站", "https://mirrors.sohu.com/",
|
Sohu = {"sohu", "SOHU", "搜狐开源镜像站", "https://mirrors.sohu.com/",
|
||||||
"https://mirrors.sohu.com/deepin-cd" Big_File_deepin};
|
"https://mirrors.sohu.com/deepin-cd" Big_File_deepin};
|
||||||
|
|
||||||
// 开源社区
|
|
||||||
MirrorSite
|
|
||||||
NugetOrg = {"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/", NULL};
|
|
||||||
|
|
||||||
MirrorSite
|
MirrorSite
|
||||||
Upstream = {"upstream", "Upstream", "上游默认源", NULL, NULL};
|
Upstream = {"upstream", "Upstream", "上游默认源", NULL, NULL};
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
* chsrc: Change Source —— 全平台通用命令行换源工具
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
#define Chsrc_Version "v0.1.7.2.dev1-2024/08/09"
|
#define Chsrc_Version "v0.1.7.2.dev2-2024/08/17"
|
||||||
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
||||||
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
||||||
|
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
* Last Modified : <2024-08-09>
|
* Last Modified : <2024-08-09>
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
|
static MirrorSite
|
||||||
|
NugetOrg = {"nuget.org", "NuGet Org", "Nuget Organization", "https://www.nuget.org/", NULL};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @time 2024-04-18 更新
|
* @time 2024-04-18 更新
|
||||||
* @note {
|
* @note {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user