Update 2 files

- /proxylist.md
- /links.md
master
mayx 2025-04-03 17:01:33 +00:00
parent ae668ef412
commit b0bf30adcd
2 changed files with 3 additions and 4 deletions

View File

@ -7,8 +7,7 @@ tags: [links]
---
| Link | Description |
| - | - |
{%- for item in site.data.links -%}
| - | - |{% for item in site.data.links %}
| [{{ item.title }}]({{ item.link }}) | {{ item.description }} |
{% endfor %}

View File

@ -10,13 +10,13 @@ title: 代理列表
# 代理列表
考虑到中国对于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'"/>
{% endfor %}
# 镜像列表
由于[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'"/>
{% endfor %}