mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-10 13:06:22 +08:00
Add tex
sources
This commit is contained in:
parent
c2ee5d14d6
commit
88c92891be
22
chsrc.h
22
chsrc.h
@ -483,8 +483,26 @@ os_openkylin_sources[] = {
|
|||||||
{&Tencent, "https://mirrors.tencent.com/openkylin/"},
|
{&Tencent, "https://mirrors.tencent.com/openkylin/"},
|
||||||
{&Netease, "https://mirrors.163.com/openkylin/"},
|
{&Netease, "https://mirrors.163.com/openkylin/"},
|
||||||
{&Sohu, "https://mirrors.sohu.com/openkylin/"}
|
{&Sohu, "https://mirrors.sohu.com/openkylin/"}
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 2023-09-10 更新
|
||||||
|
*
|
||||||
|
* TODO: 1. 暂未添加商业公司源
|
||||||
|
*/
|
||||||
|
static source_info
|
||||||
|
wr_tex_sources[] = {
|
||||||
|
{&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/ctan/systems/texlive/tlnet"},
|
||||||
|
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet"},
|
||||||
|
{&Bfsu, "https://mirrors.bfsu.edu.cn/CTAN/systems/texlive/tlnet"},
|
||||||
|
{&Lzuoss, "https://mirror.lzu.edu.cn/CTAN/systems/texlive/tlnet"},
|
||||||
|
{&Jlu, "https://mirrors.jlu.edu.cn/CTAN/systems/texlive/tlnet"},
|
||||||
|
{&Sustech, "https://mirrors.sustech.edu.cn/CTAN/systems/texlive/tlnet"}
|
||||||
}
|
}
|
||||||
;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* 辅助函数 */
|
/* 辅助函数 */
|
||||||
@ -547,6 +565,8 @@ def_target_sources_n(os_kali); def_target_sources_n(os_openbsd); def_
|
|||||||
def_target_sources_n(os_arch); def_target_sources_n(os_gentoo); def_target_sources_n(os_netbsd);
|
def_target_sources_n(os_arch); def_target_sources_n(os_gentoo); def_target_sources_n(os_netbsd);
|
||||||
def_target_sources_n(os_deepin); def_target_sources_n(os_openeuler); def_target_sources_n(os_openkylin);
|
def_target_sources_n(os_deepin); def_target_sources_n(os_openeuler); def_target_sources_n(os_openkylin);
|
||||||
|
|
||||||
|
def_target_sources_n(wr_tex);
|
||||||
|
|
||||||
/* Target Info */
|
/* Target Info */
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void (*setfn)(char* option);
|
void (*setfn)(char* option);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user