2 Commits

Author SHA1 Message Date
mayx
00aec9bad0 Update 5 files
- /_data/other_repo_list.csv
- /_data/links.csv
- /_data/proxylist.yml
- /assets/css/feed.css
- /_layouts/default.html
2026-02-25 07:29:29 +00:00
mayx
2ab6982684 Update 3 files
- /assets/css/style.scss
- /_data/other_repo_list.csv
- /_data/ai-cache.json
2026-02-11 09:54:52 +00:00
7 changed files with 136 additions and 168 deletions

View File

@@ -173,5 +173,6 @@
"/2025/10/12/recover.html": "这篇文章讲述了作者通过GitHub的Fork特性找回一个被删除的Brainfuck可视化演示仓库的经历。由于原仓库和作者主页都已消失作者推测GitHub在Fork时会共享对象库只要有任意一个Fork仓库存在GitHub就会保留所有对象从而可以通过找到一个Fork仓库的最新提交Hash值来还原目标仓库。作者通过Linux内核仓库的Fork进行验证随后在互联网档案馆上找到目标仓库的Fork以及其Hash值最终通过Git命令将本地仓库的HEAD指针指向目标提交成功恢复了该仓库的代码并将其部署到自己的GitHub Pages上。最后作者发现Software Heritage组织会保存所有代码因此在遇到类似情况时可以直接通过该平台进行查找。",
"/2025/11/01/mirrors.html": "这篇文章讲述了作者为了提高博客的可靠性探索利用被滥用的Git平台进行博客镜像的想法和实践。作者发现一些Git实例存在大量空仓库和异常用户怀疑是SEO公司滥用因此决定利用这些平台进行博客镜像备份以应对平台倒闭或数据丢失的风险。作者选择Gitea和Forgejo平台作为目标编写脚本自动注册账号并导入博客仓库实现了自动化镜像分发。作者也意识到此类平台的稳定性存在不确定性并思考了“量”和“质”两种方式确保博客永恒性的优劣最终认为建立一个活跃的、自动执行维护操作的网络可能更有效。文章最后展示了作者创建的Git镜像列表并表达了对博客永恒性的思考。",
"/2025/12/01/linux.html": "这篇文章介绍了在浏览器中运行Linux的各种方法从最初的纯JS虚拟机JSLinux到后来的WASM虚拟机如v86、WebVM、WebCM再到容器化方案container2wasm以及直接将Linux内核编译为WASM的方案。作者详细对比了这些方案的优缺点包括性能、兼容性、功能和开发难度。文章还提到了模仿Linux环境的WebContainers和JupyterLite并最终认为虚拟机方案更靠谱但对WASM的未来充满期待。作者最后表示博客上添加类似功能的计划还在考虑中目前主要分享了各种方法的探索过程。",
"/2026/01/01/summary.html": "这篇文章介绍了作者对2025年的年终总结主要表达了对自身状态的担忧和对未来的不确定感。作者认为自己在记忆和思考能力方面有所下滑稳定性较低且未能抓住资产保值的机会。同时文章也记录了AI技术的飞速发展以及自己博客内容与时代脱节的现象。尽管对未来感到迷茫作者仍然抱有一丝希望期望在2026年做出正确的选择避免陷入危险。"
"/2026/01/01/summary.html": "这篇文章介绍了作者对2025年的年终总结主要表达了对自身状态的担忧和对未来的不确定感。作者认为自己在记忆和思考能力方面有所下滑稳定性较低且未能抓住资产保值的机会。同时文章也记录了AI技术的飞速发展以及自己博客内容与时代脱节的现象。尽管对未来感到迷茫作者仍然抱有一丝希望期望在2026年做出正确的选择避免陷入危险。",
"/2026/02/08/xslt.html": "这篇文章讲述了Google计划弃用XSLT技术以及作者对这一决定的调查和应对方案。Google基于XSLT用户占比低、库存在漏洞等原因建议将其从Web标准中删除。作者发现许多用户依赖XSLT进行博客订阅美化甚至将其作为博客框架。为了对抗这一趋势有人创建了网站https://xslt.rip并开发了Polyfill库通过WASM方式保持XSLT功能。虽然Polyfill库需要额外引用JS代码但作者已将其提交至CDNJS。随后作者探讨了替代方案包括使用纯CSS美化订阅源由AI生成feed.css以及混合XHTML的方式通过添加XHTML命名空间来实现链接等功能但这种方法会产生“不纯粹”的警告。文章最后总结技术可能会消失但总有其他技术可以解决问题并强调了适应浏览器厂商决策的重要性。"
}

View File

@@ -21,3 +21,4 @@ Pinpe 的云端,https://pinpe.top/,https://pinpe.top/rss.xml,一个属于自己
Chise Hachiroku,https://chise.hachiroku.com/zh/,https://chise.hachiroku.com/zh/feed/,向明日的辉迹,干杯!
映屿,https://www.glowisle.me/,https://www.glowisle.me/atom.xml,关于互联网、书籍、生活琐事以及那些一闪而过的念头
Restent's Notebook,https://blog.gxres.net/,https://blog.gxres.net/atom.xml,不前沿技术分享
Coseroom,https://coseroom.com,,
1 title link feed_url description
21 Chise Hachiroku https://chise.hachiroku.com/zh/ https://chise.hachiroku.com/zh/feed/ 向明日的辉迹,干杯!
22 映屿 https://www.glowisle.me/ https://www.glowisle.me/atom.xml 关于互联网、书籍、生活琐事以及那些一闪而过的念头
23 Restent's Notebook https://blog.gxres.net/ https://blog.gxres.net/atom.xml 不前沿技术分享
24 Coseroom https://coseroom.com

View File

