Update 3 files

- /proxylist.md
- /README.md
- /_data/proxylist.yml
This commit is contained in:
mayx 2025-04-05 12:49:05 +00:00
parent f455ccfdd7
commit 2f6eadd14f
3 changed files with 25 additions and 9 deletions

View File

@ -28,6 +28,7 @@ Powered by [Jekyll](https://github.com/jekyll/jekyll)
[网易云音乐](https://music.163.com/) [网易云音乐](https://music.163.com/)
[CDNJS](https://cdnjs.com/) [CDNJS](https://cdnjs.com/)
[jsDelivr](https://www.jsdelivr.com/)
## 版权声明 ## 版权声明
未经作者同意,请勿转载 未经作者同意,请勿转载

View File

@ -13,6 +13,7 @@ mirrors:
- https://mayx.4everland.app/ - https://mayx.4everland.app/
- https://mayx.dappling.network/ - https://mayx.dappling.network/
- https://mayx-blog.statichost.eu/ - https://mayx-blog.statichost.eu/
- https://mayx-blog-pm8qmrzj.edgeone.app/
others: others:
- https://unmayx.blogspot.com/ - https://unmayx.blogspot.com/
- https://unmayx.blog.fc2blog.us/ - https://unmayx.blog.fc2blog.us/

View File

@ -21,6 +21,7 @@ title: 代理列表
# 服务架构 # 服务架构
```mermaid ```mermaid
graph LR; graph LR;
Users@{ shape: stadium, label: "Users" }
GH@{ shape: bow-rect, label: "GitHub" } GH@{ shape: bow-rect, label: "GitHub" }
GL@{ shape: bow-rect, label: "GitLab" } GL@{ shape: bow-rect, label: "GitLab" }
GE@{ shape: bow-rect, label: "Gitee" } GE@{ shape: bow-rect, label: "Gitee" }
@ -34,7 +35,10 @@ graph LR;
Netlify@{ shape: docs, label: "Netlify" } Netlify@{ shape: docs, label: "Netlify" }
SH@{ shape: docs, label: "statichost.eu" } SH@{ shape: docs, label: "statichost.eu" }
DA@{ shape: docs, label: "dAppling" } DA@{ shape: docs, label: "dAppling" }
CFW@{ shape: curv-trap, label: "CloudFlare Workers" } EOP@{ shape: docs, label: "EdgeOne Pages" }
CFW@{ label: "CloudFlare Workers" }
CFAI@{ shape: procs, label: "CloudFlare AI" }
CFD@{ shape: lin-cyl, label: "CloudFlare D1" }
Deno@{ shape: curv-trap, label: "Deno" } Deno@{ shape: curv-trap, label: "Deno" }
Glitch@{ shape: curv-trap, label: "Glitch" } Glitch@{ shape: curv-trap, label: "Glitch" }
Other@{ shape: curv-trap, label: "Other..." } Other@{ shape: curv-trap, label: "Other..." }
@ -53,10 +57,16 @@ graph LR;
DA DA
Vercel Vercel
Netlify Netlify
EOP
end
subgraph API[API Service]
CFAI
CFD
CFW
end end
subgraph Proxies subgraph Proxies
CFW
Deno Deno
Glitch Glitch
Other Other
@ -69,14 +79,18 @@ graph LR;
GH <--Sync--> GL GH <--Sync--> GL
GH -- Sync --> GE GH -- Sync --> GE
GH --> GHP & SH & FELH & DA & Netlify GH -- Deploy --> GHP & SH & FELH & DA & Netlify
GL --> CFP & Vercel & GLP GL --> CFP & Vercel & GLP
CFW -- Reverse Proxy --> GHP
CFW --> GHP Deno -- Reverse Proxy --> GHP
Deno --> GHP Glitch -- Reverse Proxy --> GHP
Glitch --> GHP Other -- Reverse Proxy --> GHP
Other --> GHP CFD <--> CFW
CFAI <--> CFW
GE -- Deploy --> EOP
API -- API/Proxy Service <--> Users
Pages -- Serviced --> Users
Proxies -- Serviced --> Users
FELH --> IPFS & GF FELH --> IPFS & GF
DA --> IPFS DA --> IPFS
``` ```