mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-19 14:12:02 +00:00
Update 3 files
- /_data/links.csv - /_data/proxylist.yml - /sitemap.xsl
This commit is contained in:
parent
4da75fcf15
commit
4f3bab2162
@ -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"
|
||||
FKUN,https://blog.fkun.tech/,https://blog.fkun.tech/feed/,
|
||||
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://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
|
||||
|
|
@ -1,7 +1,6 @@
|
||||
proxies:
|
||||
- https://blog.mayx.workers.dev/
|
||||
- https://mayx.deno.dev/
|
||||
- https://mayx.glitch.me/
|
||||
- https://yuki.gear.host/
|
||||
- https://mayx.serv00.net/
|
||||
mirrors:
|
||||
|
12
sitemap.xsl
12
sitemap.xsl
@ -8,12 +8,12 @@ title: Sitemap
|
||||
<ul>
|
||||
<xsl:for-each select="sm:urlset">
|
||||
<xsl:for-each select="sm:url">
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
|
||||
<xsl:value-of select="sm:loc" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
|
||||
<xsl:value-of select="sm:loc" />
|
||||
</a>
|
||||
</li>
|
||||
</xsl:for-each>
|
||||
</xsl:for-each>
|
||||
</ul>
|
Loading…
x
Reference in New Issue
Block a user