@@ -10,20 +10,18 @@ https://git.pixie.town/mayx/mayx
https://cgit.tilde.town/~mayx/blog
https://gitlab.haskell.org/mayx/mayx
https://repo2.serv00.com/git/pub/Mayx/mayx/
https://www.gitlink.org.cn/mayx/blog
https://git.minetest.land/Mayx/blog
https://gitea.stormyhome.net/mayx/blog
http://47.120.60.153:10880/mayx/blog
http://61.139.16.27:26684/mayx/blog
http://116.62.245.34:3000/mayx/blog
http://1.6.141.109:3000/mayx/blog
http://52.28.156.42/mayx/blog
http://164.92.160.200:3000/mayx/blog
https://git.tux.pizza/mayx/blog
https://code.dsconce.space/mayx/blog
https://git.anibilag.ru/mayx/blog
https://git.lolpro11.me/mayx/blog
https://git.empirica.pro/mayx/blog
https://git.emanuelemiani.it/mayx/blog
https://git.dehemi.com/mayx/blog
http://101.66.229.132:61088/mayx/blog
https://git.bp-web.app/mayx/blog
@@ -35,13 +33,10 @@ https://gitea.nongnghiepso.com/mayx/blog
https://codes.tools.asitavsen.com/mayx/blog
http://122.116.190.233:3001/mayx/blog
http://50.19.111.193:3000/mayx/blog
https://git-test.zcy.dev/mayx/blog
https://git.nothamor.com/mayx/blog
https://git.zeroplay.io/mayx/blog
https://git.successkaoyan.com/mayx/blog
http://139.129.25.251:3000/mayx/blog
http://45.33.87.87/mayx/blog
https://git.rankenste.in/mayx/blog
http://168.126.28.36:3000/mayx/blog
http://120.79.27.232:3000/mayx/blog
http://wangbeibei.xyz:6002/mayx/blog
@@ -51,7 +46,6 @@ http://112.219.147.186:7000/mayx/blog
https://git.rootfinlay.co.uk/mayx/blog
https://repo.beithing.com/mayx/blog
https://git.yi-guanjia.com/mayx/blog
https://git.repo.in.net/mayx/blog
https://gitea.belanjaparts.com/mayx/blog
http://185.208.225.190:3000/mayx/blog
https://git.sudo-fhir.au/mayx/blog
@@ -64,18 +58,12 @@ http://103.231.8.120/mayx/blog
https://gitea.jasonstolle.com/mayx/blog
http://8.134.61.107:3000/mayx/blog
http://47.107.88.161:3000/mayx/blog
https://git.votava.org/mayx/blog
https://gitea.madf12.com/mayx/blog
http://8.134.104.234:3000/mayx/blog
https://gitea.carmon.co.kr/mayx/blog
http://142.171.47.170:3000/mayx/blog
http://111.231.146.230:8418/mayx/blog
https://git.winscloud.net/mayx/blog
https://git.pwaapp.cc/mayx/blog
http://119.28.73.80:5000/mayx/blog
http://194.60.231.252:3000/mayx/blog
https://git.sleepingforest.co.uk/mayx/blog
https://git.brb.homeip.net/mayx/blog
https://an360.top/mayx/blog
https://gitea.chenxu2233.com/mayx/blog
http://106.15.78.64:3000/mayx/blog
@@ -83,20 +71,15 @@ http://hoenking.cn:3000/mayx/blog
https://gitea.anessen.xyz/mayx/blog
https://git.cjcrace.io/mayx/blog
https://git.wisder.net/mayx/blog
http://8.138.187.97:3000/mayx/blog
https://git2.ujin.tech/mayx/blog
http://111.119.244.185:3000/mayx/blog
http://110.41.179.36:13000/mayx/blog
https://git.moonwoou.com/mayx/blog
https://git.tomlab.dev/mayx/blog
http://182.92.109.202:8070/mayx/blog
http://94.130.182.154:3000/mayx/blog
https://git.unicom.studio/mayx/blog
http://43.138.173.153:8804/mayx/blog
http://frktedu.ru:3000/mayx/blog
https://git.lokalix.de/mayx/blog
http://8.141.14.13:3000/mayx/blog
http://139.196.201.231:3000/mayx/blog
https://git.influxfin.com/mayx/blog
https://git.programar.io/mayx/blog
http://219.157.255.213:25311/mayx/blog
@@ -104,13 +87,10 @@ https://git.melvincarvalho.com/mayx/blog
https://gitea.aerwen.net/mayx/blog
https://git.vekus.ru/mayx/blog
https://gitea.svc.obaa.cloud/mayx/blog
http://8.134.64.84:3000/mayx/blog
https://gitea.blubeacon.com/mayx/blog
http://116.204.75.78:6180/mayx/blog
https://git.ods-company.ru/mayx/blog
http://109.228.48.121:8000/mayx/blog
https://bk-house.synology.me:3081/mayx/blog
http://123.57.95.66:9000/mayx/blog
https://git.sparrowcomm.com/mayx/blog
https://git.hubhoo.com/mayx/blog
https://git.ultra.pub/mayx/blog
@@ -119,7 +99,6 @@ https://saga.iao.ru:3043/mayx/blog
https://git.sayndone.ru/mayx/blog
https://gitea.hintsight.com/mayx/blog
https://anzsco.co.nz/mayx/blog
https://git.valami.giize.com/mayx/blog
https://git.simbarbet.com/mayx/blog
https://git.saintdoggie.org/mayx/blog
http://blackobelisk.xyz:3000/mayx/blog
@@ -129,19 +108,14 @@ https://git.tech.troyrc.com/mayx/blog
http://git.zkyspace.top/mayx/blog
http://149.88.87.128:3000/mayx/blog
http://124.70.167.140:3000/mayx/blog
http://8.137.38.60:8201/mayx/blog
http://112.74.106.216:3000/mayx/blog
http://77.223.118.106:8081/mayx/blog
https://git.the-kn.com/mayx/blog
https://gitea.net50.ne.jp/mayx/blog
https://git.ism-dev.net/mayx/blog
http://sinzero.xyz:3000/mayx/blog
https://gitea.b54.co/mayx/blog
https://git.matevi.sh/mayx/blog
http://213.35.118.215:60001/mayx/blog
https://git.jasonpittman.com/mayx/blog
https://gitea.shirom.me/mayx/blog
http://1.95.221.174:3000/mayx/blog
https://git.wangxinlei.cn/mayx/blog
http://101.200.74.121:3000/mayx/blog
http://123.56.193.182:3000/mayx/blog
@@ -155,12 +129,9 @@ http://116.236.50.103:8789/mayx/blog
https://git.paulll.cc/mayx/blog
https://gitea.reimann.ee/mayx/blog
http://109.74.197.189/mayx/blog
https://git.nussi.net/mayx/blog
http://94.224.160.69:7990/mayx/blog
https://git.hxps.ru/mayx/blog
https://gitea.ekjeong.synology.me/mayx/blog
https://git.d4m13n.dev/mayx/blog
https://git.4lcap.com/mayx/blog
https://git.stit.tech/mayx/blog
https://www.9miao.fun:6839/mayx/blog
https://git.autotion.net/mayx/blog
@@ -178,19 +149,16 @@ https://git.kimcblog.com/mayx/blog
https://git.minaev.su/mayx/blog
https://git.0fs.ru/mayx/blog
https://git.bremauer.cc/mayx/blog
http://119.3.29.177:3000/mayx/blog
http://47.110.224.240:13000/mayx/blog
http://194.67.86.160:3100/mayx/blog
http://47.101.58.33:3000/mayx/blog
https://gitea.synapsetec.cn/mayx/blog
http://gitea.yunshanghub.com:8081/mayx/blog
https://repo.c-software.id/mayx/blog
http://113.177.27.200:2033/mayx/blog
http://152.69.204.151:3000/mayx/blog
http://207.180.229.193:3001/mayx/blog
https://g2.m8il.in/mayx/blog
http://34.81.52.16/mayx/blog
http://120.78.74.94:3000/mayx/blog
https://git.genowisdom.cn/mayx/blog
http://120.26.116.243:3000/mayx/blog
http://123.57.16.111:3000/mayx/blog
@@ -218,8 +186,6 @@ http://116.63.173.179:8001/mayx/blog
https://git.iop.plus/mayx/blog
http://47.114.82.162:3000/mayx/blog
http://114.116.79.196/mayx/blog
https://gitea.cybs.io/mayx/blog
https://gitea.fcliu.net/mayx/blog
http://git.yinas.cn/mayx/blog
http://git.chilidoginteractive.com:3000/mayx/blog
http://121.40.40.177:3000/mayx/blog
@@ -248,7 +214,6 @@ https://k0ki-dev.com/mayx/blog
http://110.42.45.89:2052/mayx/blog
https://git.furcom.org/mayx/blog
http://47.109.95.73:3000/mayx/blog
http://8.133.240.249:3456/mayx/blog
http://34.102.70.200:3000/mayx/blog
http://175.178.219.170:3000/mayx/blog
https://code.miraclezhb.com/mayx/blog
@@ -278,7 +243,6 @@ https://git.baneynet.net/mayx/blog
https://git.gupaoedu.cn/mayx/blog
http://60.205.233.184:3010/mayx/blog
https://git.ricecakecat.com/mayx/blog
https://gittea.biveki.ru/mayx/blog
https://git.7milch.com/mayx/blog
https://git.sitenevis.com/mayx/blog
https://git.nightime.org/mayx/blog
@@ -292,8 +256,6 @@ https://git.git-happens.de/mayx/blog
http://101.35.183.241/mayx/blog
https://gitea.quiztimes.nl/mayx/blog
http://106.14.189.125:3000/mayx/blog
https://git.hundseth.com/mayx/blog
https://travgit.guillorystack.com/mayx/blog
http://gitea.coderpath.com/mayx/blog
https://gitea.thanh0x.com/mayx/blog
http://175.198.180.19:3000/mayx/blog
@@ -303,22 +265,18 @@ https://git.hantify.ru/mayx/blog
http://43.136.169.169:3000/mayx/blog
http://121.196.213.68:3000/mayx/blog
https://git.vereint-digital.de/mayx/blog
https://git.advarna.fr/mayx/blog
http://111.198.4.69:8092/mayx/blog
https://git.lakaweb.com/mayx/blog
https://forge.coreymclark.com/mayx/blog
http://ems.iclematis.com:30000/mayx/blog
https://git.micahmoore.io/mayx/blog
https://schokigeschmack.de/mayx/blog
https://git.anatid.net/mayx/blog
https://git.lekai.info/mayx/blog
https://git.avclick.ru/mayx/blog
http://135.235.225.198:3000/mayx/blog
https://git.sick.earth/mayx/blog
https://git.prayujt.com/mayx/blog
https://git.galaxylabs.ca/mayx/blog
https://gitlab.n8n-store.xyz/mayx/blog
https://gitea.katiethe.dev/mayx/blog
http://159.203.33.179:3000/mayx/blog
http://117.72.114.197:3000/mayx/blog
https://git.ashcloud.com/mayx/blog
@@ -334,12 +292,12 @@ http://sjhome.cloud:3000/mayx/blog
https://gitea.sciotech.cn/mayx/blog
http://8.148.220.5:8089/mayx/blog
http://8.140.250.85:3000/mayx/blog
https://git.emanuelemiani.it/mayx/blog
http://8.134.11.35:3000/mayx/blog
https://git.ctx.dev/mayx/blog
https://nas.szwyll.com:3000/mayx/blog
https://git.koppa.pro/mayx/blog
http://202.65.194.19:3000/mayx/blog
http://8.148.234.146:3001/mayx/blog
http://www.bzturbo.com.br/mayx/blog
https://git.maiasoft.jp/mayx/blog
https://gitea.xala.dev/mayx/blog
@@ -361,7 +319,6 @@ http://139.129.21.166:3000/mayx/blog
http://111.231.240.168:9082/mayx/blog
https://git.afonsosoares.com/mayx/blog
http://209.141.47.52:3000/mayx/blog
https://git.apfern.com/mayx/blog
http://dapainas.asia:5990/mayx/blog
http://60.204.158.188:3000/mayx/blog
https://zqz5.com/mayx/blog
@@ -415,7 +372,6 @@ http://117.72.15.187:3000/mayx/blog
http://81.70.30.91:3000/mayx/blog
https://gitea.kisechan.space/mayx/blog
http://140.238.9.133:3007/mayx/blog
http://8.138.100.115:3000/mayx/blog
https://git.mwapp.com.br/mayx/blog
http://yidaima.cn:6008/mayx/blog
http://185.126.237.57:3000/mayx/blog
@@ -428,16 +384,13 @@ http://down.luanhailiang.cn:9000/mayx/blog
http://39.96.195.72:10082/mayx/blog
https://gitea.klopfenstein.org/mayx/blog
http://8.148.24.160:3000/mayx/blog
http://221.219.181.35:30000/mayx/blog
https://221.219.181.35:30000/mayx/blog
http://172.172.102.93:3000/mayx/blog
http://139.196.179.195:3000/mayx/blog
http://115.120.245.164:3000/mayx/blog
http://120.27.19.58:30000/mayx/blog
https://gitea.suchodupin.com/mayx/blog
http://117.72.219.18:6000/mayx/blog
http://35.194.179.90:3000/mayx/blog
http://188.245.173.247:3080/mayx/blog
http://8.153.14.94:61308/mayx/blog
http://66.179.208.56:3001/mayx/blog
http://59.110.63.79:13000/mayx/blog
http://59.110.63.80:3000/mayx/blog
@@ -459,9 +412,7 @@ http://120.211.66.170:8418/mayx/blog
http://187.189.244.23:3000/mayx/blog
http://58.176.21.43:9004/mayx/blog
https://gitea.vilcap.com/mayx/blog
http://8.137.94.229:3000/mayx/blog
http://121.196.245.62/mayx/blog
http://47.102.209.69:53000/mayx/blog
http://116.205.97.109:3000/mayx/blog
https://gitea.ysme.top/mayx/blog
http://8.140.242.230:3000/mayx/blog
@@ -481,7 +432,6 @@ http://110.41.177.80:5000/mayx/blog
https://gitea.dsmaster.myds.me/mayx/blog
http://intechrnd.iptime.org:3000/mayx/blog
https://gitea.primecontrols-dev.com/mayx/blog
http://39.104.61.219:3000/mayx/blog
http://www.scserverddns.top:13000/mayx/blog
http://156.255.1.229:3000/mayx/blog
https://git.ndpcloud.ru/mayx/blog
@@ -512,10 +462,8 @@ http://8.129.11.230:7002/mayx/blog
http://115.190.107.87:3000/mayx/blog
https://git.hast.one/mayx/blog
http://106.12.50.144:8081/mayx/blog
http://43.192.90.133/mayx/blog
http://120.77.94.227:9999/mayx/blog
https://code.wxk8.com/mayx/blog
http://www.befitsoft.com/mayx/blog
http://36.213.200.127:23000/mayx/blog
http://8.155.58.218:9000/mayx/blog
http://fanlibo.i234.me:8418/mayx/blog
@@ -531,7 +479,6 @@ http://120.27.238.24:3000/mayx/blog
https://code.diekabuths.dynu.net/mayx/blog
http://69.62.64.52:3333/mayx/blog
https://git.flymiracle.com/mayx/blog
https://git.scene.to/mayx/blog
https://git.auwiesen2.de/mayx/blog
http://naughtycat.biz:3333/mayx/blog
https://git.p1.bitstorm.co.nz/mayx/blog
@@ -553,7 +500,6 @@ http://8.148.31.14:3000/mayx/blog
http://55x.top:9300/mayx/blog
https://gitea.lelespace.top/mayx/blog
https://git.lmbrs.org/mayx/blog
https://fj.sinesation.com/mayx/blog
http://47.94.246.1:3000/mayx/blog
http://103.87.67.60:3100/mayx/blog
https://docker-registry-lszz.uj.com.tw/mayx/blog
@@ -574,5 +520,16 @@ http://39.99.175.172:8000/mayx/blog
http://8.138.13.251:3000/mayx/blog
http://47.115.223.229:8888/mayx/blog
http://47.105.59.0:5132/mayx/blog
https://git.veran.link/mayx/blog
http://104.254.131.244:3000/mayx/blog
https://gitea.alacloud.de/mayx/blog
https://git.tobiasweise.dev/mayx/blog
http://176.124.216.7/mayx/blog
https://publica-gitea.a.cnpgc.embrapa.br/mayx/blog
https://code.cif.su/mayx/blog
http://47.99.119.173:13000/mayx/blog
http://47.97.225.73:3000/mayx/blog
http://git.topsailiot.com/mayx/blog
https://git.monogps.com/mayx/blog
https://gitea.brmm.ovh/mayx/blog
https://git.cynic.moe/mayx/blog
https://git.muellers-software.org/mayx/blog
1 repo_url
10 https://cgit.tilde.town/~mayx/blog
11 https://gitlab.haskell.org/mayx/mayx
12 https://repo2.serv00.com/git/pub/Mayx/mayx/
13 https://www.gitlink.org.cn/mayx/blog
14 https://git.minetest.land/Mayx/blog
15 https://gitea.stormyhome.net/mayx/blog
16 http://47.120.60.153:10880/mayx/blog
17 http://61.139.16.27:26684/mayx/blog
http://116.62.245.34:3000/mayx/blog
18 http://1.6.141.109:3000/mayx/blog
19 http://52.28.156.42/mayx/blog
http://164.92.160.200:3000/mayx/blog
20 https://git.tux.pizza/mayx/blog
21 https://code.dsconce.space/mayx/blog
22 https://git.anibilag.ru/mayx/blog
23 https://git.lolpro11.me/mayx/blog
24 https://git.empirica.pro/mayx/blog
https://git.emanuelemiani.it/mayx/blog
25 https://git.dehemi.com/mayx/blog
26 http://101.66.229.132:61088/mayx/blog
27 https://git.bp-web.app/mayx/blog
33 https://codes.tools.asitavsen.com/mayx/blog
34 http://122.116.190.233:3001/mayx/blog
35 http://50.19.111.193:3000/mayx/blog
https://git-test.zcy.dev/mayx/blog
https://git.nothamor.com/mayx/blog
36 https://git.zeroplay.io/mayx/blog
37 https://git.successkaoyan.com/mayx/blog
38 http://139.129.25.251:3000/mayx/blog
39 http://45.33.87.87/mayx/blog
https://git.rankenste.in/mayx/blog
40 http://168.126.28.36:3000/mayx/blog
41 http://120.79.27.232:3000/mayx/blog
42 http://wangbeibei.xyz:6002/mayx/blog
46 https://git.rootfinlay.co.uk/mayx/blog
47 https://repo.beithing.com/mayx/blog
48 https://git.yi-guanjia.com/mayx/blog
https://git.repo.in.net/mayx/blog
49 https://gitea.belanjaparts.com/mayx/blog
50 http://185.208.225.190:3000/mayx/blog
51 https://git.sudo-fhir.au/mayx/blog
58 https://gitea.jasonstolle.com/mayx/blog
59 http://8.134.61.107:3000/mayx/blog
60 http://47.107.88.161:3000/mayx/blog
https://git.votava.org/mayx/blog
https://gitea.madf12.com/mayx/blog
http://8.134.104.234:3000/mayx/blog
https://gitea.carmon.co.kr/mayx/blog
61 http://142.171.47.170:3000/mayx/blog
62 http://111.231.146.230:8418/mayx/blog
63 https://git.winscloud.net/mayx/blog
64 https://git.pwaapp.cc/mayx/blog
65 http://119.28.73.80:5000/mayx/blog
http://194.60.231.252:3000/mayx/blog
66 https://git.sleepingforest.co.uk/mayx/blog
https://git.brb.homeip.net/mayx/blog
67 https://an360.top/mayx/blog
68 https://gitea.chenxu2233.com/mayx/blog
69 http://106.15.78.64:3000/mayx/blog
71 https://gitea.anessen.xyz/mayx/blog
72 https://git.cjcrace.io/mayx/blog
73 https://git.wisder.net/mayx/blog
http://8.138.187.97:3000/mayx/blog
74 https://git2.ujin.tech/mayx/blog
75 http://111.119.244.185:3000/mayx/blog
76 http://110.41.179.36:13000/mayx/blog
77 https://git.moonwoou.com/mayx/blog
78 https://git.tomlab.dev/mayx/blog
79 http://182.92.109.202:8070/mayx/blog
http://94.130.182.154:3000/mayx/blog
80 https://git.unicom.studio/mayx/blog
http://43.138.173.153:8804/mayx/blog
81 http://frktedu.ru:3000/mayx/blog
82 https://git.lokalix.de/mayx/blog
http://8.141.14.13:3000/mayx/blog
http://139.196.201.231:3000/mayx/blog
83 https://git.influxfin.com/mayx/blog
84 https://git.programar.io/mayx/blog
85 http://219.157.255.213:25311/mayx/blog
87 https://gitea.aerwen.net/mayx/blog
88 https://git.vekus.ru/mayx/blog
89 https://gitea.svc.obaa.cloud/mayx/blog
http://8.134.64.84:3000/mayx/blog
90 https://gitea.blubeacon.com/mayx/blog
91 http://116.204.75.78:6180/mayx/blog
https://git.ods-company.ru/mayx/blog
92 http://109.228.48.121:8000/mayx/blog
93 https://bk-house.synology.me:3081/mayx/blog
http://123.57.95.66:9000/mayx/blog
94 https://git.sparrowcomm.com/mayx/blog
95 https://git.hubhoo.com/mayx/blog
96 https://git.ultra.pub/mayx/blog
99 https://git.sayndone.ru/mayx/blog
100 https://gitea.hintsight.com/mayx/blog
101 https://anzsco.co.nz/mayx/blog
https://git.valami.giize.com/mayx/blog
102 https://git.simbarbet.com/mayx/blog
103 https://git.saintdoggie.org/mayx/blog
104 http://blackobelisk.xyz:3000/mayx/blog
108 http://git.zkyspace.top/mayx/blog
109 http://149.88.87.128:3000/mayx/blog
110 http://124.70.167.140:3000/mayx/blog
http://8.137.38.60:8201/mayx/blog
http://112.74.106.216:3000/mayx/blog
111 http://77.223.118.106:8081/mayx/blog
112 https://git.the-kn.com/mayx/blog
https://gitea.net50.ne.jp/mayx/blog
113 https://git.ism-dev.net/mayx/blog
114 http://sinzero.xyz:3000/mayx/blog
115 https://gitea.b54.co/mayx/blog
https://git.matevi.sh/mayx/blog
116 http://213.35.118.215:60001/mayx/blog
117 https://git.jasonpittman.com/mayx/blog
118 https://gitea.shirom.me/mayx/blog
http://1.95.221.174:3000/mayx/blog
119 https://git.wangxinlei.cn/mayx/blog
120 http://101.200.74.121:3000/mayx/blog
121 http://123.56.193.182:3000/mayx/blog
129 https://git.paulll.cc/mayx/blog
130 https://gitea.reimann.ee/mayx/blog
131 http://109.74.197.189/mayx/blog
https://git.nussi.net/mayx/blog
132 http://94.224.160.69:7990/mayx/blog
133 https://git.hxps.ru/mayx/blog
134 https://gitea.ekjeong.synology.me/mayx/blog
https://git.d4m13n.dev/mayx/blog
https://git.4lcap.com/mayx/blog
135 https://git.stit.tech/mayx/blog
136 https://www.9miao.fun:6839/mayx/blog
137 https://git.autotion.net/mayx/blog
149 https://git.minaev.su/mayx/blog
150 https://git.0fs.ru/mayx/blog
151 https://git.bremauer.cc/mayx/blog
http://119.3.29.177:3000/mayx/blog
152 http://47.110.224.240:13000/mayx/blog
153 http://194.67.86.160:3100/mayx/blog
154 http://47.101.58.33:3000/mayx/blog
155 https://gitea.synapsetec.cn/mayx/blog
156 http://gitea.yunshanghub.com:8081/mayx/blog
https://repo.c-software.id/mayx/blog
157 http://113.177.27.200:2033/mayx/blog
158 http://152.69.204.151:3000/mayx/blog
159 http://207.180.229.193:3001/mayx/blog
160 https://g2.m8il.in/mayx/blog
161 http://34.81.52.16/mayx/blog
http://120.78.74.94:3000/mayx/blog
162 https://git.genowisdom.cn/mayx/blog
163 http://120.26.116.243:3000/mayx/blog
164 http://123.57.16.111:3000/mayx/blog
186 https://git.iop.plus/mayx/blog
187 http://47.114.82.162:3000/mayx/blog
188 http://114.116.79.196/mayx/blog
https://gitea.cybs.io/mayx/blog
https://gitea.fcliu.net/mayx/blog
189 http://git.yinas.cn/mayx/blog
190 http://git.chilidoginteractive.com:3000/mayx/blog
191 http://121.40.40.177:3000/mayx/blog
214 http://110.42.45.89:2052/mayx/blog
215 https://git.furcom.org/mayx/blog
216 http://47.109.95.73:3000/mayx/blog
http://8.133.240.249:3456/mayx/blog
217 http://34.102.70.200:3000/mayx/blog
218 http://175.178.219.170:3000/mayx/blog
219 https://code.miraclezhb.com/mayx/blog
243 https://git.gupaoedu.cn/mayx/blog
244 http://60.205.233.184:3010/mayx/blog
245 https://git.ricecakecat.com/mayx/blog
https://gittea.biveki.ru/mayx/blog
246 https://git.7milch.com/mayx/blog
247 https://git.sitenevis.com/mayx/blog
248 https://git.nightime.org/mayx/blog
256 http://101.35.183.241/mayx/blog
257 https://gitea.quiztimes.nl/mayx/blog
258 http://106.14.189.125:3000/mayx/blog
https://git.hundseth.com/mayx/blog
https://travgit.guillorystack.com/mayx/blog
259 http://gitea.coderpath.com/mayx/blog
260 https://gitea.thanh0x.com/mayx/blog
261 http://175.198.180.19:3000/mayx/blog
265 http://43.136.169.169:3000/mayx/blog
266 http://121.196.213.68:3000/mayx/blog
267 https://git.vereint-digital.de/mayx/blog
https://git.advarna.fr/mayx/blog
268 http://111.198.4.69:8092/mayx/blog
https://git.lakaweb.com/mayx/blog
269 https://forge.coreymclark.com/mayx/blog
270 http://ems.iclematis.com:30000/mayx/blog
271 https://git.micahmoore.io/mayx/blog
272 https://schokigeschmack.de/mayx/blog
273 https://git.anatid.net/mayx/blog
274 https://git.lekai.info/mayx/blog
https://git.avclick.ru/mayx/blog
275 http://135.235.225.198:3000/mayx/blog
276 https://git.sick.earth/mayx/blog
277 https://git.prayujt.com/mayx/blog
278 https://git.galaxylabs.ca/mayx/blog
279 https://gitlab.n8n-store.xyz/mayx/blog
https://gitea.katiethe.dev/mayx/blog
280 http://159.203.33.179:3000/mayx/blog
281 http://117.72.114.197:3000/mayx/blog
282 https://git.ashcloud.com/mayx/blog
292 https://gitea.sciotech.cn/mayx/blog
293 http://8.148.220.5:8089/mayx/blog
294 http://8.140.250.85:3000/mayx/blog
295 https://git.emanuelemiani.it/mayx/blog
296 http://8.134.11.35:3000/mayx/blog
297 https://git.ctx.dev/mayx/blog
298 https://nas.szwyll.com:3000/mayx/blog
299 https://git.koppa.pro/mayx/blog
300 http://202.65.194.19:3000/mayx/blog
http://8.148.234.146:3001/mayx/blog
301 http://www.bzturbo.com.br/mayx/blog
302 https://git.maiasoft.jp/mayx/blog
303 https://gitea.xala.dev/mayx/blog
319 http://111.231.240.168:9082/mayx/blog
320 https://git.afonsosoares.com/mayx/blog
321 http://209.141.47.52:3000/mayx/blog
https://git.apfern.com/mayx/blog
322 http://dapainas.asia:5990/mayx/blog
323 http://60.204.158.188:3000/mayx/blog
324 https://zqz5.com/mayx/blog
372 http://81.70.30.91:3000/mayx/blog
373 https://gitea.kisechan.space/mayx/blog
374 http://140.238.9.133:3007/mayx/blog
http://8.138.100.115:3000/mayx/blog
375 https://git.mwapp.com.br/mayx/blog
376 http://yidaima.cn:6008/mayx/blog
377 http://185.126.237.57:3000/mayx/blog
384 http://39.96.195.72:10082/mayx/blog
385 https://gitea.klopfenstein.org/mayx/blog
386 http://8.148.24.160:3000/mayx/blog
387 http://221.219.181.35:30000/mayx/blog https://221.219.181.35:30000/mayx/blog
388 http://172.172.102.93:3000/mayx/blog
389 http://139.196.179.195:3000/mayx/blog
390 http://115.120.245.164:3000/mayx/blog
391 http://120.27.19.58:30000/mayx/blog
https://gitea.suchodupin.com/mayx/blog
http://117.72.219.18:6000/mayx/blog
392 http://35.194.179.90:3000/mayx/blog
393 http://188.245.173.247:3080/mayx/blog
http://8.153.14.94:61308/mayx/blog
394 http://66.179.208.56:3001/mayx/blog
395 http://59.110.63.79:13000/mayx/blog
396 http://59.110.63.80:3000/mayx/blog
412 http://187.189.244.23:3000/mayx/blog
413 http://58.176.21.43:9004/mayx/blog
414 https://gitea.vilcap.com/mayx/blog
http://8.137.94.229:3000/mayx/blog
415 http://121.196.245.62/mayx/blog
http://47.102.209.69:53000/mayx/blog
416 http://116.205.97.109:3000/mayx/blog
417 https://gitea.ysme.top/mayx/blog
418 http://8.140.242.230:3000/mayx/blog
432 https://gitea.dsmaster.myds.me/mayx/blog
433 http://intechrnd.iptime.org:3000/mayx/blog
434 https://gitea.primecontrols-dev.com/mayx/blog
http://39.104.61.219:3000/mayx/blog
435 http://www.scserverddns.top:13000/mayx/blog
436 http://156.255.1.229:3000/mayx/blog
437 https://git.ndpcloud.ru/mayx/blog
462 http://115.190.107.87:3000/mayx/blog
463 https://git.hast.one/mayx/blog
464 http://106.12.50.144:8081/mayx/blog
http://43.192.90.133/mayx/blog
465 http://120.77.94.227:9999/mayx/blog
466 https://code.wxk8.com/mayx/blog
http://www.befitsoft.com/mayx/blog
467 http://36.213.200.127:23000/mayx/blog
468 http://8.155.58.218:9000/mayx/blog
469 http://fanlibo.i234.me:8418/mayx/blog
479 https://code.diekabuths.dynu.net/mayx/blog
480 http://69.62.64.52:3333/mayx/blog
481 https://git.flymiracle.com/mayx/blog
https://git.scene.to/mayx/blog
482 https://git.auwiesen2.de/mayx/blog
483 http://naughtycat.biz:3333/mayx/blog
484 https://git.p1.bitstorm.co.nz/mayx/blog
500 http://55x.top:9300/mayx/blog
501 https://gitea.lelespace.top/mayx/blog
502 https://git.lmbrs.org/mayx/blog
https://fj.sinesation.com/mayx/blog
503 http://47.94.246.1:3000/mayx/blog
504 http://103.87.67.60:3100/mayx/blog
505 https://docker-registry-lszz.uj.com.tw/mayx/blog
520 http://8.138.13.251:3000/mayx/blog
521 http://47.115.223.229:8888/mayx/blog
522 http://47.105.59.0:5132/mayx/blog
https://git.veran.link/mayx/blog
523 http://104.254.131.244:3000/mayx/blog
524 https://gitea.alacloud.de/mayx/blog
525 https://git.tobiasweise.dev/mayx/blog
526 http://176.124.216.7/mayx/blog
527 https://publica-gitea.a.cnpgc.embrapa.br/mayx/blog
528 https://code.cif.su/mayx/blog
529 http://47.99.119.173:13000/mayx/blog
530 http://47.97.225.73:3000/mayx/blog
531 http://git.topsailiot.com/mayx/blog
532 https://git.monogps.com/mayx/blog
533 https://gitea.brmm.ovh/mayx/blog
534 https://git.cynic.moe/mayx/blog
535 https://git.muellers-software.org/mayx/blog

