mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-20 05:02:01 +00:00
Update 2 files
- /_data/proxylist.yml - /proxylist.md
This commit is contained in:
parent
d1ac198efa
commit
8b4ec38daa
@ -13,7 +13,18 @@ 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://xu4qy-yiaaa-aaaag-aa2iq-cai.icp0.io/
|
gits:
|
||||||
|
- https://github.com/Mabbs/mabbs.github.io
|
||||||
|
- https://gitlab.com/mayx/mayx.gitlab.io
|
||||||
|
- https://codeberg.org/mayx/blog
|
||||||
|
- https://gitea.com/mayx/mayx
|
||||||
|
- https://gitee.com/mabbs/mabbs
|
||||||
|
- https://git.i2phides.me/mayx/blog
|
||||||
|
static:
|
||||||
|
- https://mayx.nekoweb.org/
|
||||||
|
- https://mayx.neocities.org/
|
||||||
|
- https://mayx.pages.casa/
|
||||||
|
- https://mayx.codeberg.page/
|
||||||
others:
|
others:
|
||||||
- https://unmayx.blogspot.com/
|
- https://unmayx.blogspot.com/
|
||||||
- https://unmayx.blog.fc2blog.us/
|
- https://unmayx.blog.fc2blog.us/
|
||||||
|
14
proxylist.md
14
proxylist.md
@ -18,6 +18,10 @@ title: 代理列表
|
|||||||
{% for item in site.data.proxylist.mirrors %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
{% for item in site.data.proxylist.mirrors %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
# Git列表
|
||||||
|
{% for item in site.data.proxylist.gits %}- <{{ item }}>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
# 服务架构
|
# 服务架构
|
||||||
```mermaid
|
```mermaid
|
||||||
graph LR;
|
graph LR;
|
||||||
@ -25,6 +29,8 @@ graph LR;
|
|||||||
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" }
|
||||||
|
GEA@{ shape: bow-rect, label: "Gitea" }
|
||||||
|
CB@{ shape: bow-rect, label: "Codeberg" }
|
||||||
CFP@{ shape: docs, label: "CloudFlare Pages" }
|
CFP@{ shape: docs, label: "CloudFlare Pages" }
|
||||||
GHP@{ shape: docs, label: "GitHub Pages" }
|
GHP@{ shape: docs, label: "GitHub Pages" }
|
||||||
GLP@{ shape: docs, label: "GitLab Pages" }
|
GLP@{ shape: docs, label: "GitLab Pages" }
|
||||||
@ -45,6 +51,8 @@ graph LR;
|
|||||||
GH
|
GH
|
||||||
GL
|
GL
|
||||||
GE
|
GE
|
||||||
|
GEA
|
||||||
|
CB
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph Pages
|
subgraph Pages
|
||||||
@ -77,6 +85,8 @@ graph LR;
|
|||||||
|
|
||||||
GH <-- Sync --> GL
|
GH <-- Sync --> GL
|
||||||
GH -- Sync --> GE
|
GH -- Sync --> GE
|
||||||
|
GH -- Sync --> GEA
|
||||||
|
GH -- Sync --> CB
|
||||||
GH -- Deploy --> GHP & SH & Netlify & FELH & DA
|
GH -- Deploy --> GHP & SH & Netlify & FELH & DA
|
||||||
GL -- Deploy --> CFP & Vercel & GLP
|
GL -- Deploy --> CFP & Vercel & GLP
|
||||||
CFW -- Reverse Proxy --> GHP
|
CFW -- Reverse Proxy --> GHP
|
||||||
@ -100,6 +110,10 @@ graph LR;
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
# 其他不能CI/CD的静态托管(备用)
|
||||||
|
{% for item in site.data.proxylist.static %}- <{{ item }}>
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
# 其他平台博客(备用)
|
# 其他平台博客(备用)
|
||||||
{% for item in site.data.proxylist.others %}- <{{ item }}>
|
{% for item in site.data.proxylist.others %}- <{{ item }}>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user