Update doc

This commit is contained in:
Aoran Zeng
2024-11-23 09:11:10 +08:00
parent 4515432804
commit cc713816c6
10 changed files with 13 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2023-09-10 更新
* @update 2023-09-10
* @note 不太好换,且用户可能不多,我们暂时只给用户提供文档
*/
static Source_t pl_clojure_sources[] =

View File

@@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2024-04-18 更新
* @update 2024-04-18
* @note 缺少教育网或开源社区软件源
*/
static Source_t pl_java_sources[] =

View File

@@ -12,8 +12,7 @@
/**
* @update 2024-11-21
*/
static Source_t
os_armbian_sources[] =
static Source_t os_armbian_sources[] =
{
{&UpstreamProvider, "http://apt.armbian.com"},
{&MirrorZ, "https://mirrors.cernet.edu.cn/armbian"},

View File

@@ -10,7 +10,7 @@
* ------------------------------------------------------------*/
/**
* @time 2023-09-29 更新
* @update 2023-09-29
*/
static Source_t os_raspberrypi_sources[] =
{

View File

@@ -11,7 +11,7 @@
* ------------------------------------------------------------*/
/**
* @time 2023-09-29 更新
* @update 2023-09-29
*/
static Source_t os_openkylin_sources[] =
{

View File

@@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2024-06-12 更新
* @update 2024-06-12
*/
static Source_t os_almalinux_sources[] =
{

View File

@@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2024-04-18 更新
* @update 2024-04-18
*/
static Source_t os_msys2_sources[] =
{

View File

@@ -8,7 +8,7 @@
* ------------------------------------------------------------*/
/**
* @time 2023-09-10 更新
* @update 2023-09-10
* @note 这些链接将会在setsrc函数中补充完整
*/
static Source_t wr_anaconda_sources[] =

View File

@@ -15,8 +15,7 @@
* 2. 不确定 Sustech 能否工作
* }
*/
static Source_t
wr_homebrew_sources[] =
static Source_t wr_homebrew_sources[] =
{
{&UpstreamProvider, NULL},
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/"},