View File

@@ -18,6 +18,7 @@ mirrors:
- https://mabbs.kinsta.page/
- https://mayx.codeberg.page/
- https://mayx.pages.lain.la/
- https://mayx.pages.hast.one/
- https://mayx.4everland.app/
- https://mayx.readthedocs.io/
- https://mayx.sourceforge.io/

View File

@@ -97,7 +97,7 @@ layout: xslt_container
{% include live2d.html %}
<footer>
<p>
<small>Made with ❤ by Mayx<br />Last updated at {{ site.time | date: "%F %T" }}<br /> 总字数:{% include_cached word_count.html %} - 文章数:{{ site.posts.size }} - <a href="{{ site.feed.path | relative_url }}" >Atom</a> - <a href="{{ "/README.html" | relative_url }}" >About</a></small>
<small>Made with ❤ by Mayx<br />Last updated at {{ site.time | date: "%F %T" }}<br /> 总字数:{% include_cached word_count.html %} - 文章数:{{ site.posts.size }} - <a href="/rss.xml">Feed</a> - <a href="{{ "/README.html" | relative_url }}" >About</a></small>
</p>
</footer>
</div>

View File

@@ -2,130 +2,124 @@
@namespace content "http://purl.org/rss/1.0/modules/content/";
@namespace dc "http://purl.org/dc/elements/1.1/";
:root {
--bg-color: #f4f5f7;
--card-bg: #ffffff;
--text-main: #222;
--text-muted: #555;
--text-light: #888;
--max-width: 780px;
}
/* 深色模式适配 */
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #1a1a1c;
--card-bg: #2c2c2e;
--text-main: #e5e5e7;
--text-muted: #a1a1a6;
--text-light: #707074;
}
}
body,
rss,
atom|feed {
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto,
"Noto Sans SC", "PingFang SC",
"Microsoft YaHei", Arial, sans-serif;
background: #f4f5f7;
color: #222;
margin: 0;
padding: 2em 1em;
/* 左右内边距 1em竖屏不贴边 */
font-size: 14px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
background: var(--bg-color);
color: var(--text-main);
margin: 0 auto; /* 合并 margin */
padding: 2rem 1rem;
font-size: 16px; /* 稍微调大基础字号提升阅读感 */
line-height: 1.6;
max-width: 780px;
/* 最大宽度,桌面端居中 */
margin-left: auto;
margin-right: auto;
max-width: var(--max-width);
}
/* 标题样式优化 */
channel > title,
atom|feed > atom|title {
display: block;
font-size: 1.7em;
font-weight: 700;
margin: 0 0 1.2em 0;
font-size: 2rem;
font-weight: 800;
text-align: center;
letter-spacing: -0.01em;
margin: 0 0 0.5rem 0;
letter-spacing: -0.02em;
}
/* 列表卡片 */
item,
atom|entry {
display: block;
background: #ffffff;
padding: 1.1em 1.2em;
margin-bottom: 1.1em;
border-radius: 14px;
box-shadow:
0 8px 24px rgba(0, 0, 0, 0.04),
0 2px 6px rgba(0, 0, 0, 0.03);
background: var(--card-bg);
padding: 1.5rem;
margin-bottom: 1.25rem;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease;
}
item:hover,
atom|entry:hover {
transform: translateY(-2px); /* 轻微悬停效果 */
}
item > title,
atom|entry > atom|title {
display: block;
font-size: 1.15em;
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0.45em;
color: #111;
letter-spacing: -0.01em;
margin-bottom: 0.5rem;
color: var(--text-main);
}
/* 多行省略号优化 */
item > description,
atom|entry > atom|summary {
display: block;
color: #555;
line-height: 1.65;
max-height: 16.5em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4; /* 最多显示4行自动加省略号 */
overflow: hidden;
position: relative;
color: var(--text-muted);
font-size: 0.95rem;
line-height: 1.6;
}
item>description::after,
atom|entry>atom|summary::after {
content: "…";
position: absolute;
right: 0.3em;
bottom: 0;
padding-left: 1.5em;
background: linear-gradient(to right,
rgba(255, 255, 255, 0),
#ffffff 70%);
font-weight: 600;
/* 元数据(日期) */
item > pubDate,
atom|entry > atom|updated {
display: block;
color: var(--text-light);
font-size: 0.85rem;
margin-top: 0.75rem;
}
link,
guid,
pubDate,
author,
category,
comments,
source,
enclosure,
content|encoded,
dc|creator,
lastBuildDate,
atom|id,
atom|link,
atom|updated,
atom|published,
atom|author,
atom|category,
atom|rights,
atom|content,
language,
generator {
/* 隐藏不需要的元素 */
link, guid, author, category, comments, source, enclosure,
content|encoded, dc|creator, lastBuildDate,
atom|id, atom|link, atom|updated, atom|published, atom|author,
atom|category, atom|rights, atom|content,
language, generator {
display: none;
}
/* 副标题与说明文字 */
channel > description,
atom|feed > atom|subtitle {
display: block;
margin: 0.4em 0 2em 0;
/* 与条目明显拉开 */
text-align: center;
color: #666;
font-size: 0.95em;
color: var(--text-muted);
font-size: 1rem;
margin-bottom: 2rem;
}
channel>title,
atom|feed>atom|title {
margin-bottom: 0.4em;
/* 原来较紧,这里放松 */
}
atom|feed>atom|subtitle::after,
channel>description::after {
channel > description::after,
atom|feed > atom|subtitle::after {
content: "这是一个订阅源Feed。复制当前URL到任何支持 Atom/RSS 的阅读器,即可订阅本博客的最新文章。\A以下展示了此订阅源包含的最新文章";
display: block;
text-align: center;
font-size: 0.95em;
color: #666;
margin: 1em 0 2em 0;
line-height: 1.5;
white-space: pre-wrap;
font-size: 0.875rem;
color: var(--text-light);
margin-top: 1rem;
padding: 1rem;
border-top: 1px solid rgba(128, 128, 128, 0.2);
}

View File

@@ -121,6 +121,7 @@ div.highlight button:hover {
font-size: 14px;
line-height: 1.4;
}
.footnotes p {
margin: 0;
text-indent: 0;
@@ -129,16 +130,21 @@ div.highlight button:hover {
.wrapper {
width: 90%;
}
header {
width: 25%;
}
footer {
width: 25%;
}
section {
width: 65%;
}
@media print, screen and (max-width: 960px) {
@media print,
screen and (max-width: 960px) {
.wrapper {
width: auto;
}
@@ -177,3 +183,11 @@ code.highlighter-rouge{
font-size: 14px;
line-height: 1.4;
}
td.h-entry {
cursor: pointer;
}
td.h-entry:hover {
background: #f9f9f9;
}