From 87807dd50cc74e3218f36ac9d7613a05b80a751d Mon Sep 17 00:00:00 2001 From: mayx Date: Sat, 5 Apr 2025 10:51:14 +0000 Subject: Update 4 files - /_data/mirrors.csv - /_data/proxies.csv - /_data/proxylist.yml - /proxylist.md--- proxylist.md | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 78 insertions(+), 10 deletions(-) (limited to 'proxylist.md') diff --git a/proxylist.md b/proxylist.md index 75b38ca..c524437 100644 --- a/proxylist.md +++ b/proxylist.md @@ -10,20 +10,88 @@ title: 代理列表 # 代理列表 考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权: (根据可能的可用性排序) -{% for item in site.data.proxies %}- <{{ item.url }}> +{% for item in site.data.proxylist.proxies %}- <{{ item.url }}> {% endfor %} # 镜像列表 由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站: -{% for item in site.data.mirrors %}- <{{ item.url }}> +{% for item in site.data.proxylist.mirrors %}- <{{ item.url }}> {% endfor %} +# 网站结构 +```mermaid +graph LR; + GH@{ shape: bow-rect, label: "GitHub" } + GL@{ shape: bow-rect, label: "GitLab" } + GE@{ shape: bow-rect, label: "Gitee" } + CFP@{ shape: docs, label: "CloudFlare Pages" } + GHP@{ shape: docs, label: "GitHub Pages" } + GLP@{ shape: docs, label: "GitLab Pages" } + FELH@{ shape: docs, label: "4EVERLAND Hosting" } + IPFS@{ shape: lin-cyl, label: "IPFS" } + GF@{ shape: lin-cyl, label: "Greenfield" } + Vercel@{ shape: docs, label: "Vercel" } + Netlify@{ shape: docs, label: "Netlify" } + SH@{ shape: docs, label: "statichost.eu" } + DA@{ shape: docs, label: "dAppling" } + EOP@{ shape: docs, label: "EdgeOne Pages" } + CFW@{ shape: curv-trap, label: "CloudFlare Workers" } + Deno@{ shape: curv-trap, label: "Deno" } + Glitch@{ shape: curv-trap, label: "Glitch" } + Other@{ shape: curv-trap, label: "Other..." } + subgraph Repo + GH + GL + GE + end + + subgraph Pages + GHP + GLP + CFP + SH + FELH + DA + Vercel + Netlify + EOP + end + + subgraph Proxies + CFW + Deno + Glitch + Other + end + + subgraph DS + IPFS + GF + end + + GH <--Sync--> GL + GH -- Sync --> GE + GH --> GHP & SH & FELH & DA & Netlify + GL --> CFP & Vercel & GLP + GE --> EOP + + CFW --> GHP + Deno --> GHP + Glitch --> GHP + Other --> GHP + + FELH --> IPFS & GF + DA --> IPFS +``` + + + # 其他平台博客(备用) -- -- -- -- -- -- -- -- +{% for item in site.data.proxylist.others %}- <{{ item.url }}> +{% endfor %} -- cgit 1.4.1-2-gfad0