From 8b4ec38daaef76f9a01fad4f38128cd51abc64fe Mon Sep 17 00:00:00 2001 From: mayx Date: Wed, 21 May 2025 10:06:13 +0000 Subject: Update 2 files - /_data/proxylist.yml - /proxylist.md--- proxylist.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'proxylist.md') diff --git a/proxylist.md b/proxylist.md index 2a1d2f8..09ceab1 100644 --- a/proxylist.md +++ b/proxylist.md @@ -18,6 +18,10 @@ title: 代理列表 {% for item in site.data.proxylist.mirrors %}- <{{ item }}> {% endfor %} +# Git列表 +{% for item in site.data.proxylist.gits %}- <{{ item }}> +{% endfor %} + # 服务架构 ```mermaid graph LR; @@ -25,6 +29,8 @@ graph LR; GH@{ shape: bow-rect, label: "GitHub" } GL@{ shape: bow-rect, label: "GitLab" } GE@{ shape: bow-rect, label: "Gitee" } + GEA@{ shape: bow-rect, label: "Gitea" } + CB@{ shape: bow-rect, label: "Codeberg" } CFP@{ shape: docs, label: "CloudFlare Pages" } GHP@{ shape: docs, label: "GitHub Pages" } GLP@{ shape: docs, label: "GitLab Pages" } @@ -45,6 +51,8 @@ graph LR; GH GL GE + GEA + CB end subgraph Pages @@ -77,6 +85,8 @@ graph LR; GH <-- Sync --> GL GH -- Sync --> GE + GH -- Sync --> GEA + GH -- Sync --> CB GH -- Deploy --> GHP & SH & Netlify & FELH & DA GL -- Deploy --> CFP & Vercel & GLP CFW -- Reverse Proxy --> GHP @@ -100,6 +110,10 @@ graph LR; }); +# 其他不能CI/CD的静态托管(备用) +{% for item in site.data.proxylist.static %}- <{{ item }}> +{% endfor %} + # 其他平台博客(备用) {% for item in site.data.proxylist.others %}- <{{ item }}> {% endfor %} -- cgit 1.4.1-2-gfad0