mirror of https://gitlab.com/mayx/mayx.gitlab.io
parent
ae668ef412
commit
b0bf30adcd
3
links.md
3
links.md
|
@ -7,8 +7,7 @@ tags: [links]
|
||||||
---
|
---
|
||||||
|
|
||||||
| Link | Description |
|
| Link | Description |
|
||||||
| - | - |
|
| - | - |{% for item in site.data.links %}
|
||||||
{%- for item in site.data.links -%}
|
|
||||||
| [{{ item.title }}]({{ item.link }}) | {{ item.description }} |
|
| [{{ item.title }}]({{ item.link }}) | {{ item.description }} |
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
|
@ -10,13 +10,13 @@ title: 代理列表
|
||||||
# 代理列表
|
# 代理列表
|
||||||
考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
|
考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
|
||||||
(根据可能的可用性排序)
|
(根据可能的可用性排序)
|
||||||
{% for item in site.data.proxies %}
|
{%- for item in site.data.proxies -%}
|
||||||
- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
# 镜像列表
|
# 镜像列表
|
||||||
由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
|
由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
|
||||||
{% for item in site.data.mirrors %}
|
{%- for item in site.data.mirrors -%}
|
||||||
- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue