From 2f6eadd14f1b378f1a7ebdb348d8fa78c87a3e86 Mon Sep 17 00:00:00 2001 From: mayx Date: Sat, 5 Apr 2025 12:49:05 +0000 Subject: [PATCH] Update 3 files - /proxylist.md - /README.md - /_data/proxylist.yml --- README.md | 1 + _data/proxylist.yml | 1 + proxylist.md | 32 +++++++++++++++++++++++--------- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f4c19f6..42d7c10 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Powered by [Jekyll](https://github.com/jekyll/jekyll) [网易云音乐](https://music.163.com/) [CDNJS](https://cdnjs.com/) +[jsDelivr](https://www.jsdelivr.com/) ## 版权声明 未经作者同意,请勿转载 diff --git a/_data/proxylist.yml b/_data/proxylist.yml index c08cc86..3200106 100644 --- a/_data/proxylist.yml +++ b/_data/proxylist.yml @@ -13,6 +13,7 @@ mirrors: - https://mayx.4everland.app/ - https://mayx.dappling.network/ - https://mayx-blog.statichost.eu/ +- https://mayx-blog-pm8qmrzj.edgeone.app/ others: - https://unmayx.blogspot.com/ - https://unmayx.blog.fc2blog.us/ diff --git a/proxylist.md b/proxylist.md index 8bd83a8..f004cc0 100644 --- a/proxylist.md +++ b/proxylist.md @@ -21,6 +21,7 @@ title: 代理列表 # 服务架构 ```mermaid graph LR; + Users@{ shape: stadium, label: "Users" } GH@{ shape: bow-rect, label: "GitHub" } GL@{ shape: bow-rect, label: "GitLab" } GE@{ shape: bow-rect, label: "Gitee" } @@ -34,7 +35,10 @@ graph LR; Netlify@{ shape: docs, label: "Netlify" } SH@{ shape: docs, label: "statichost.eu" } 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" } Glitch@{ shape: curv-trap, label: "Glitch" } Other@{ shape: curv-trap, label: "Other..." } @@ -53,10 +57,16 @@ graph LR; DA Vercel Netlify + EOP + end + + subgraph API[API Service] + CFAI + CFD + CFW end subgraph Proxies - CFW Deno Glitch Other @@ -69,14 +79,18 @@ graph LR; GH <--Sync--> GL GH -- Sync --> GE - GH --> GHP & SH & FELH & DA & Netlify + GH -- Deploy --> GHP & SH & FELH & DA & Netlify GL --> CFP & Vercel & GLP - - CFW --> GHP - Deno --> GHP - Glitch --> GHP - Other --> GHP - + CFW -- Reverse Proxy --> GHP + Deno -- Reverse Proxy --> GHP + Glitch -- Reverse Proxy --> GHP + Other -- Reverse Proxy --> GHP + CFD <--> CFW + CFAI <--> CFW + GE -- Deploy --> EOP + API -- API/Proxy Service <--> Users + Pages -- Serviced --> Users + Proxies -- Serviced --> Users FELH --> IPFS & GF DA --> IPFS ```