diff options
author | mayx | 2024-10-15 10:10:20 +0000 |
---|---|---|
committer | mayx | 2024-10-15 10:10:20 +0000 |
commit | 680afdca5a27ced6b58bcd51d0c31a660302c91e (patch) | |
tree | 5702dbc1dc5f5d7b8ba926dd4d91f2c03445ef7a | |
parent | 9e7e727897ec09822b4d8d2c6ae5cd7263a1e414 (diff) |
Update 2 files
- /index.html - /service.md
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | service.md | 18 |
2 files changed, 20 insertions, 2 deletions
diff --git a/index.html b/index.html index 3bc7fc0..4248863 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ title: 首页 - 我的文章 <p> <h2>其他页面</h2> - <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/pixiv-index/">Pixiv图片索引API</a><br> + <a href="/service.html">Mayx的公开服务</a><br> <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/">拯救凯露</a><br> @@ -66,7 +66,7 @@ title: 首页 - 我的文章 <a href="/proxylist.html">代理列表</a><br> - <a href="https://mabbs.github.io/MayxDaily/">Mayx日报</a><br> + <!-- <a href="https://mabbs.github.io/MayxDaily/">Mayx日报</a><br> --> <br> </p> diff --git a/service.md b/service.md new file mode 100644 index 0000000..661e581 --- /dev/null +++ b/service.md @@ -0,0 +1,18 @@ +--- +layout: default +title: Mayx的公开服务 +--- + + 以下是通过[Cloudflare](http://www.cloudflare.com/)、[GitHub](https://github.com/)等平台搭建的公开服务: +# 服务列表 + +| Name | Links | Info | +| - | - | - | +| 博客用AI摘要等接口 | <https://summary.mayx.eu.org> | 参考:[使用Cloudflare Workers制作博客AI摘要](/2024/07/03/ai-summary.html) | +| 无限制一言接口 | <https://hitokoto.mayx.eu.org> | 参考:[cf-hitokoto](https://github.com/Mabbs/cf-hitokoto) | +| Mayx DoH | <https://dns.mayx.eu.org> | 上游是 <https://dns.google> | +| Docker镜像源 | <https://docker.mayx.eu.org> | *待补充* | +| GitHub镜像源 | <https://github.mayx.eu.org> | 参考[gh-proxy](https://github.com/hunshcn/gh-proxy) | +| Pixiv图片代理 | <https://pixiv.mayx.eu.org> | 参考[Pixiv圖片代理](https://pixiv.cat/reverseproxy.html) | +| jsproxy | <https://jsproxy.mayx.eu.org> | 参考[jsproxy](https://github.com/EtherDream/jsproxy) | +| Pixiv图片索引API | <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/pixiv-index/">https://mabbs.github.io/pixiv-index/</a> | 参考[pixiv-index](https://github.com/Mabbs/pixiv-index) | \ No newline at end of file |