Update 3 files

- /_data/links.csv
- /_data/proxylist.yml
- /sitemap.xsl
This commit is contained in:
mayx 2025-07-10 10:06:01 +00:00
parent 4da75fcf15
commit 4f3bab2162
3 changed files with 6 additions and 8 deletions

View File

@ -9,7 +9,6 @@ title,link,feed_url,description
Kingfish404,https://blog.kingfish404.cn/,https://blog.kingfish404.cn/index.xml,"Stay curious,stay naive. WUT. Jin Yu's Blog" Kingfish404,https://blog.kingfish404.cn/,https://blog.kingfish404.cn/index.xml,"Stay curious,stay naive. WUT. Jin Yu's Blog"
FKUN,https://blog.fkun.tech/,https://blog.fkun.tech/feed/, FKUN,https://blog.fkun.tech/,https://blog.fkun.tech/feed/,
Sinofine,https://sinofine.me/,https://sinofine.me/atom.xml, Sinofine,https://sinofine.me/,https://sinofine.me/atom.xml,
JiaoYuan's blog,https://jiaoyuan.org/,https://jiaoyuan.org/index.xml,思绪来得快去得也快,偶尔会在这里停留
花生莲子粥,https://blog.hslzz.cn/,https://blog.hslzz.cn/atom.xml,与世无争,不染于泥 花生莲子粥,https://blog.hslzz.cn/,https://blog.hslzz.cn/atom.xml,与世无争,不染于泥
南蛮子懋和,https://www.dao.js.cn/,https://www.dao.js.cn/feed.php,李懋和,俗名李栋梁。书法、国画爱好者,互联网安全与前端建设者。 南蛮子懋和,https://www.dao.js.cn/,https://www.dao.js.cn/feed.php,李懋和,俗名李栋梁。书法、国画爱好者,互联网安全与前端建设者。
Vullfin的博客,https://blog.vull.top/,https://blog.vull.top/atom.xml,Vullfin's Home Page Vullfin的博客,https://blog.vull.top/,https://blog.vull.top/atom.xml,Vullfin's Home Page

1 title link feed_url description
9 Kingfish404 https://blog.kingfish404.cn/ https://blog.kingfish404.cn/index.xml Stay curious,stay naive. WUT. Jin Yu's Blog
10 FKUN https://blog.fkun.tech/ https://blog.fkun.tech/feed/
11 Sinofine https://sinofine.me/ https://sinofine.me/atom.xml
JiaoYuan's blog https://jiaoyuan.org/ https://jiaoyuan.org/index.xml 思绪来得快去得也快,偶尔会在这里停留
12 花生莲子粥 https://blog.hslzz.cn/ https://blog.hslzz.cn/atom.xml 与世无争,不染于泥
13 南蛮子懋和 https://www.dao.js.cn/ https://www.dao.js.cn/feed.php 李懋和,俗名李栋梁。书法、国画爱好者,互联网安全与前端建设者。
14 Vullfin的博客 https://blog.vull.top/ https://blog.vull.top/atom.xml Vullfin's Home Page

View File

@ -1,7 +1,6 @@
proxies: proxies:
- https://blog.mayx.workers.dev/ - https://blog.mayx.workers.dev/
- https://mayx.deno.dev/ - https://mayx.deno.dev/
- https://mayx.glitch.me/
- https://yuki.gear.host/ - https://yuki.gear.host/
- https://mayx.serv00.net/ - https://mayx.serv00.net/
mirrors: mirrors:

View File

@ -8,12 +8,12 @@ title: Sitemap
<ul> <ul>
<xsl:for-each select="sm:urlset"> <xsl:for-each select="sm:urlset">
<xsl:for-each select="sm:url"> <xsl:for-each select="sm:url">
<li> <li>
<a> <a>
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute> <xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
<xsl:value-of select="sm:loc" /> <xsl:value-of select="sm:loc" />
</a> </a>
</li> </li>
</xsl:for-each> </xsl:for-each>
</xsl:for-each> </xsl:for-each>
</ul> </ul>