From 3d5d7eaa161228e0a93b1a57756b5452739f0caa Mon Sep 17 00:00:00 2001 From: mayx Date: Sat, 6 Sep 2025 16:37:44 +0000 Subject: [PATCH] Update 3 files - /other_repo_list.md - /_data/proxylist.yml - /proxylist.md --- _data/proxylist.yml | 3 +-- other_repo_list.md | 2 +- proxylist.md | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/_data/proxylist.yml b/_data/proxylist.yml index d4eff13..41ce435 100644 --- a/_data/proxylist.yml +++ b/_data/proxylist.yml @@ -27,7 +27,7 @@ mirrors: - https://mayx.dappling.network/ - https://mayx-blog.statichost.eu/ - https://mabbs-blog.static.hf.space/ -gits: +repos: - https://github.com/Mabbs/mabbs.github.io - https://gitlab.com/mayx/mayx.gitlab.io - https://framagit.org/mayx/mayx.frama.io @@ -45,7 +45,6 @@ gits: - https://cnb.cool/unmayx/mayx - https://atomgit.com/mayx/blog - https://sourceforge.net/projects/mayx/ - static: - https://mayx.nekoweb.org/ - https://mayx.neocities.org/ diff --git a/other_repo_list.md b/other_repo_list.md index 264fd46..a2d0588 100644 --- a/other_repo_list.md +++ b/other_repo_list.md @@ -4,5 +4,5 @@ title: 其他Git仓库镜像列表 --- # 其他Git仓库镜像列表 -{% for item in site.data.other_repo_list.repo_url %}- <{{ item }}> +{% for item in site.data.other_repo_list %}- <{{ item.repo_url }}> {% endfor %} \ No newline at end of file diff --git a/proxylist.md b/proxylist.md index 273e892..ab397e0 100644 --- a/proxylist.md +++ b/proxylist.md @@ -18,8 +18,8 @@ title: 代理列表 {% for item in site.data.proxylist.mirrors %}- <{{ item }}> {% endfor %} -# Git列表 -{% for item in site.data.proxylist.gits %}- <{{ item }}> +# Git仓库列表 +{% for item in site.data.proxylist.repos %}- <{{ item }}> {% endfor %} 其他更多社区/个人类型实例托管的Git仓库列表参见[这里](/other_repo_list.html)