4 Commits

Author SHA1 Message Date
mayx
47f623b8eb Update 2 files
- /_layouts/xslt_container.html
- /_data/other_repo_list.csv
2026-04-17 01:53:23 +00:00
mayx
33122e34b5 Update 3 files
- /_posts/2026-04-14-ai-agent.md
- /_data/other_repo_list.csv
- /_data/ai-cache.json
2026-04-15 11:35:09 +00:00
mayx
100d3405f7 Update 2 files
- /_posts/2026-04-14-ai-agent.md
- /_data/other_repo_list.csv
2026-04-14 12:44:42 +00:00
mayx
a7ff7c2c37 Update 2 files
- /_data/other_repo_list.csv
- /_data/proxylist.yml
2026-03-28 16:02:31 +00:00
5 changed files with 200 additions and 231 deletions

View File

@@ -175,5 +175,6 @@
"/2025/12/01/linux.html": "这篇文章介绍了在浏览器中运行Linux的各种方法从最初的纯JS虚拟机JSLinux到后来的WASM虚拟机如v86、WebVM、WebCM再到容器化方案container2wasm以及直接将Linux内核编译为WASM的方案。作者详细对比了这些方案的优缺点包括性能、兼容性、功能和开发难度。文章还提到了模仿Linux环境的WebContainers和JupyterLite并最终认为虚拟机方案更靠谱但对WASM的未来充满期待。作者最后表示博客上添加类似功能的计划还在考虑中目前主要分享了各种方法的探索过程。", "/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命名空间来实现链接等功能但这种方法会产生“不纯粹”的警告。文章最后总结技术可能会消失但总有其他技术可以解决问题并强调了适应浏览器厂商决策的重要性。", "/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命名空间来实现链接等功能但这种方法会产生“不纯粹”的警告。文章最后总结技术可能会消失但总有其他技术可以解决问题并强调了适应浏览器厂商决策的重要性。",
"/2026/03/01/llm3.html": "这篇文章介绍了作者近期在LLM部署和应用方面的经历主要包括以下几个方面\n\n首先作者升级硬件从单张RTX4090 48GiB升级到双路RTX4090 48GiB并购买了TRX40+TR 3960X的主板套装用于运行GPT-OSS模型。随后作者尝试使用vLLM框架替换Ollama并成功配置了GPT-OSS模型达到了接近190Tps的性能。\n\n其次作者体验了DeepSeek 1M上下文模型发现其在处理长上下文任务时表现出色能够展现摘要无法捕捉的细节并成功生成简历、分析人格等。\n\n此外作者还尝试使用DeepSeek重构Mabbs并发现DeepSeek能够识别作者的博客信息这表明训练样本中包含了作者的信息。\n\n最后作者在8GiB内存的MacBook Pro上运行了LFM2.5-1.2B-Thinking模型并使用了Apollo软件体验了其快速的推理速度和良好的思考能力。作者总结认为AI的发展令人惊叹软件优化使其在有限硬件环境下也能运行。" "/2026/03/01/llm3.html": "这篇文章介绍了作者近期在LLM部署和应用方面的经历主要包括以下几个方面\n\n首先作者升级硬件从单张RTX4090 48GiB升级到双路RTX4090 48GiB并购买了TRX40+TR 3960X的主板套装用于运行GPT-OSS模型。随后作者尝试使用vLLM框架替换Ollama并成功配置了GPT-OSS模型达到了接近190Tps的性能。\n\n其次作者体验了DeepSeek 1M上下文模型发现其在处理长上下文任务时表现出色能够展现摘要无法捕捉的细节并成功生成简历、分析人格等。\n\n此外作者还尝试使用DeepSeek重构Mabbs并发现DeepSeek能够识别作者的博客信息这表明训练样本中包含了作者的信息。\n\n最后作者在8GiB内存的MacBook Pro上运行了LFM2.5-1.2B-Thinking模型并使用了Apollo软件体验了其快速的推理速度和良好的思考能力。作者总结认为AI的发展令人惊叹软件优化使其在有限硬件环境下也能运行。",
"/2026/04/14/ai-agent.html": "这篇文章介绍了“AI个人助理”Agent的发展现状和各种尝试。作者体验了OpenClaw、QClaw、WorkBuddy、Cline、LuckClaw和ApkClaw等不同的Agent项目发现它们在功能、易用性和性能上各有优劣。OpenClaw安装和使用存在困难国内大厂的QClaw和WorkBuddy则更易于上手但免费额度有限。作者认为开发任务更适合在编辑器集成AI中进行如GitHub Copilot。LuckClaw在微型开发板上运行表现出色ApkClaw则利用手机的优势操作移动应用。尽管Agent技术仍存在诸多问题但其应用场景不断拓展有望吸引更多人参与其中推动AI应用化进程。"
} }

View File

@@ -31,7 +31,6 @@ https://codes.tools.asitavsen.com/mayx/blog
http://122.116.190.233:3001/mayx/blog http://122.116.190.233:3001/mayx/blog
http://50.19.111.193:3000/mayx/blog http://50.19.111.193:3000/mayx/blog
https://git.zeroplay.io/mayx/blog https://git.zeroplay.io/mayx/blog
https://git.successkaoyan.com/mayx/blog
http://139.129.25.251:3000/mayx/blog http://139.129.25.251:3000/mayx/blog
http://45.33.87.87/mayx/blog http://45.33.87.87/mayx/blog
http://168.126.28.36:3000/mayx/blog http://168.126.28.36:3000/mayx/blog
@@ -48,7 +47,6 @@ https://git.sudo-fhir.au/mayx/blog
http://116.204.34.35:12000/mayx/blog http://116.204.34.35:12000/mayx/blog
https://git.echaeplay.com/mayx/blog https://git.echaeplay.com/mayx/blog
https://git.Apture.io/mayx/blog https://git.Apture.io/mayx/blog
http://103.231.8.120/mayx/blog
https://gitea.jasonstolle.com/mayx/blog https://gitea.jasonstolle.com/mayx/blog
http://8.134.61.107:3000/mayx/blog http://8.134.61.107:3000/mayx/blog
http://47.107.88.161:3000/mayx/blog http://47.107.88.161:3000/mayx/blog
@@ -59,24 +57,17 @@ https://git.pwaapp.cc/mayx/blog
https://git.sleepingforest.co.uk/mayx/blog https://git.sleepingforest.co.uk/mayx/blog
https://an360.top/mayx/blog https://an360.top/mayx/blog
http://106.15.78.64:3000/mayx/blog http://106.15.78.64:3000/mayx/blog
http://hoenking.cn:3000/mayx/blog
https://gitea.anessen.xyz/mayx/blog
https://git.cjcrace.io/mayx/blog
https://git.wisder.net/mayx/blog https://git.wisder.net/mayx/blog
https://git2.ujin.tech/mayx/blog https://git2.ujin.tech/mayx/blog
http://111.119.244.185:3000/mayx/blog http://111.119.244.185:3000/mayx/blog
http://110.41.179.36:13000/mayx/blog http://110.41.179.36:13000/mayx/blog
https://git.tomlab.dev/mayx/blog
http://frktedu.ru:3000/mayx/blog
https://git.influxfin.com/mayx/blog https://git.influxfin.com/mayx/blog
http://219.157.255.213:25311/mayx/blog http://219.157.255.213:25311/mayx/blog
https://git.melvincarvalho.com/mayx/blog https://git.melvincarvalho.com/mayx/blog
https://gitea.aerwen.net/mayx/blog
https://git.vekus.ru/mayx/blog https://git.vekus.ru/mayx/blog
http://116.204.75.78:6180/mayx/blog http://116.204.75.78:6180/mayx/blog
http://109.228.48.121:8000/mayx/blog http://109.228.48.121:8000/mayx/blog
https://bk-house.synology.me:3081/mayx/blog https://bk-house.synology.me:3081/mayx/blog
https://git.sparrowcomm.com/mayx/blog
https://git.hubhoo.com/mayx/blog https://git.hubhoo.com/mayx/blog
https://git.ultra.pub/mayx/blog https://git.ultra.pub/mayx/blog
http://27.124.12.222:3000/mayx/blog http://27.124.12.222:3000/mayx/blog
@@ -84,49 +75,32 @@ https://git.sayndone.ru/mayx/blog
https://gitea.hintsight.com/mayx/blog https://gitea.hintsight.com/mayx/blog
https://anzsco.co.nz/mayx/blog https://anzsco.co.nz/mayx/blog
http://blackobelisk.xyz:3000/mayx/blog http://blackobelisk.xyz:3000/mayx/blog
https://git.dushes.keenetic.pro/mayx/blog
http://47.129.22.53:22345/mayx/blog
https://git.tech.troyrc.com/mayx/blog https://git.tech.troyrc.com/mayx/blog
http://git.zkyspace.top/mayx/blog
http://149.88.87.128:3000/mayx/blog http://149.88.87.128:3000/mayx/blog
http://77.223.118.106:8081/mayx/blog
https://git.the-kn.com/mayx/blog https://git.the-kn.com/mayx/blog
https://git.ism-dev.net/mayx/blog https://git.ism-dev.net/mayx/blog
http://sinzero.xyz:3000/mayx/blog http://sinzero.xyz:3000/mayx/blog
http://213.35.118.215:60001/mayx/blog
https://git.jasonpittman.com/mayx/blog https://git.jasonpittman.com/mayx/blog
https://gitea.shirom.me/mayx/blog https://gitea.shirom.me/mayx/blog
https://git.wangxinlei.cn/mayx/blog https://git.wangxinlei.cn/mayx/blog
http://101.200.74.121:3000/mayx/blog
http://123.56.193.182:3000/mayx/blog http://123.56.193.182:3000/mayx/blog
http://60.204.131.99:3000/mayx/blog
http://femail.email:8418/mayx/blog http://femail.email:8418/mayx/blog
http://167.172.7.198:8081/mayx/blog http://167.172.7.198:8081/mayx/blog
https://gitea.meetgu.ru/mayx/blog https://gitea.meetgu.ru/mayx/blog
https://git.patrich.se/mayx/blog
http://116.236.50.103:8789/mayx/blog http://116.236.50.103:8789/mayx/blog
https://git.paulll.cc/mayx/blog https://git.paulll.cc/mayx/blog
https://gitea.reimann.ee/mayx/blog
http://109.74.197.189/mayx/blog
http://94.224.160.69:7990/mayx/blog http://94.224.160.69:7990/mayx/blog
https://gitea.ekjeong.synology.me/mayx/blog https://gitea.ekjeong.synology.me/mayx/blog
https://git.stit.tech/mayx/blog https://git.stit.tech/mayx/blog
https://www.9miao.fun:6839/mayx/blog
https://git.autotion.net/mayx/blog https://git.autotion.net/mayx/blog
http://octifor.synology.me:53000/mayx/blog
https://git.daoyoucloud.com/mayx/blog https://git.daoyoucloud.com/mayx/blog
https://git.entryrise.com/mayx/blog
https://code.bitahub.com/mayx/blog https://code.bitahub.com/mayx/blog
http://malingshu.site:6010/mayx/blog
https://repo.gusdya.net/mayx/blog https://repo.gusdya.net/mayx/blog
https://gitea.tmartens.dev/mayx/blog https://gitea.tmartens.dev/mayx/blog
http://218.206.106.50:19901/mayx/blog http://218.206.106.50:19901/mayx/blog
https://git.slegeir.com/mayx/blog https://git.slegeir.com/mayx/blog
https://git.minaev.su/mayx/blog https://git.minaev.su/mayx/blog
https://git.0fs.ru/mayx/blog
https://git.bremauer.cc/mayx/blog https://git.bremauer.cc/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 http://47.101.58.33:3000/mayx/blog
https://gitea.synapsetec.cn/mayx/blog https://gitea.synapsetec.cn/mayx/blog
http://gitea.yunshanghub.com:8081/mayx/blog http://gitea.yunshanghub.com:8081/mayx/blog
@@ -137,16 +111,11 @@ http://34.81.52.16/mayx/blog
https://git.genowisdom.cn/mayx/blog https://git.genowisdom.cn/mayx/blog
http://120.26.116.243:3000/mayx/blog http://120.26.116.243:3000/mayx/blog
http://123.57.16.111:3000/mayx/blog http://123.57.16.111:3000/mayx/blog
http://115.159.107.117:3000/mayx/blog
http://116.62.115.84:3000/mayx/blog
http://wingsing.net:3000/mayx/blog
http://hgngit.ipdz.me/mayx/blog http://hgngit.ipdz.me/mayx/blog
http://185.163.116.39:49153/mayx/blog
https://gitea.onfing.ir/mayx/blog https://gitea.onfing.ir/mayx/blog
https://lius.familyds.org:3000/mayx/blog https://lius.familyds.org:3000/mayx/blog
https://git.morozoff.pro/mayx/blog https://git.morozoff.pro/mayx/blog
https://gitea.questline.coop/mayx/blog https://gitea.questline.coop/mayx/blog
https://git.wisptales.org/mayx/blog
http://git.chaojing-film.com:3000/mayx/blog http://git.chaojing-film.com:3000/mayx/blog
https://git.nusaerp.com/mayx/blog https://git.nusaerp.com/mayx/blog
http://35.207.205.18:3000/mayx/blog http://35.207.205.18:3000/mayx/blog
@@ -156,95 +125,56 @@ http://112.124.40.88:5510/mayx/blog
http://121.36.37.70:15501/mayx/blog http://121.36.37.70:15501/mayx/blog
http://187.216.152.151:9999/mayx/blog http://187.216.152.151:9999/mayx/blog
http://116.63.173.179:8001/mayx/blog http://116.63.173.179:8001/mayx/blog
https://git.iop.plus/mayx/blog
http://114.116.79.196/mayx/blog http://114.116.79.196/mayx/blog
http://git.yinas.cn/mayx/blog
http://git.chilidoginteractive.com:3000/mayx/blog
http://121.40.40.177:3000/mayx/blog http://121.40.40.177:3000/mayx/blog
http://118.31.223.224:3000/mayx/blog http://118.31.223.224:3000/mayx/blog
http://voicebot.digitalakademie-bw.de:3000/mayx/blog
http://178.254.35.219:3000/mayx/blog http://178.254.35.219:3000/mayx/blog
http://2.59.132.109:3001/mayx/blog http://2.59.132.109:3001/mayx/blog
http://newslabx.csie.ntu.edu.tw:3000/mayx/blog
http://81.71.148.57:8080/mayx/blog http://81.71.148.57:8080/mayx/blog
https://git.lmskaran.com/mayx/blog https://git.lmskaran.com/mayx/blog
http://154.86.0.30:3000/mayx/blog http://154.86.0.30:3000/mayx/blog
http://139.224.196.148:3000/mayx/blog
https://omegat.dmu-medical.de/mayx/blog https://omegat.dmu-medical.de/mayx/blog
http://52.23.128.62:3000/mayx/blog http://52.23.128.62:3000/mayx/blog
http://85.214.41.219:49153/mayx/blog http://85.214.41.219:49153/mayx/blog
http://6068688.xyz:3000/mayx/blog
http://120.46.222.128:10021/mayx/blog http://120.46.222.128:10021/mayx/blog
http://120.26.108.239:9188/mayx/blog http://120.26.108.239:9188/mayx/blog
https://git.van-peeren.de/mayx/blog https://git.van-peeren.de/mayx/blog
http://git.gkcorp.com.vn:16000/mayx/blog
http://47.111.17.177:3000/mayx/blog http://47.111.17.177:3000/mayx/blog
https://k0ki-dev.com/mayx/blog https://k0ki-dev.com/mayx/blog
http://110.42.45.89:2052/mayx/blog http://110.42.45.89:2052/mayx/blog
https://git.furcom.org/mayx/blog https://git.furcom.org/mayx/blog
http://34.102.70.200:3000/mayx/blog http://34.102.70.200:3000/mayx/blog
http://175.178.219.170:3000/mayx/blog
http://blueroses.top:8888/mayx/blog
http://47.112.118.149:10082/mayx/blog
https://gitea.jobiglo.com/mayx/blog https://gitea.jobiglo.com/mayx/blog
http://begild.top:8418/mayx/blog
http://58.221.13.198:30010/mayx/blog http://58.221.13.198:30010/mayx/blog
https://git.d-popov.com/mayx/blog
https://git.liliyamol.cn/mayx/blog https://git.liliyamol.cn/mayx/blog
http://8.138.90.28:3000/mayx/blog
https://git.23cm.cn/mayx/blog
https://gitea.oio.cat/mayx/blog https://gitea.oio.cat/mayx/blog
http://59.110.17.86:3000/mayx/blog
https://git.karma-riuk.com/mayx/blog https://git.karma-riuk.com/mayx/blog
https://git.saidomar.fr/mayx/blog
http://gitea.fcunb.cn:10083/mayx/blog
https://git.7o9o.net/mayx/blog https://git.7o9o.net/mayx/blog
https://dev.init.zone/mayx/blog
https://git.gupaoedu.cn/mayx/blog https://git.gupaoedu.cn/mayx/blog
http://60.205.233.184:3010/mayx/blog
https://git.7milch.com/mayx/blog https://git.7milch.com/mayx/blog
https://git.sitenevis.com/mayx/blog https://git.sitenevis.com/mayx/blog
https://dreamplacesai.de/mayx/blog https://dreamplacesai.de/mayx/blog
http://185.87.111.46:3000/mayx/blog
http://1.94.13.224:9080/mayx/blog http://1.94.13.224:9080/mayx/blog
https://auric-org.org/mayx/blog
http://101.35.183.241/mayx/blog
https://gitea.quiztimes.nl/mayx/blog https://gitea.quiztimes.nl/mayx/blog
http://106.14.189.125:3000/mayx/blog
http://gitea.coderpath.com/mayx/blog http://gitea.coderpath.com/mayx/blog
http://175.198.180.19:3000/mayx/blog
http://43.136.169.169:3000/mayx/blog http://43.136.169.169:3000/mayx/blog
http://121.196.213.68:3000/mayx/blog http://121.196.213.68:3000/mayx/blog
https://git.vereint-digital.de/mayx/blog
https://forge.coreymclark.com/mayx/blog https://forge.coreymclark.com/mayx/blog
http://ems.iclematis.com:30000/mayx/blog
https://git.micahmoore.io/mayx/blog https://git.micahmoore.io/mayx/blog
https://schokigeschmack.de/mayx/blog
https://git.anatid.net/mayx/blog https://git.anatid.net/mayx/blog
https://git.lekai.info/mayx/blog https://git.lekai.info/mayx/blog
http://135.235.225.198:3000/mayx/blog http://135.235.225.198:3000/mayx/blog
https://git.prayujt.com/mayx/blog https://git.prayujt.com/mayx/blog
https://git.galaxylabs.ca/mayx/blog
https://gitlab.n8n-store.xyz/mayx/blog
http://159.203.33.179:3000/mayx/blog
http://117.72.114.197:3000/mayx/blog http://117.72.114.197:3000/mayx/blog
https://git.ashcloud.com/mayx/blog https://git.ashcloud.com/mayx/blog
http://us2.fornoone.top:3000/mayx/blog
https://git.novaa.xyz/mayx/blog https://git.novaa.xyz/mayx/blog
http://101.46.208.93:3000/mayx/blog http://101.46.208.93:3000/mayx/blog
http://23.94.57.60:3000/mayx/blog http://23.94.57.60:3000/mayx/blog
https://watch.mommys.plumbing/mayx/blog
https://devkona.net/mayx/blog
https://gitea.avixc-nas.myds.me/mayx/blog
http://sjhome.cloud:3000/mayx/blog http://sjhome.cloud:3000/mayx/blog
https://gitea.sciotech.cn/mayx/blog https://gitea.sciotech.cn/mayx/blog
http://8.148.220.5:8089/mayx/blog
http://8.140.250.85:3000/mayx/blog http://8.140.250.85:3000/mayx/blog
http://8.134.11.35:3000/mayx/blog http://8.134.11.35:3000/mayx/blog
https://nas.szwyll.com:3000/mayx/blog
https://git.koppa.pro/mayx/blog
http://202.65.194.19:3000/mayx/blog http://202.65.194.19:3000/mayx/blog
https://git.maiasoft.jp/mayx/blog
https://gitea.xala.dev/mayx/blog https://gitea.xala.dev/mayx/blog
http://101.201.34.43:3000/mayx/blog http://101.201.34.43:3000/mayx/blog
https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog
@@ -253,46 +183,31 @@ http://175.126.123.163:3000/mayx/blog
https://vw-git.senecasense.com/mayx/blog https://vw-git.senecasense.com/mayx/blog
http://git.uhfdemo.com/mayx/blog http://git.uhfdemo.com/mayx/blog
https://git.jakubzabski.pl/mayx/blog https://git.jakubzabski.pl/mayx/blog
http://8.134.218.17:8013/mayx/blog
http://124.223.89.168:8080/mayx/blog http://124.223.89.168:8080/mayx/blog
http://139.129.21.166:3000/mayx/blog
http://209.141.47.52:3000/mayx/blog http://209.141.47.52:3000/mayx/blog
http://dapainas.asia:5990/mayx/blog
http://60.204.158.188:3000/mayx/blog http://60.204.158.188:3000/mayx/blog
http://119.3.252.2:3000/mayx/blog
http://60.204.156.211:3000/mayx/blog http://60.204.156.211:3000/mayx/blog
https://git.yukaige.com/mayx/blog
http://nas.bi1kbu.com:8418/mayx/blog http://nas.bi1kbu.com:8418/mayx/blog
http://123.56.74.235:3000/mayx/blog http://123.56.74.235:3000/mayx/blog
http://1.94.178.207:3000/mayx/blog http://1.94.178.207:3000/mayx/blog
https://gitea.tsaida.synology.me/mayx/blog https://gitea.tsaida.synology.me/mayx/blog
http://xapple.ru:3000/mayx/blog http://xapple.ru:3000/mayx/blog
https://git.teygaming.com/mayx/blog https://git.teygaming.com/mayx/blog
http://8.138.4.170:8980/mayx/blog
http://210.211.116.85:3000/mayx/blog http://210.211.116.85:3000/mayx/blog
http://osztromok.com:3164/mayx/blog http://osztromok.com:3164/mayx/blog
http://175.209.53.134:3030/mayx/blog http://175.209.53.134:3030/mayx/blog
http://118.163.190.249:3000/mayx/blog http://118.163.190.249:3000/mayx/blog
http://39.107.226.169:3000/mayx/blog http://39.107.226.169:3000/mayx/blog
https://git.ueda.sk/mayx/blog https://git.ueda.sk/mayx/blog
http://113.45.76.155:3000/mayx/blog
http://168.138.196.70:3000/mayx/blog
http://39.96.211.118:3000/mayx/blog http://39.96.211.118:3000/mayx/blog
http://47.103.100.52:3000/mayx/blog
http://5.189.140.23:8080/mayx/blog
http://121.37.47.20:3000/mayx/blog http://121.37.47.20:3000/mayx/blog
https://git.antropix.dev/mayx/blog https://git.antropix.dev/mayx/blog
http://15.237.198.144/mayx/blog http://15.237.198.144/mayx/blog
http://123.249.119.122:3000/mayx/blog
http://183.6.120.101:30000/mayx/blog http://183.6.120.101:30000/mayx/blog
http://134.122.173.191:3000/mayx/blog
http://8.138.81.5:3000/mayx/blog
http://57.129.94.190:3000/mayx/blog http://57.129.94.190:3000/mayx/blog
https://gitea.micro-stack.org/mayx/blog https://gitea.micro-stack.org/mayx/blog
http://101.132.160.67:3000/mayx/blog
https://gitea.temp.brentgruber.com/mayx/blog https://gitea.temp.brentgruber.com/mayx/blog
http://47.102.147.170:3050/mayx/blog http://47.102.147.170:3050/mayx/blog
http://209.38.235.254:3000/mayx/blog
http://172.236.250.154:3000/mayx/blog http://172.236.250.154:3000/mayx/blog
http://54.198.134.152:3000/mayx/blog http://54.198.134.152:3000/mayx/blog
http://121.41.35.226:11011/mayx/blog http://121.41.35.226:11011/mayx/blog
@@ -300,55 +215,37 @@ http://47.111.1.12:3000/mayx/blog
https://nelgit.nelpi.co.uk/mayx/blog https://nelgit.nelpi.co.uk/mayx/blog
http://47.108.156.251:3000/mayx/blog http://47.108.156.251:3000/mayx/blog
http://8.141.91.86:3000/mayx/blog http://8.141.91.86:3000/mayx/blog
http://8.138.187.132:3000/mayx/blog
http://117.72.15.187:3000/mayx/blog http://117.72.15.187:3000/mayx/blog
http://81.70.30.91:3000/mayx/blog http://81.70.30.91:3000/mayx/blog
http://140.238.9.133:3007/mayx/blog
https://git.mwapp.com.br/mayx/blog
http://yidaima.cn:6008/mayx/blog
http://185.126.237.57:3000/mayx/blog
http://47.97.50.232:3000/mayx/blog http://47.97.50.232:3000/mayx/blog
http://106.54.211.95:3000/mayx/blog http://106.54.211.95:3000/mayx/blog
http://210.245.20.73:3333/mayx/blog http://210.245.20.73:3333/mayx/blog
http://43.248.97.109:3000/mayx/blog http://43.248.97.109:3000/mayx/blog
http://113.207.86.104:3080/mayx/blog http://113.207.86.104:3080/mayx/blog
http://down.luanhailiang.cn:9000/mayx/blog
http://39.96.195.72:10082/mayx/blog http://39.96.195.72:10082/mayx/blog
http://8.148.24.160:3000/mayx/blog http://8.148.24.160:3000/mayx/blog
https://221.219.181.35:30000/mayx/blog https://221.219.181.35:30000/mayx/blog
http://172.172.102.93:3000/mayx/blog http://172.172.102.93:3000/mayx/blog
http://139.196.179.195:3000/mayx/blog http://139.196.179.195:3000/mayx/blog
http://115.120.245.164:3000/mayx/blog http://115.120.245.164:3000/mayx/blog
http://120.27.19.58:30000/mayx/blog
http://35.194.179.90:3000/mayx/blog http://35.194.179.90:3000/mayx/blog
http://188.245.173.247:3080/mayx/blog
http://66.179.208.56:3001/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 http://59.110.63.80:3000/mayx/blog
http://121.43.60.72:9015/mayx/blog http://121.43.60.72:9015/mayx/blog
http://171.80.13.66:9112/mayx/blog http://171.80.13.66:9112/mayx/blog
http://211.22.221.188:3000/mayx/blog http://211.22.221.188:3000/mayx/blog
http://223.108.157.174:3000/mayx/blog http://223.108.157.174:3000/mayx/blog
http://120.24.249.56/mayx/blog http://120.24.249.56/mayx/blog
http://47.100.90.152:3000/mayx/blog
http://120.24.251.176:30000/mayx/blog
http://121.196.237.108:3000/mayx/blog
http://g.gamesns.cn:3000/mayx/blog
http://54.179.203.2:3000/mayx/blog http://54.179.203.2:3000/mayx/blog
http://14.103.246.124:16000/mayx/blog http://14.103.246.124:16000/mayx/blog
https://mygit.kikyps.com/mayx/blog https://mygit.kikyps.com/mayx/blog
http://152.42.207.183:3000/mayx/blog http://152.42.207.183:3000/mayx/blog
http://47.99.60.81:10082/mayx/blog http://47.99.60.81:10082/mayx/blog
http://120.211.66.170:8418/mayx/blog 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 https://gitea.vilcap.com/mayx/blog
http://121.196.245.62/mayx/blog http://121.196.245.62/mayx/blog
http://116.205.97.109:3000/mayx/blog http://116.205.97.109:3000/mayx/blog
http://8.140.242.230:3000/mayx/blog
http://8.138.142.17:3000/mayx/blog http://8.138.142.17:3000/mayx/blog
http://47.95.31.56:20080/mayx/blog
http://113.46.142.74:3000/mayx/blog
http://www.koelndom.cn:13030/mayx/blog http://www.koelndom.cn:13030/mayx/blog
http://209.127.59.74:3000/mayx/blog http://209.127.59.74:3000/mayx/blog
https://git.dotb.cloud/mayx/blog https://git.dotb.cloud/mayx/blog
@@ -356,14 +253,11 @@ https://git.bigdalang.com/mayx/blog
https://gitea.augeo.dev/mayx/blog https://gitea.augeo.dev/mayx/blog
http://120.46.23.215:3000/mayx/blog http://120.46.23.215:3000/mayx/blog
http://121.41.2.71:3000/mayx/blog http://121.41.2.71:3000/mayx/blog
http://8.138.242.82:8888/mayx/blog
http://110.41.177.80:5000/mayx/blog http://110.41.177.80:5000/mayx/blog
https://gitea.dsmaster.myds.me/mayx/blog https://gitea.dsmaster.myds.me/mayx/blog
http://intechrnd.iptime.org:3000/mayx/blog http://intechrnd.iptime.org:3000/mayx/blog
https://gitea.primecontrols-dev.com/mayx/blog https://gitea.primecontrols-dev.com/mayx/blog
http://www.scserverddns.top:13000/mayx/blog http://www.scserverddns.top:13000/mayx/blog
http://156.255.1.229:3000/mayx/blog
https://git.ndpcloud.ru/mayx/blog
https://git.lucas-michel.fr/mayx/blog https://git.lucas-michel.fr/mayx/blog
http://60.205.162.59:3000/mayx/blog http://60.205.162.59:3000/mayx/blog
https://git.imvictor.tech:2/mayx/blog https://git.imvictor.tech:2/mayx/blog
@@ -373,54 +267,36 @@ http://docker.clhero.fun:3000/mayx/blog
https://bdgit.educoder.net/mayx/blog https://bdgit.educoder.net/mayx/blog
http://e19510c831.iok.la/mayx/blog http://e19510c831.iok.la/mayx/blog
http://119.45.49.212:3000/mayx/blog http://119.45.49.212:3000/mayx/blog
https://git.synapsenet.net/mayx/blog
https://gitea.kdlsvps.top/mayx/blog https://gitea.kdlsvps.top/mayx/blog
http://deiniusoft.com:3000/mayx/blog http://deiniusoft.com:3000/mayx/blog
https://code.antopie.org/mayx/blog https://code.antopie.org/mayx/blog
http://c6h5gp.top:3000/mayx/blog
https://git.serenetia.com/mayx/blog https://git.serenetia.com/mayx/blog
https://tm-jikayo.com/mayx/blog
https://vcs.cozydsp.space/mayx/blog https://vcs.cozydsp.space/mayx/blog
http://8.129.11.230:7002/mayx/blog http://8.129.11.230:7002/mayx/blog
http://115.190.107.87:3000/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://106.12.50.144:8081/mayx/blog
http://120.77.94.227:9999/mayx/blog http://120.77.94.227:9999/mayx/blog
https://code.wxk8.com/mayx/blog https://code.wxk8.com/mayx/blog
http://36.213.200.127:23000/mayx/blog http://36.213.200.127:23000/mayx/blog
http://8.155.58.218:9000/mayx/blog http://8.155.58.218:9000/mayx/blog
http://fanlibo.i234.me:8418/mayx/blog http://fanlibo.i234.me:8418/mayx/blog
http://rito.synology.me:3000/mayx/blog
http://8.217.32.95:3000/mayx/blog
https://git.temporaryname.org/mayx/blog https://git.temporaryname.org/mayx/blog
https://Repo.gusdya.net/mayx/blog https://Repo.gusdya.net/mayx/blog
https://git.m.ctf.arrobe.fr/mayx/blog https://git.m.ctf.arrobe.fr/mayx/blog
http://120.27.238.24:3000/mayx/blog http://120.27.238.24:3000/mayx/blog
https://code.diekabuths.dynu.net/mayx/blog
http://69.62.64.52:3333/mayx/blog http://69.62.64.52:3333/mayx/blog
https://git.flymiracle.com/mayx/blog https://git.flymiracle.com/mayx/blog
https://git.auwiesen2.de/mayx/blog
http://naughtycat.biz:3333/mayx/blog http://naughtycat.biz:3333/mayx/blog
https://git.p1.bitstorm.co.nz/mayx/blog
https://www.yalecheung.top:1024/mayx/blog
https://gitea.manekenbrand.com/mayx/blog https://gitea.manekenbrand.com/mayx/blog
https://gitea.eabor.xyz/mayx/blog
http://106.14.138.181:3000/mayx/blog http://106.14.138.181:3000/mayx/blog
https://git.adalspace.com/mayx/blog https://git.adalspace.com/mayx/blog
https://git.yyuu.xyz/mayx/blog https://git.yyuu.xyz/mayx/blog
http://39.107.70.124:3000/mayx/blog http://39.107.70.124:3000/mayx/blog
http://huanghomenas2.myqnapcloud.com:4000/mayx/blog
http://218.237.212.51:30003/mayx/blog
http://gitea.huangyanjie.com/mayx/blog
https://git.stormrain.cn/mayx/blog https://git.stormrain.cn/mayx/blog
https://git.deuxfleurs.fr/mayx/blog https://git.deuxfleurs.fr/mayx/blog
https://www.simpra.org:3000/mayx/blog https://www.simpra.org:3000/mayx/blog
http://8.148.31.14:3000/mayx/blog 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
http://47.94.246.1:3000/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 https://docker-registry-lszz.uj.com.tw/mayx/blog
https://www.arcbyte.dev/mayx/blog https://www.arcbyte.dev/mayx/blog
http://45.144.30.78:8083/mayx/blog http://45.144.30.78:8083/mayx/blog
@@ -429,8 +305,6 @@ http://167.172.88.190:3000/mayx/blog
http://58.17.14.95:8001/mayx/blog http://58.17.14.95:8001/mayx/blog
https://hero-cloud-stg-code.cnbita.com/mayx/blog https://hero-cloud-stg-code.cnbita.com/mayx/blog
http://101.37.69.204:3000/mayx/blog http://101.37.69.204:3000/mayx/blog
http://jacksonhampton.com:3000/mayx/blog
https://git.jaronnie.com/mayx/blog
https://gitea.tecamino.com/mayx/blog https://gitea.tecamino.com/mayx/blog
http://39.99.175.172:8000/mayx/blog http://39.99.175.172:8000/mayx/blog
http://8.138.13.251:3000/mayx/blog http://8.138.13.251:3000/mayx/blog
@@ -440,123 +314,79 @@ http://104.254.131.244:3000/mayx/blog
https://gitea.alacloud.de/mayx/blog https://gitea.alacloud.de/mayx/blog
https://git.tobiasweise.dev/mayx/blog https://git.tobiasweise.dev/mayx/blog
https://code.cif.su/mayx/blog https://code.cif.su/mayx/blog
http://47.97.225.73:3000/mayx/blog
https://git.cynic.moe/mayx/blog https://git.cynic.moe/mayx/blog
https://git.muellers-software.org/mayx/blog https://git.muellers-software.org/mayx/blog
http://47.98.168.177:3000/mayx/blog
http://8.130.128.130:3000/mayx/blog http://8.130.128.130:3000/mayx/blog
https://repos.fbpx.io/mayx/blog https://repos.fbpx.io/mayx/blog
https://git.vladimirkutkovoy.ru/mayx/blog
https://git.cavemanon.xyz/mayx/blog https://git.cavemanon.xyz/mayx/blog
http://116.204.12.56:3000/mayx/blog
http://120.24.203.75:3000/mayx/blog http://120.24.203.75:3000/mayx/blog
http://svn.rivastudio.cn/mayx/blog http://svn.rivastudio.cn/mayx/blog
https://gitea.lokach.ru/mayx/blog https://gitea.lokach.ru/mayx/blog
https://kamtk.ru:4000/mayx/blog https://kamtk.ru:4000/mayx/blog
https://git.refinementservices.com/mayx/blog https://git.refinementservices.com/mayx/blog
http://192.238.205.92:3000/mayx/blog
https://git.smart-tool.jp/mayx/blog https://git.smart-tool.jp/mayx/blog
http://39.98.126.115:8080/mayx/blog http://39.98.126.115:8080/mayx/blog
https://git.zhuzihan.com/mayx/blog https://git.zhuzihan.com/mayx/blog
http://47.76.55.15:21108/mayx/blog http://47.76.55.15:21108/mayx/blog
http://47.94.55.54:3000/mayx/blog
https://git.tietke.com/mayx/blog
http://92.51.46.31/mayx/blog http://92.51.46.31/mayx/blog
https://git.archieri.fr/mayx/blog https://git.archieri.fr/mayx/blog
http://sunme.top:3000/mayx/blog
http://8.152.223.61:3000/mayx/blog
http://46.202.189.66:3000/mayx/blog http://46.202.189.66:3000/mayx/blog
http://82.26.157.11:3001/mayx/blog http://82.26.157.11:3001/mayx/blog
http://47.115.221.71:3000/mayx/blog http://47.115.221.71:3000/mayx/blog
https://git.tihilv.ddns.net/mayx/blog
http://123.60.146.54:3000/mayx/blog http://123.60.146.54:3000/mayx/blog
https://gitea.jleibl.net/mayx/blog
http://218.232.111.112:8300/mayx/blog http://218.232.111.112:8300/mayx/blog
http://8.140.248.67:3000/mayx/blog http://8.140.248.67:3000/mayx/blog
https://git.scinalytics.com/mayx/blog https://git.scinalytics.com/mayx/blog
https://irgit.irinfotech.com/mayx/blog
http://118.178.172.49:3000/mayx/blog http://118.178.172.49:3000/mayx/blog
http://59.19.179.48:3300/mayx/blog http://59.19.179.48:3300/mayx/blog
https://git.kooera.com/mayx/blog https://git.kooera.com/mayx/blog
https://gitea.lasallesaintdenis.com/mayx/blog https://gitea.lasallesaintdenis.com/mayx/blog
http://123.57.225.51:3000/mayx/blog http://123.57.225.51:3000/mayx/blog
http://111.21.163.58:2321/mayx/blog http://111.21.163.58:2321/mayx/blog
http://120.224.118.234:20007/mayx/blog
http://8.130.135.159:3000/mayx/blog http://8.130.135.159:3000/mayx/blog
https://git.suo0.com/mayx/blog https://git.suo0.com/mayx/blog
https://git.mishacloud.xyz/mayx/blog https://git.mishacloud.xyz/mayx/blog
http://103.228.160.127:3100/mayx/blog http://103.228.160.127:3100/mayx/blog
https://git.dshkabatur.ru/mayx/blog https://git.dshkabatur.ru/mayx/blog
http://39.106.146.44:3000/mayx/blog
http://47.100.212.83:3000/mayx/blog http://47.100.212.83:3000/mayx/blog
https://git2.ne-it.net/mayx/blog
https://gitea.hoba.dedyn.io/mayx/blog https://gitea.hoba.dedyn.io/mayx/blog
https://home.rubini.me:9998/mayx/blog
http://62.173.140.174:10480/mayx/blog
https://gitea.ecosystem.carrier.com/mayx/blog
http://crontab.club:30015/mayx/blog http://crontab.club:30015/mayx/blog
https://git.wegoo.ltd/mayx/blog https://git.wegoo.ltd/mayx/blog
http://114.203.209.83:3000/mayx/blog http://114.203.209.83:3000/mayx/blog
https://git.egormuratov.ru/mayx/blog
http://47.100.111.106:3000/mayx/blog http://47.100.111.106:3000/mayx/blog
http://47.103.78.70:3000/mayx/blog http://47.103.78.70:3000/mayx/blog
https://0xa2.com/mayx/blog
http://47.100.208.160:51300/mayx/blog http://47.100.208.160:51300/mayx/blog
http://113.44.218.8:3000/mayx/blog http://113.44.218.8:3000/mayx/blog
http://47.109.137.67:9091/mayx/blog
http://www.expcman.cyou:3000/mayx/blog
https://gitea.sellycloud.io/mayx/blog https://gitea.sellycloud.io/mayx/blog
https://gitea.syn-assist.fr/mayx/blog https://gitea.syn-assist.fr/mayx/blog
http://telman.me/mayx/blog
https://git.cenoq.com/mayx/blog https://git.cenoq.com/mayx/blog
https://git.cubetiqs.com/mayx/blog
http://47.103.48.2:3002/mayx/blog
https://gitoria.ru/mayx/blog https://gitoria.ru/mayx/blog
http://120.24.175.146:3000/mayx/blog http://120.24.175.146:3000/mayx/blog
http://47.108.133.67:11216/mayx/blog http://47.108.133.67:11216/mayx/blog
http://8.152.205.35:3000/mayx/blog http://8.152.205.35:3000/mayx/blog
http://120.210.80.160:3000/mayx/blog http://120.210.80.160:3000/mayx/blog
http://1.95.192.200:59300/mayx/blog http://1.95.192.200:59300/mayx/blog
http://47.113.103.172:3000/mayx/blog
https://git.gotrobotics.org/mayx/blog
http://154.118.230.207:3000/mayx/blog
https://qingqiu.online/mayx/blog https://qingqiu.online/mayx/blog
http://119.3.186.224:3000/mayx/blog
https://git.medis.com.vn/mayx/blog https://git.medis.com.vn/mayx/blog
http://194.5.152.156:3000/mayx/blog http://194.5.152.156:3000/mayx/blog
http://112.124.59.113:3000/mayx/blog
https://git.or2-3.com/mayx/blog
http://8.137.54.164:13333/mayx/blog
http://8.138.139.89:3000/mayx/blog
http://59.110.47.157:3000/mayx/blog
http://8.155.172.147:3001/mayx/blog http://8.155.172.147:3001/mayx/blog
https://git.erfmann.dev/mayx/blog https://git.erfmann.dev/mayx/blog
https://git.paraboletancza.org/mayx/blog
http://lessonsource.tech:3000/mayx/blog
https://git.davisdre.com/mayx/blog
https://git.tkruk.it/mayx/blog https://git.tkruk.it/mayx/blog
https://git.rri.co.id/mayx/blog https://git.rri.co.id/mayx/blog
https://git.vezpi.com/mayx/blog https://git.vezpi.com/mayx/blog
https://git.newton-lab.com/mayx/blog https://git.newton-lab.com/mayx/blog
https://git.ocpp.com.tw/mayx/blog
https://sw4rm.dev/mayx/blog
https://git.weavefun.com:5443/mayx/blog https://git.weavefun.com:5443/mayx/blog
https://git.zg23.ru/mayx/blog https://git.zg23.ru/mayx/blog
https://git.vajdak.cz/mayx/blog https://git.vajdak.cz/mayx/blog
https://git.braindead-labs.de/mayx/blog
http://58.65.162.118:3000/mayx/blog http://58.65.162.118:3000/mayx/blog
https://git.silvertone.com.au/mayx/blog https://git.silvertone.com.au/mayx/blog
https://git.gxc-solutions.ru/mayx/blog https://git.gxc-solutions.ru/mayx/blog
https://git.arkon.solutions/mayx/blog https://git.arkon.solutions/mayx/blog
https://git.cdev.su/mayx/blog
http://8.131.93.145:54082/mayx/blog http://8.131.93.145:54082/mayx/blog
https://repo.2gtraining.in/mayx/blog
http://111.9.31.174:10007/mayx/blog http://111.9.31.174:10007/mayx/blog
https://git.ilili.me/mayx/blog
https://forgejo.bridgetownrb.com/mayx/blog https://forgejo.bridgetownrb.com/mayx/blog
http://213.171.25.1:3000/mayx/blog http://213.171.25.1:3000/mayx/blog
https://git.dodzin-kg2.keenetic.pro/mayx/blog https://git.dodzin-kg2.keenetic.pro/mayx/blog
http://43.156.250.29:3000/mayx/blog
http://54.199.96.217:3000/mayx/blog http://54.199.96.217:3000/mayx/blog
http://20.219.0.85:3000/mayx/blog http://20.219.0.85:3000/mayx/blog
http://121.43.186.169:3000/mayx/blog http://121.43.186.169:3000/mayx/blog
@@ -565,54 +395,39 @@ https://dev01.open-alt.com/mayx/blog
https://gitea.doinlab.com/mayx/blog https://gitea.doinlab.com/mayx/blog
https://gitea.creative-tg1.ru/mayx/blog https://gitea.creative-tg1.ru/mayx/blog
https://git.7af.ru/mayx/blog https://git.7af.ru/mayx/blog
https://git.gede.at/mayx/blog
https://git.li0nhunter.com/mayx/blog
https://www.gethnow.pro/mayx/blog
https://gitea.yimoyuyan.cn/mayx/blog https://gitea.yimoyuyan.cn/mayx/blog
https://git.yanfeng.uk/mayx/blog https://git.yanfeng.uk/mayx/blog
https://git.apextoaster.com/mayx/blog https://git.apextoaster.com/mayx/blog
http://8.155.160.224:3000/mayx/blog
https://hub.open-verse.ai/mayx/blog https://hub.open-verse.ai/mayx/blog
http://221.203.14.217:3000/mayx/blog http://221.203.14.217:3000/mayx/blog
https://git.sophiagwen.au/mayx/blog https://git.sophiagwen.au/mayx/blog
http://103.248.30.24:3000/mayx/blog http://103.248.30.24:3000/mayx/blog
http://139.196.96.28:13000/mayx/blog http://139.196.96.28:13000/mayx/blog
https://dev.kiramtech.com/mayx/blog https://dev.kiramtech.com/mayx/blog
http://www.mikarsoft.com/mayx/blog
https://git.gasshog.fr/mayx/blog
https://git.ccmhub.se/mayx/blog https://git.ccmhub.se/mayx/blog
https://git.ihatemen.uk/mayx/blog https://git.ihatemen.uk/mayx/blog
https://git.suzk.ru/mayx/blog https://git.suzk.ru/mayx/blog
http://178.128.210.141:3000/mayx/blog http://178.128.210.141:3000/mayx/blog
http://115.190.112.247:8418/mayx/blog
http://119.29.198.206:5630/mayx/blog
https://gitea.smartechouse.com/mayx/blog https://gitea.smartechouse.com/mayx/blog
https://git.mis24.ru/mayx/blog
https://git.123doit.com/mayx/blog https://git.123doit.com/mayx/blog
http://62.43.207.91:8889/mayx/blog http://62.43.207.91:8889/mayx/blog
http://8.138.249.120:3000/mayx/blog http://8.138.249.120:3000/mayx/blog
https://rsas.de/mayx/blog https://rsas.de/mayx/blog
https://git.johntsai.online/mayx/blog https://git.johntsai.online/mayx/blog
https://gitea.css-sistemas.com.br/mayx/blog https://gitea.css-sistemas.com.br/mayx/blog
https://sportseibt.de/mayx/blog
https://git.grauzell.eu/mayx/blog
https://git.f4e.lol/mayx/blog https://git.f4e.lol/mayx/blog
http://47.113.145.232:3000/mayx/blog http://47.113.145.232:3000/mayx/blog
http://8.130.99.44:3000/mayx/blog
http://47.98.183.226:3000/mayx/blog http://47.98.183.226:3000/mayx/blog
http://47.115.212.237:3000/mayx/blog http://47.115.212.237:3000/mayx/blog
https://chenxil.top/mayx/blog https://chenxil.top/mayx/blog
https://www.binge.fit/mayx/blog https://www.binge.fit/mayx/blog
https://parnian.app/mayx/blog
http://72.61.229.93:4000/mayx/blog http://72.61.229.93:4000/mayx/blog
http://www.gitea.zhangc.top:3000/mayx/blog http://www.gitea.zhangc.top:3000/mayx/blog
https://gitea.chenxu2233.com/mayx/blog https://gitea.chenxu2233.com/mayx/blog
http://180.76.231.216:3000/mayx/blog_cn
https://git.yinbonet.cn/mayx/blog https://git.yinbonet.cn/mayx/blog
https://lishan148.synology.me:3014/mayx/blog_cn https://lishan148.synology.me:3014/mayx/blog_cn
http://1.95.221.174:3000/mayx/blog http://1.95.221.174:3000/mayx/blog
https://git.huwhy.cn/mayx/blog_cn https://git.huwhy.cn/mayx/blog_cn
http://60.205.246.14:3389/mayx/blog_cn
http://119.91.35.154:3000/mayx/blog_cn http://119.91.35.154:3000/mayx/blog_cn
http://110.42.101.39:13000/mayx/blog_cn http://110.42.101.39:13000/mayx/blog_cn
http://152.136.187.229/mayx/blog_cn http://152.136.187.229/mayx/blog_cn
@@ -627,29 +442,20 @@ http://118.24.46.223:3000/mayx/blog_cn
http://s3.v100.vip:31057/mayx/blog_cn http://s3.v100.vip:31057/mayx/blog_cn
http://81.70.179.79:3000/mayx/blog_cn http://81.70.179.79:3000/mayx/blog_cn
https://www.syq.im:2025/mayx/blog_cn https://www.syq.im:2025/mayx/blog_cn
http://wap.szmicode.com:3000/mayx/blog_cn
http://101.33.225.95:3000/mayx/blog_cn http://101.33.225.95:3000/mayx/blog_cn
http://git.andyshi.cloud/mayx/blog
http://45.55.138.82:3000/mayx/blog_cn http://45.55.138.82:3000/mayx/blog_cn
http://43.136.59.253/mayx/blog_cn
http://82.156.121.2:3000/mayx/blog_cn http://82.156.121.2:3000/mayx/blog_cn
http://www.ntopia-tech.com:30000/mayx/blog_cn
http://118.24.129.148:3000/mayx/blog_cn http://118.24.129.148:3000/mayx/blog_cn
http://58.241.155.106:10140/mayx/blog_cn http://58.241.155.106:10140/mayx/blog_cn
http://120.48.141.82:3000/mayx/blog_cn http://120.48.141.82:3000/mayx/blog_cn
http://61.178.84.89:8998/mayx/blog_cn http://61.178.84.89:8998/mayx/blog_cn
http://82.156.111.58:3000/mayx/blog_cn http://82.156.111.58:3000/mayx/blog_cn
http://81.70.24.14/mayx/blog_cn http://81.70.24.14/mayx/blog_cn
http://47.92.23.195:8418/mayx/blog_cn
http://60.247.225.25:3000/mayx/blog_cn
http://39.100.117.84:3000/mayx/blog_cn
http://git.ibossay.com:3000/mayx/blog_cn http://git.ibossay.com:3000/mayx/blog_cn
https://miduohuyu.com/mayx/blog_cn https://miduohuyu.com/mayx/blog_cn
https://git.saike.fun:9755/mayx/blog_cn https://git.saike.fun:9755/mayx/blog_cn
https://git.cool2645.com/mayx/blog_cn https://git.cool2645.com/mayx/blog_cn
http://1.95.173.44:3000/mayx/blog_cn http://1.95.173.44:3000/mayx/blog_cn
https://gitea.yanghaoran.space/mayx/blog_cn
https://m2g.top:13000/mayx/blog_cn
http://58.221.157.122:3000/mayx/blog_cn http://58.221.157.122:3000/mayx/blog_cn
http://27.185.43.173:9001/mayx/blog_cn http://27.185.43.173:9001/mayx/blog_cn
https://gitlab.liruwei.cn/mayx/blog_cn https://gitlab.liruwei.cn/mayx/blog_cn
@@ -657,62 +463,197 @@ http://61.190.74.90:9900/mayx/blog_cn
http://49.234.27.222:3000/mayx/blog_cn http://49.234.27.222:3000/mayx/blog_cn
http://8.153.70.81:30001/mayx/blog_cn http://8.153.70.81:30001/mayx/blog_cn
http://175.27.229.211:3000/mayx/blog_cn http://175.27.229.211:3000/mayx/blog_cn
http://183.223.90.151:10021/mayx/blog_cn
http://106.55.174.214:3000/mayx/blog_cn http://106.55.174.214:3000/mayx/blog_cn
https://dev.ilink-app.com/mayx/blog_cn
https://gitea.ai-demo.duckdns.org/mayx/blog_cn
https://git.yidaimingjvn.xyz/mayx/blog_cn https://git.yidaimingjvn.xyz/mayx/blog_cn
http://122.51.36.119:3000/mayx/blog_cn
http://43.143.142.38:7001/mayx/blog_cn http://43.143.142.38:7001/mayx/blog_cn
http://macrocc.com:3000/mayx/blog_cn
http://39.105.67.143:3000/mayx/blog_cn http://39.105.67.143:3000/mayx/blog_cn
https://git.hi6k.com/mayx/blog_cn
http://101.42.158.231:3000/mayx/blog_cn
http://8.140.232.131:8100/mayx/blog_cn http://8.140.232.131:8100/mayx/blog_cn
http://www.yuquanjun.cn:3000/mayx/blog_cn http://www.yuquanjun.cn:3000/mayx/blog_cn
http://gitea.xxhhcty.xyz:8080/mayx/blog_cn http://gitea.xxhhcty.xyz:8080/mayx/blog_cn
http://211.149.155.157:3000/mayx/blog_cn
http://82.156.89.21:3000/mayx/blog_cn http://82.156.89.21:3000/mayx/blog_cn
http://62.234.194.66:3000/mayx/blog_cn
http://47.109.71.130:3000/mayx/blog_cn
http://49.234.193.192:3000/mayx/blog_cn
http://62.234.222.247:3000/mayx/blog_cn
https://git.sskuaixiu.com/mayx/blog_cn https://git.sskuaixiu.com/mayx/blog_cn
http://xujiesoft.vicp.net:3000/mayx/blog_cn http://xujiesoft.vicp.net:3000/mayx/blog_cn
http://113.44.36.103:23000/mayx/blog_cn http://113.44.36.103:23000/mayx/blog_cn
http://111.229.35.227:3000/mayx/blog_cn
http://wchao.space:8009/mayx/blog_cn
http://110.42.217.153:8029/mayx/blog_cn http://110.42.217.153:8029/mayx/blog_cn
http://111.230.92.227:3000/mayx/blog_cn http://111.230.92.227:3000/mayx/blog_cn
http://82.156.65.157:30000/mayx/blog_cn
https://git.mingliqiye.com/mayx/blog_cn https://git.mingliqiye.com/mayx/blog_cn
http://119.29.194.155:8894/mayx/blog_cn http://119.29.194.155:8894/mayx/blog_cn
https://git.ninecloud.top/mayx/blog_cn
http://121.41.95.54:3000/mayx/blog_cn
http://120.76.98.24:3000/mayx/blog_cn
http://43.138.249.161:3000/mayx/blog_cn http://43.138.249.161:3000/mayx/blog_cn
http://58.213.60.6:19000/mayx/blog_cn http://58.213.60.6:19000/mayx/blog_cn
https://git.lhqs.ink/mayx/blog_cn
http://36.153.162.171:3000/mayx/blog_cn http://36.153.162.171:3000/mayx/blog_cn
http://221.226.114.142:13000/mayx/blog_cn
http://1.95.7.169:3000/mayx/blog_cn http://1.95.7.169:3000/mayx/blog_cn
http://115.190.205.98:3000/mayx/blog_cn
http://47.113.149.107:10110/mayx/blog_cn http://47.113.149.107:10110/mayx/blog_cn
http://112.124.14.60:3000/mayx/blog_cn
http://183.236.243.71:3693/mayx/blog_cn
http://47.92.113.131:3000/mayx/blog http://47.92.113.131:3000/mayx/blog
http://gyc.myds.me:4000/mayx/blog http://gyc.myds.me:4000/mayx/blog
https://git.omniglitch.me/mayx/blog https://git.omniglitch.me/mayx/blog
https://forgejo.trofkm.ru/mayx/blog
https://code.draussenfunker.de/mayx/blog https://code.draussenfunker.de/mayx/blog
https://git.tablet.sh/mayx/blog https://git.tablet.sh/mayx/blog
https://git.izen.live/mayx/blog
https://git.gnyra.com/mayx/blog https://git.gnyra.com/mayx/blog
https://git.aeternal.dev/mayx/blog https://git.aeternal.dev/mayx/blog
https://git.wdavery.com/mayx/blog https://git.wdavery.com/mayx/blog
https://git.binarycat.org/mayx/blog
https://gitea.sickgaming.net/mayx/blog
https://git.graveyard.sh/mayx/blog https://git.graveyard.sh/mayx/blog
https://code.beautifulmachines.dev/mayx/blog https://git.warze.org/mayx/blog
https://git.cere.ipv64.net/mayx/blog https://git.nathanspackman.com/mayx/blog
https://git.litelot.us/mayx/blog https://git.freno.me/mayx/blog
https://git.rmarl.in/mayx/blog
https://git.alderautomation.ca/mayx/blog
http://git.qniao.cn/mayx/blog
http://112.6.10.77:3000/mayx/blog
https://git.ewengadonnaud.xyz/mayx/blog
https://git.fast-blast.uk/mayx/blog
http://git.mynas71.myds.me/mayx/blog
https://git.4lsa.com/mayx/blog
https://git.nulldirect.com/mayx/blog
https://rlgit.pro/mayx/blog
https://git.veraskolivna.net/mayx/blog
https://git.lifetop.net/mayx/blog
https://git.e-drones.com/mayx/blog
https://gitea.jnyuxia.com/mayx/blog
http://git.liuhung.com/mayx/blog
https://git.secretserver.club/mayx/blog
https://gitea.adber.tech/mayx/blog
https://git.navex.com.br/mayx/blog
https://gitea.hello.faith/mayx/blog
https://tea.neuron.my/mayx/blog
https://git.econutrix.com/mayx/blog
https://gitslayer.de/mayx/blog
https://git.dslak.it/mayx/blog
https://git.violka-it.net/mayx/blog
https://git.adityagupta.dev/mayx/blog
https://code.ownwire.net/mayx/blog
https://git.danpeak.co.uk/mayx/blog
https://git.game-dev.space/mayx/blog
https://git.gonethome.id/mayx/blog
http://zzdgitea.stnav.com/mayx/blog
https://gitea.mynas-lechner.de/mayx/blog
https://gitea.hadi.es/mayx/blog
https://git.automathon.org/mayx/blog
https://aeterna.cim.mcgill.ca/mayx/blog
https://git.esen.gay/mayx/blog
https://git.webtims.ru/mayx/blog
https://gitea.personalsoftware.space/mayx/blog
http://gitea.yiban.com.tw:3030/mayx/blog
https://gitlab.iplusus.com/mayx/blog
https://git.cyberuk.me/mayx/blog
https://git.privezishop.ru/mayx/blog
https://gitea.zachl.tech/mayx/blog
https://git.miasma-os.com/mayx/blog
https://gitea.nacsity.cn/mayx/blog
https://git.swirly.architectenterprises.net/mayx/blog
https://root-kit.ru/mayx/blog
https://gitea.bel.blue/mayx/blog
https://gitea.diputadosalta.gob.ar/mayx/blog
https://ttym.space/mayx/blog
https://gitea.waterworld.com.hk/mayx/blog
https://getskill.work/mayx/blog
https://suprasage.com/mayx/blog
https://git.zakum.cn/mayx/blog
https://gitea.amazingcoders.com/mayx/blog
https://gitea.redaktion.titanic-magazin.de/mayx/blog
https://gitea.kamilklecha.dev/mayx/blog
https://forgejo.testbed.unict.it/mayx/blog
http://www.clovejunti.cn:3000/mayx/blog_cn
http://49.232.222.18:3000/mayx/blog_cn
http://47.115.132.164:5500/mayx/blog
http://47.109.103.110:9000/mayx/blog_cn
http://47.105.124.101:3000/mayx/blog_cn
http://49.232.183.190:3000/mayx/blog_cn
http://git.zxkedu.com:33769/mayx/blog_cn
https://code.wemediacn.com/mayx/blog_cn
https://gitea.shizuka.icu/mayx/blog_cn
http://152.136.145.93:3000/mayx/blog_cn
http://43.139.2.237:3000/mayx/blog_cn
https://code.hpswk.com/mayx/blog_cn
https://gitea.scivigi.com/mayx/blog_cn
http://47.109.30.152:3000/mayx/blog_cn
https://git.minecraftlegacy.com/mayx/blog
http://51.159.198.233:3000/mayx/blog
https://gitea.adriangonzalezbarbosa.eu/mayx/blog
http://39.108.124.198:3000/mayx/blog
https://git.legatus.ru/mayx/blog
https://git.kayashov.keenetic.pro/mayx/blog
http://43.138.83.20:3000/mayx/blog_cn
http://rentsl.ren:45300/mayx/blog_cn
http://47.104.241.192:19999/mayx/blog_cn
http://47.98.148.146:1026/mayx/blog_cn
http://119.96.62.56:3000/mayx/blog_cn
http://101.42.28.156:3000/mayx/blog_cn
http://81.69.229.51:3000/mayx/blog_cn
http://49.234.3.145:3018/mayx/blog_cn
http://106.55.0.66:31807/mayx/blog_cn
https://gitea.gentronhealth.com/mayx/blog_cn
http://43.143.209.246:6300/mayx/blog_cn
http://152.136.158.133:36512/mayx/blog_cn
http://yidaima.cn:6008/mayx/blog_cn
https://git.vwfaw.cn/mayx/blog_cn
http://180.163.77.12:3000/mayx/blog_cn
http://47.113.101.80:3000/mayx/blog_cn
http://115.190.145.231:3000/mayx/blog_cn
http://82.156.98.34:3000/mayx/blog_cn
http://43.138.243.163:10088/mayx/blog_cn
http://zgd.synology.me:8418/mayx/blog_cn
https://git.zguiy.com/mayx/blog_cn
http://58.221.216.202:3000/mayx/blog_cn
http://39.100.183.95:88/mayx/blog_cn
http://www.xshideserver.com:3000/mayx/blog_cn
http://124.223.54.62:28/mayx/blog_cn
http://159.75.131.235:3001/mayx/blog_cn
http://1.117.67.95:3000/mayx/blog_cn
http://111.230.9.98:3000/mayx/blog_cn
http://124.223.18.41:10082/mayx/blog_cn
http://111.229.183.203:3000/mayx/blog_cn
http://103.236.53.208:3000/mayx/blog_cn
http://118.195.135.194:3000/mayx/blog_cn
http://81.70.102.154/mayx/blog_cn
http://154.8.164.149:3000/mayx/blog_cn
http://39.99.238.14:8120/mayx/blog_cn
http://111.228.34.40:3000/mayx/blog_cn
http://82.156.249.211:3000/mayx/blog_cn
http://36.133.248.69:3088/mayx/blog_cn
http://220.205.16.27:18081/mayx/blog_cn
http://81.69.221.216:3000/mayx/blog_cn
http://115.159.194.75:4000/mayx/blog_cn
http://115.190.214.62:3001/mayx/blog_cn
http://183.204.60.122:10081/mayx/blog_cn
http://119.29.249.176:3000/mayx/blog_cn
http://120.48.144.83:3000/mayx/blog_cn
http://49.232.143.93:3000/mayx/blog_cn
http://106.55.61.128:3000/mayx/blog_cn
http://43.139.240.37:17000/mayx/blog_cn
http://159.75.27.114:3000/mayx/blog_cn
http://arcreya.top/mayx/blog_cn
http://175.178.150.62:3002/mayx/blog_cn
https://code.tczkiot.com/mayx/blog_cn
http://223.71.122.54:3000/mayx/blog_cn
http://111.170.153.123:3000/mayx/blog_cn
http://xeroworld.team/mayx/blog_cn
https://gitea.wuyuank.com/mayx/blog_cn
http://47.117.245.9:17701/mayx/blog_cn
https://git.meshel.cn/mayx/blog_cn
https://git.sunlix.one/mayx/blog_cn
http://47.106.222.181:20511/mayx/blog_cn
http://101.43.95.130:3001/mayx/blog_cn
http://39.101.170.62:9080/mayx/blog_cn
https://gitea.jfen.eu.org/mayx/blog_cn
https://git.wending993.top/mayx/blog_cn
https://gitea.myat4.com/mayx/blog_cn
http://118.24.161.24:3000/mayx/blog_cn
https://git.chalypeng.xyz/mayx/blog_cn
http://13.230.31.145:8418/mayx/blog_cn
http://githanea.s.odn.cc/mayx/blog_cn
https://git.dev.chuweizi.com/mayx/blog
http://35.175.189.8/mayx/blog
http://meowug.com:8418/mayx/blog_cn
http://36.138.125.206:3000/mayx/blog_cn
https://git.4lcap.com/mayx/blog_cn
https://gitea.visoftware.com.co/mayx/blog_cn
https://git.cymnb.com/mayx/blog_cn
http://101.43.238.71:3000/mayx/blog_cn
http://59.110.175.62:4322/mayx/blog_cn
https://www.luluvip.cn:8419/mayx/blog_cn
http://xianyuhome.cn:11013/mayx/blog_cn
http://nas.hongyuanjia.net:8418/mayx/blog_cn
https://git.gotrobotics.org/mayx/blog
https://git.chatumbrella.online/mayx/blog
https://silica.codes/mayx/blog
https://git.crystalyx.net/mayx/blog
1 repo_url
31 http://122.116.190.233:3001/mayx/blog
32 http://50.19.111.193:3000/mayx/blog
33 https://git.zeroplay.io/mayx/blog
https://git.successkaoyan.com/mayx/blog
34 http://139.129.25.251:3000/mayx/blog
35 http://45.33.87.87/mayx/blog
36 http://168.126.28.36:3000/mayx/blog
47 http://116.204.34.35:12000/mayx/blog
48 https://git.echaeplay.com/mayx/blog
49 https://git.Apture.io/mayx/blog
http://103.231.8.120/mayx/blog
50 https://gitea.jasonstolle.com/mayx/blog
51 http://8.134.61.107:3000/mayx/blog
52 http://47.107.88.161:3000/mayx/blog
57 https://git.sleepingforest.co.uk/mayx/blog
58 https://an360.top/mayx/blog
59 http://106.15.78.64:3000/mayx/blog
http://hoenking.cn:3000/mayx/blog
https://gitea.anessen.xyz/mayx/blog
https://git.cjcrace.io/mayx/blog
60 https://git.wisder.net/mayx/blog
61 https://git2.ujin.tech/mayx/blog
62 http://111.119.244.185:3000/mayx/blog
63 http://110.41.179.36:13000/mayx/blog
https://git.tomlab.dev/mayx/blog
http://frktedu.ru:3000/mayx/blog
64 https://git.influxfin.com/mayx/blog
65 http://219.157.255.213:25311/mayx/blog
66 https://git.melvincarvalho.com/mayx/blog
https://gitea.aerwen.net/mayx/blog
67 https://git.vekus.ru/mayx/blog
68 http://116.204.75.78:6180/mayx/blog
69 http://109.228.48.121:8000/mayx/blog
70 https://bk-house.synology.me:3081/mayx/blog
https://git.sparrowcomm.com/mayx/blog
71 https://git.hubhoo.com/mayx/blog
72 https://git.ultra.pub/mayx/blog
73 http://27.124.12.222:3000/mayx/blog
75 https://gitea.hintsight.com/mayx/blog
76 https://anzsco.co.nz/mayx/blog
77 http://blackobelisk.xyz:3000/mayx/blog
https://git.dushes.keenetic.pro/mayx/blog
http://47.129.22.53:22345/mayx/blog
78 https://git.tech.troyrc.com/mayx/blog
http://git.zkyspace.top/mayx/blog
79 http://149.88.87.128:3000/mayx/blog
http://77.223.118.106:8081/mayx/blog
80 https://git.the-kn.com/mayx/blog
81 https://git.ism-dev.net/mayx/blog
82 http://sinzero.xyz:3000/mayx/blog
http://213.35.118.215:60001/mayx/blog
83 https://git.jasonpittman.com/mayx/blog
84 https://gitea.shirom.me/mayx/blog
85 https://git.wangxinlei.cn/mayx/blog
http://101.200.74.121:3000/mayx/blog
86 http://123.56.193.182:3000/mayx/blog
http://60.204.131.99:3000/mayx/blog
87 http://femail.email:8418/mayx/blog
88 http://167.172.7.198:8081/mayx/blog
89 https://gitea.meetgu.ru/mayx/blog
https://git.patrich.se/mayx/blog
90 http://116.236.50.103:8789/mayx/blog
91 https://git.paulll.cc/mayx/blog
https://gitea.reimann.ee/mayx/blog
http://109.74.197.189/mayx/blog
92 http://94.224.160.69:7990/mayx/blog
93 https://gitea.ekjeong.synology.me/mayx/blog
94 https://git.stit.tech/mayx/blog
https://www.9miao.fun:6839/mayx/blog
95 https://git.autotion.net/mayx/blog
http://octifor.synology.me:53000/mayx/blog
96 https://git.daoyoucloud.com/mayx/blog
https://git.entryrise.com/mayx/blog
97 https://code.bitahub.com/mayx/blog
http://malingshu.site:6010/mayx/blog
98 https://repo.gusdya.net/mayx/blog
99 https://gitea.tmartens.dev/mayx/blog
100 http://218.206.106.50:19901/mayx/blog
101 https://git.slegeir.com/mayx/blog
102 https://git.minaev.su/mayx/blog
https://git.0fs.ru/mayx/blog
103 https://git.bremauer.cc/mayx/blog
http://47.110.224.240:13000/mayx/blog
http://194.67.86.160:3100/mayx/blog
104 http://47.101.58.33:3000/mayx/blog
105 https://gitea.synapsetec.cn/mayx/blog
106 http://gitea.yunshanghub.com:8081/mayx/blog
111 https://git.genowisdom.cn/mayx/blog
112 http://120.26.116.243:3000/mayx/blog
113 http://123.57.16.111:3000/mayx/blog
http://115.159.107.117:3000/mayx/blog
http://116.62.115.84:3000/mayx/blog
http://wingsing.net:3000/mayx/blog
114 http://hgngit.ipdz.me/mayx/blog
http://185.163.116.39:49153/mayx/blog
115 https://gitea.onfing.ir/mayx/blog
116 https://lius.familyds.org:3000/mayx/blog
117 https://git.morozoff.pro/mayx/blog
118 https://gitea.questline.coop/mayx/blog
https://git.wisptales.org/mayx/blog
119 http://git.chaojing-film.com:3000/mayx/blog
120 https://git.nusaerp.com/mayx/blog
121 http://35.207.205.18:3000/mayx/blog
125 http://121.36.37.70:15501/mayx/blog
126 http://187.216.152.151:9999/mayx/blog
127 http://116.63.173.179:8001/mayx/blog
https://git.iop.plus/mayx/blog
128 http://114.116.79.196/mayx/blog
http://git.yinas.cn/mayx/blog
http://git.chilidoginteractive.com:3000/mayx/blog
129 http://121.40.40.177:3000/mayx/blog
130 http://118.31.223.224:3000/mayx/blog
http://voicebot.digitalakademie-bw.de:3000/mayx/blog
131 http://178.254.35.219:3000/mayx/blog
132 http://2.59.132.109:3001/mayx/blog
http://newslabx.csie.ntu.edu.tw:3000/mayx/blog
133 http://81.71.148.57:8080/mayx/blog
134 https://git.lmskaran.com/mayx/blog
135 http://154.86.0.30:3000/mayx/blog
http://139.224.196.148:3000/mayx/blog
136 https://omegat.dmu-medical.de/mayx/blog
137 http://52.23.128.62:3000/mayx/blog
138 http://85.214.41.219:49153/mayx/blog
http://6068688.xyz:3000/mayx/blog
139 http://120.46.222.128:10021/mayx/blog
140 http://120.26.108.239:9188/mayx/blog
141 https://git.van-peeren.de/mayx/blog
http://git.gkcorp.com.vn:16000/mayx/blog
142 http://47.111.17.177:3000/mayx/blog
143 https://k0ki-dev.com/mayx/blog
144 http://110.42.45.89:2052/mayx/blog
145 https://git.furcom.org/mayx/blog
146 http://34.102.70.200:3000/mayx/blog
http://175.178.219.170:3000/mayx/blog
http://blueroses.top:8888/mayx/blog
http://47.112.118.149:10082/mayx/blog
147 https://gitea.jobiglo.com/mayx/blog
http://begild.top:8418/mayx/blog
148 http://58.221.13.198:30010/mayx/blog
https://git.d-popov.com/mayx/blog
149 https://git.liliyamol.cn/mayx/blog
http://8.138.90.28:3000/mayx/blog
https://git.23cm.cn/mayx/blog
150 https://gitea.oio.cat/mayx/blog
http://59.110.17.86:3000/mayx/blog
151 https://git.karma-riuk.com/mayx/blog
https://git.saidomar.fr/mayx/blog
http://gitea.fcunb.cn:10083/mayx/blog
152 https://git.7o9o.net/mayx/blog
https://dev.init.zone/mayx/blog
153 https://git.gupaoedu.cn/mayx/blog
http://60.205.233.184:3010/mayx/blog
154 https://git.7milch.com/mayx/blog
155 https://git.sitenevis.com/mayx/blog
156 https://dreamplacesai.de/mayx/blog
http://185.87.111.46:3000/mayx/blog
157 http://1.94.13.224:9080/mayx/blog
https://auric-org.org/mayx/blog
http://101.35.183.241/mayx/blog
158 https://gitea.quiztimes.nl/mayx/blog
http://106.14.189.125:3000/mayx/blog
159 http://gitea.coderpath.com/mayx/blog
http://175.198.180.19:3000/mayx/blog
160 http://43.136.169.169:3000/mayx/blog
161 http://121.196.213.68:3000/mayx/blog
https://git.vereint-digital.de/mayx/blog
162 https://forge.coreymclark.com/mayx/blog
http://ems.iclematis.com:30000/mayx/blog
163 https://git.micahmoore.io/mayx/blog
https://schokigeschmack.de/mayx/blog
164 https://git.anatid.net/mayx/blog
165 https://git.lekai.info/mayx/blog
166 http://135.235.225.198:3000/mayx/blog
167 https://git.prayujt.com/mayx/blog
https://git.galaxylabs.ca/mayx/blog
https://gitlab.n8n-store.xyz/mayx/blog
http://159.203.33.179:3000/mayx/blog
168 http://117.72.114.197:3000/mayx/blog
169 https://git.ashcloud.com/mayx/blog
http://us2.fornoone.top:3000/mayx/blog
170 https://git.novaa.xyz/mayx/blog
171 http://101.46.208.93:3000/mayx/blog
172 http://23.94.57.60:3000/mayx/blog
https://watch.mommys.plumbing/mayx/blog
https://devkona.net/mayx/blog
https://gitea.avixc-nas.myds.me/mayx/blog
173 http://sjhome.cloud:3000/mayx/blog
174 https://gitea.sciotech.cn/mayx/blog
http://8.148.220.5:8089/mayx/blog
175 http://8.140.250.85:3000/mayx/blog
176 http://8.134.11.35:3000/mayx/blog
https://nas.szwyll.com:3000/mayx/blog
https://git.koppa.pro/mayx/blog
177 http://202.65.194.19:3000/mayx/blog
https://git.maiasoft.jp/mayx/blog
178 https://gitea.xala.dev/mayx/blog
179 http://101.201.34.43:3000/mayx/blog
180 https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog
183 https://vw-git.senecasense.com/mayx/blog
184 http://git.uhfdemo.com/mayx/blog
185 https://git.jakubzabski.pl/mayx/blog
http://8.134.218.17:8013/mayx/blog
186 http://124.223.89.168:8080/mayx/blog
http://139.129.21.166:3000/mayx/blog
187 http://209.141.47.52:3000/mayx/blog
http://dapainas.asia:5990/mayx/blog
188 http://60.204.158.188:3000/mayx/blog
http://119.3.252.2:3000/mayx/blog
189 http://60.204.156.211:3000/mayx/blog
https://git.yukaige.com/mayx/blog
190 http://nas.bi1kbu.com:8418/mayx/blog
191 http://123.56.74.235:3000/mayx/blog
192 http://1.94.178.207:3000/mayx/blog
193 https://gitea.tsaida.synology.me/mayx/blog
194 http://xapple.ru:3000/mayx/blog
195 https://git.teygaming.com/mayx/blog
http://8.138.4.170:8980/mayx/blog
196 http://210.211.116.85:3000/mayx/blog
197 http://osztromok.com:3164/mayx/blog
198 http://175.209.53.134:3030/mayx/blog
199 http://118.163.190.249:3000/mayx/blog
200 http://39.107.226.169:3000/mayx/blog
201 https://git.ueda.sk/mayx/blog
http://113.45.76.155:3000/mayx/blog
http://168.138.196.70:3000/mayx/blog
202 http://39.96.211.118:3000/mayx/blog
http://47.103.100.52:3000/mayx/blog
http://5.189.140.23:8080/mayx/blog
203 http://121.37.47.20:3000/mayx/blog
204 https://git.antropix.dev/mayx/blog
205 http://15.237.198.144/mayx/blog
http://123.249.119.122:3000/mayx/blog
206 http://183.6.120.101:30000/mayx/blog
http://134.122.173.191:3000/mayx/blog
http://8.138.81.5:3000/mayx/blog
207 http://57.129.94.190:3000/mayx/blog
208 https://gitea.micro-stack.org/mayx/blog
http://101.132.160.67:3000/mayx/blog
209 https://gitea.temp.brentgruber.com/mayx/blog
210 http://47.102.147.170:3050/mayx/blog
http://209.38.235.254:3000/mayx/blog
211 http://172.236.250.154:3000/mayx/blog
212 http://54.198.134.152:3000/mayx/blog
213 http://121.41.35.226:11011/mayx/blog
215 https://nelgit.nelpi.co.uk/mayx/blog
216 http://47.108.156.251:3000/mayx/blog
217 http://8.141.91.86:3000/mayx/blog
http://8.138.187.132:3000/mayx/blog
218 http://117.72.15.187:3000/mayx/blog
219 http://81.70.30.91:3000/mayx/blog
http://140.238.9.133:3007/mayx/blog
https://git.mwapp.com.br/mayx/blog
http://yidaima.cn:6008/mayx/blog
http://185.126.237.57:3000/mayx/blog
220 http://47.97.50.232:3000/mayx/blog
221 http://106.54.211.95:3000/mayx/blog
222 http://210.245.20.73:3333/mayx/blog
223 http://43.248.97.109:3000/mayx/blog
224 http://113.207.86.104:3080/mayx/blog
http://down.luanhailiang.cn:9000/mayx/blog
225 http://39.96.195.72:10082/mayx/blog
226 http://8.148.24.160:3000/mayx/blog
227 https://221.219.181.35:30000/mayx/blog
228 http://172.172.102.93:3000/mayx/blog
229 http://139.196.179.195:3000/mayx/blog
230 http://115.120.245.164:3000/mayx/blog
http://120.27.19.58:30000/mayx/blog
231 http://35.194.179.90:3000/mayx/blog
http://188.245.173.247:3080/mayx/blog
232 http://66.179.208.56:3001/mayx/blog
http://59.110.63.79:13000/mayx/blog
233 http://59.110.63.80:3000/mayx/blog
234 http://121.43.60.72:9015/mayx/blog
235 http://171.80.13.66:9112/mayx/blog
236 http://211.22.221.188:3000/mayx/blog
237 http://223.108.157.174:3000/mayx/blog
238 http://120.24.249.56/mayx/blog
http://47.100.90.152:3000/mayx/blog
http://120.24.251.176:30000/mayx/blog
http://121.196.237.108:3000/mayx/blog
http://g.gamesns.cn:3000/mayx/blog
239 http://54.179.203.2:3000/mayx/blog
240 http://14.103.246.124:16000/mayx/blog
241 https://mygit.kikyps.com/mayx/blog
242 http://152.42.207.183:3000/mayx/blog
243 http://47.99.60.81:10082/mayx/blog
244 http://120.211.66.170:8418/mayx/blog
http://187.189.244.23:3000/mayx/blog
http://58.176.21.43:9004/mayx/blog
245 https://gitea.vilcap.com/mayx/blog
246 http://121.196.245.62/mayx/blog
247 http://116.205.97.109:3000/mayx/blog
http://8.140.242.230:3000/mayx/blog
248 http://8.138.142.17:3000/mayx/blog
http://47.95.31.56:20080/mayx/blog
http://113.46.142.74:3000/mayx/blog
249 http://www.koelndom.cn:13030/mayx/blog
250 http://209.127.59.74:3000/mayx/blog
251 https://git.dotb.cloud/mayx/blog
253 https://gitea.augeo.dev/mayx/blog
254 http://120.46.23.215:3000/mayx/blog
255 http://121.41.2.71:3000/mayx/blog
http://8.138.242.82:8888/mayx/blog
256 http://110.41.177.80:5000/mayx/blog
257 https://gitea.dsmaster.myds.me/mayx/blog
258 http://intechrnd.iptime.org:3000/mayx/blog
259 https://gitea.primecontrols-dev.com/mayx/blog
260 http://www.scserverddns.top:13000/mayx/blog
http://156.255.1.229:3000/mayx/blog
https://git.ndpcloud.ru/mayx/blog
261 https://git.lucas-michel.fr/mayx/blog
262 http://60.205.162.59:3000/mayx/blog
263 https://git.imvictor.tech:2/mayx/blog
267 https://bdgit.educoder.net/mayx/blog
268 http://e19510c831.iok.la/mayx/blog
269 http://119.45.49.212:3000/mayx/blog
https://git.synapsenet.net/mayx/blog
270 https://gitea.kdlsvps.top/mayx/blog
271 http://deiniusoft.com:3000/mayx/blog
272 https://code.antopie.org/mayx/blog
http://c6h5gp.top:3000/mayx/blog
273 https://git.serenetia.com/mayx/blog
https://tm-jikayo.com/mayx/blog
274 https://vcs.cozydsp.space/mayx/blog
275 http://8.129.11.230:7002/mayx/blog
276 http://115.190.107.87:3000/mayx/blog
https://git.hast.one/mayx/blog
277 http://106.12.50.144:8081/mayx/blog
278 http://120.77.94.227:9999/mayx/blog
279 https://code.wxk8.com/mayx/blog
280 http://36.213.200.127:23000/mayx/blog
281 http://8.155.58.218:9000/mayx/blog
282 http://fanlibo.i234.me:8418/mayx/blog
http://rito.synology.me:3000/mayx/blog
http://8.217.32.95:3000/mayx/blog
283 https://git.temporaryname.org/mayx/blog
284 https://Repo.gusdya.net/mayx/blog
285 https://git.m.ctf.arrobe.fr/mayx/blog
286 http://120.27.238.24:3000/mayx/blog
https://code.diekabuths.dynu.net/mayx/blog
287 http://69.62.64.52:3333/mayx/blog
288 https://git.flymiracle.com/mayx/blog
https://git.auwiesen2.de/mayx/blog
289 http://naughtycat.biz:3333/mayx/blog
https://git.p1.bitstorm.co.nz/mayx/blog
https://www.yalecheung.top:1024/mayx/blog
290 https://gitea.manekenbrand.com/mayx/blog
https://gitea.eabor.xyz/mayx/blog
291 http://106.14.138.181:3000/mayx/blog
292 https://git.adalspace.com/mayx/blog
293 https://git.yyuu.xyz/mayx/blog
294 http://39.107.70.124:3000/mayx/blog
http://huanghomenas2.myqnapcloud.com:4000/mayx/blog
http://218.237.212.51:30003/mayx/blog
http://gitea.huangyanjie.com/mayx/blog
295 https://git.stormrain.cn/mayx/blog
296 https://git.deuxfleurs.fr/mayx/blog
297 https://www.simpra.org:3000/mayx/blog
298 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
299 http://47.94.246.1:3000/mayx/blog
http://103.87.67.60:3100/mayx/blog
300 https://docker-registry-lszz.uj.com.tw/mayx/blog
301 https://www.arcbyte.dev/mayx/blog
302 http://45.144.30.78:8083/mayx/blog
305 http://58.17.14.95:8001/mayx/blog
306 https://hero-cloud-stg-code.cnbita.com/mayx/blog
307 http://101.37.69.204:3000/mayx/blog
http://jacksonhampton.com:3000/mayx/blog
https://git.jaronnie.com/mayx/blog
308 https://gitea.tecamino.com/mayx/blog
309 http://39.99.175.172:8000/mayx/blog
310 http://8.138.13.251:3000/mayx/blog
314 https://gitea.alacloud.de/mayx/blog
315 https://git.tobiasweise.dev/mayx/blog
316 https://code.cif.su/mayx/blog
http://47.97.225.73:3000/mayx/blog
317 https://git.cynic.moe/mayx/blog
318 https://git.muellers-software.org/mayx/blog
http://47.98.168.177:3000/mayx/blog
319 http://8.130.128.130:3000/mayx/blog
320 https://repos.fbpx.io/mayx/blog
https://git.vladimirkutkovoy.ru/mayx/blog
321 https://git.cavemanon.xyz/mayx/blog
http://116.204.12.56:3000/mayx/blog
322 http://120.24.203.75:3000/mayx/blog
323 http://svn.rivastudio.cn/mayx/blog
324 https://gitea.lokach.ru/mayx/blog
325 https://kamtk.ru:4000/mayx/blog
326 https://git.refinementservices.com/mayx/blog
http://192.238.205.92:3000/mayx/blog
327 https://git.smart-tool.jp/mayx/blog
328 http://39.98.126.115:8080/mayx/blog
329 https://git.zhuzihan.com/mayx/blog
330 http://47.76.55.15:21108/mayx/blog
http://47.94.55.54:3000/mayx/blog
https://git.tietke.com/mayx/blog
331 http://92.51.46.31/mayx/blog
332 https://git.archieri.fr/mayx/blog
http://sunme.top:3000/mayx/blog
http://8.152.223.61:3000/mayx/blog
333 http://46.202.189.66:3000/mayx/blog
334 http://82.26.157.11:3001/mayx/blog
335 http://47.115.221.71:3000/mayx/blog
https://git.tihilv.ddns.net/mayx/blog
336 http://123.60.146.54:3000/mayx/blog
https://gitea.jleibl.net/mayx/blog
337 http://218.232.111.112:8300/mayx/blog
338 http://8.140.248.67:3000/mayx/blog
339 https://git.scinalytics.com/mayx/blog
https://irgit.irinfotech.com/mayx/blog
340 http://118.178.172.49:3000/mayx/blog
341 http://59.19.179.48:3300/mayx/blog
342 https://git.kooera.com/mayx/blog
343 https://gitea.lasallesaintdenis.com/mayx/blog
344 http://123.57.225.51:3000/mayx/blog
345 http://111.21.163.58:2321/mayx/blog
http://120.224.118.234:20007/mayx/blog
346 http://8.130.135.159:3000/mayx/blog
347 https://git.suo0.com/mayx/blog
348 https://git.mishacloud.xyz/mayx/blog
349 http://103.228.160.127:3100/mayx/blog
350 https://git.dshkabatur.ru/mayx/blog
http://39.106.146.44:3000/mayx/blog
351 http://47.100.212.83:3000/mayx/blog
https://git2.ne-it.net/mayx/blog
352 https://gitea.hoba.dedyn.io/mayx/blog
https://home.rubini.me:9998/mayx/blog
http://62.173.140.174:10480/mayx/blog
https://gitea.ecosystem.carrier.com/mayx/blog
353 http://crontab.club:30015/mayx/blog
354 https://git.wegoo.ltd/mayx/blog
355 http://114.203.209.83:3000/mayx/blog
https://git.egormuratov.ru/mayx/blog
356 http://47.100.111.106:3000/mayx/blog
357 http://47.103.78.70:3000/mayx/blog
https://0xa2.com/mayx/blog
358 http://47.100.208.160:51300/mayx/blog
359 http://113.44.218.8:3000/mayx/blog
http://47.109.137.67:9091/mayx/blog
http://www.expcman.cyou:3000/mayx/blog
360 https://gitea.sellycloud.io/mayx/blog
361 https://gitea.syn-assist.fr/mayx/blog
http://telman.me/mayx/blog
362 https://git.cenoq.com/mayx/blog
https://git.cubetiqs.com/mayx/blog
http://47.103.48.2:3002/mayx/blog
363 https://gitoria.ru/mayx/blog
364 http://120.24.175.146:3000/mayx/blog
365 http://47.108.133.67:11216/mayx/blog
366 http://8.152.205.35:3000/mayx/blog
367 http://120.210.80.160:3000/mayx/blog
368 http://1.95.192.200:59300/mayx/blog
http://47.113.103.172:3000/mayx/blog
https://git.gotrobotics.org/mayx/blog
http://154.118.230.207:3000/mayx/blog
369 https://qingqiu.online/mayx/blog
http://119.3.186.224:3000/mayx/blog
370 https://git.medis.com.vn/mayx/blog
371 http://194.5.152.156:3000/mayx/blog
http://112.124.59.113:3000/mayx/blog
https://git.or2-3.com/mayx/blog
http://8.137.54.164:13333/mayx/blog
http://8.138.139.89:3000/mayx/blog
http://59.110.47.157:3000/mayx/blog
372 http://8.155.172.147:3001/mayx/blog
373 https://git.erfmann.dev/mayx/blog
https://git.paraboletancza.org/mayx/blog
http://lessonsource.tech:3000/mayx/blog
https://git.davisdre.com/mayx/blog
374 https://git.tkruk.it/mayx/blog
375 https://git.rri.co.id/mayx/blog
376 https://git.vezpi.com/mayx/blog
377 https://git.newton-lab.com/mayx/blog
https://git.ocpp.com.tw/mayx/blog
https://sw4rm.dev/mayx/blog
378 https://git.weavefun.com:5443/mayx/blog
379 https://git.zg23.ru/mayx/blog
380 https://git.vajdak.cz/mayx/blog
https://git.braindead-labs.de/mayx/blog
381 http://58.65.162.118:3000/mayx/blog
382 https://git.silvertone.com.au/mayx/blog
383 https://git.gxc-solutions.ru/mayx/blog
384 https://git.arkon.solutions/mayx/blog
https://git.cdev.su/mayx/blog
385 http://8.131.93.145:54082/mayx/blog
https://repo.2gtraining.in/mayx/blog
386 http://111.9.31.174:10007/mayx/blog
https://git.ilili.me/mayx/blog
387 https://forgejo.bridgetownrb.com/mayx/blog
388 http://213.171.25.1:3000/mayx/blog
389 https://git.dodzin-kg2.keenetic.pro/mayx/blog
http://43.156.250.29:3000/mayx/blog
390 http://54.199.96.217:3000/mayx/blog
391 http://20.219.0.85:3000/mayx/blog
392 http://121.43.186.169:3000/mayx/blog
395 https://gitea.doinlab.com/mayx/blog
396 https://gitea.creative-tg1.ru/mayx/blog
397 https://git.7af.ru/mayx/blog
https://git.gede.at/mayx/blog
https://git.li0nhunter.com/mayx/blog
https://www.gethnow.pro/mayx/blog
398 https://gitea.yimoyuyan.cn/mayx/blog
399 https://git.yanfeng.uk/mayx/blog
400 https://git.apextoaster.com/mayx/blog
http://8.155.160.224:3000/mayx/blog
401 https://hub.open-verse.ai/mayx/blog
402 http://221.203.14.217:3000/mayx/blog
403 https://git.sophiagwen.au/mayx/blog
404 http://103.248.30.24:3000/mayx/blog
405 http://139.196.96.28:13000/mayx/blog
406 https://dev.kiramtech.com/mayx/blog
http://www.mikarsoft.com/mayx/blog
https://git.gasshog.fr/mayx/blog
407 https://git.ccmhub.se/mayx/blog
408 https://git.ihatemen.uk/mayx/blog
409 https://git.suzk.ru/mayx/blog
410 http://178.128.210.141:3000/mayx/blog
http://115.190.112.247:8418/mayx/blog
http://119.29.198.206:5630/mayx/blog
411 https://gitea.smartechouse.com/mayx/blog
https://git.mis24.ru/mayx/blog
412 https://git.123doit.com/mayx/blog
413 http://62.43.207.91:8889/mayx/blog
414 http://8.138.249.120:3000/mayx/blog
415 https://rsas.de/mayx/blog
416 https://git.johntsai.online/mayx/blog
417 https://gitea.css-sistemas.com.br/mayx/blog
https://sportseibt.de/mayx/blog
https://git.grauzell.eu/mayx/blog
418 https://git.f4e.lol/mayx/blog
419 http://47.113.145.232:3000/mayx/blog
http://8.130.99.44:3000/mayx/blog
420 http://47.98.183.226:3000/mayx/blog
421 http://47.115.212.237:3000/mayx/blog
422 https://chenxil.top/mayx/blog
423 https://www.binge.fit/mayx/blog
https://parnian.app/mayx/blog
424 http://72.61.229.93:4000/mayx/blog
425 http://www.gitea.zhangc.top:3000/mayx/blog
426 https://gitea.chenxu2233.com/mayx/blog
http://180.76.231.216:3000/mayx/blog_cn
427 https://git.yinbonet.cn/mayx/blog
428 https://lishan148.synology.me:3014/mayx/blog_cn
429 http://1.95.221.174:3000/mayx/blog
430 https://git.huwhy.cn/mayx/blog_cn
http://60.205.246.14:3389/mayx/blog_cn
431 http://119.91.35.154:3000/mayx/blog_cn
432 http://110.42.101.39:13000/mayx/blog_cn
433 http://152.136.187.229/mayx/blog_cn
442 http://s3.v100.vip:31057/mayx/blog_cn
443 http://81.70.179.79:3000/mayx/blog_cn
444 https://www.syq.im:2025/mayx/blog_cn
http://wap.szmicode.com:3000/mayx/blog_cn
445 http://101.33.225.95:3000/mayx/blog_cn
http://git.andyshi.cloud/mayx/blog
446 http://45.55.138.82:3000/mayx/blog_cn
http://43.136.59.253/mayx/blog_cn
447 http://82.156.121.2:3000/mayx/blog_cn
http://www.ntopia-tech.com:30000/mayx/blog_cn
448 http://118.24.129.148:3000/mayx/blog_cn
449 http://58.241.155.106:10140/mayx/blog_cn
450 http://120.48.141.82:3000/mayx/blog_cn
451 http://61.178.84.89:8998/mayx/blog_cn
452 http://82.156.111.58:3000/mayx/blog_cn
453 http://81.70.24.14/mayx/blog_cn
http://47.92.23.195:8418/mayx/blog_cn
http://60.247.225.25:3000/mayx/blog_cn
http://39.100.117.84:3000/mayx/blog_cn
454 http://git.ibossay.com:3000/mayx/blog_cn
455 https://miduohuyu.com/mayx/blog_cn
456 https://git.saike.fun:9755/mayx/blog_cn
457 https://git.cool2645.com/mayx/blog_cn
458 http://1.95.173.44:3000/mayx/blog_cn
https://gitea.yanghaoran.space/mayx/blog_cn
https://m2g.top:13000/mayx/blog_cn
459 http://58.221.157.122:3000/mayx/blog_cn
460 http://27.185.43.173:9001/mayx/blog_cn
461 https://gitlab.liruwei.cn/mayx/blog_cn
463 http://49.234.27.222:3000/mayx/blog_cn
464 http://8.153.70.81:30001/mayx/blog_cn
465 http://175.27.229.211:3000/mayx/blog_cn
http://183.223.90.151:10021/mayx/blog_cn
466 http://106.55.174.214:3000/mayx/blog_cn
https://dev.ilink-app.com/mayx/blog_cn
https://gitea.ai-demo.duckdns.org/mayx/blog_cn
467 https://git.yidaimingjvn.xyz/mayx/blog_cn
http://122.51.36.119:3000/mayx/blog_cn
468 http://43.143.142.38:7001/mayx/blog_cn
http://macrocc.com:3000/mayx/blog_cn
469 http://39.105.67.143:3000/mayx/blog_cn
https://git.hi6k.com/mayx/blog_cn
http://101.42.158.231:3000/mayx/blog_cn
470 http://8.140.232.131:8100/mayx/blog_cn
471 http://www.yuquanjun.cn:3000/mayx/blog_cn
472 http://gitea.xxhhcty.xyz:8080/mayx/blog_cn
http://211.149.155.157:3000/mayx/blog_cn
473 http://82.156.89.21:3000/mayx/blog_cn
http://62.234.194.66:3000/mayx/blog_cn
http://47.109.71.130:3000/mayx/blog_cn
http://49.234.193.192:3000/mayx/blog_cn
http://62.234.222.247:3000/mayx/blog_cn
474 https://git.sskuaixiu.com/mayx/blog_cn
475 http://xujiesoft.vicp.net:3000/mayx/blog_cn
476 http://113.44.36.103:23000/mayx/blog_cn
http://111.229.35.227:3000/mayx/blog_cn
http://wchao.space:8009/mayx/blog_cn
477 http://110.42.217.153:8029/mayx/blog_cn
478 http://111.230.92.227:3000/mayx/blog_cn
http://82.156.65.157:30000/mayx/blog_cn
479 https://git.mingliqiye.com/mayx/blog_cn
480 http://119.29.194.155:8894/mayx/blog_cn
https://git.ninecloud.top/mayx/blog_cn
http://121.41.95.54:3000/mayx/blog_cn
http://120.76.98.24:3000/mayx/blog_cn
481 http://43.138.249.161:3000/mayx/blog_cn
482 http://58.213.60.6:19000/mayx/blog_cn
https://git.lhqs.ink/mayx/blog_cn
483 http://36.153.162.171:3000/mayx/blog_cn
http://221.226.114.142:13000/mayx/blog_cn
484 http://1.95.7.169:3000/mayx/blog_cn
http://115.190.205.98:3000/mayx/blog_cn
485 http://47.113.149.107:10110/mayx/blog_cn
http://112.124.14.60:3000/mayx/blog_cn
http://183.236.243.71:3693/mayx/blog_cn
486 http://47.92.113.131:3000/mayx/blog
487 http://gyc.myds.me:4000/mayx/blog
488 https://git.omniglitch.me/mayx/blog
https://forgejo.trofkm.ru/mayx/blog
489 https://code.draussenfunker.de/mayx/blog
490 https://git.tablet.sh/mayx/blog
https://git.izen.live/mayx/blog
491 https://git.gnyra.com/mayx/blog
492 https://git.aeternal.dev/mayx/blog
493 https://git.wdavery.com/mayx/blog
https://git.binarycat.org/mayx/blog
https://gitea.sickgaming.net/mayx/blog
494 https://git.graveyard.sh/mayx/blog
495 https://code.beautifulmachines.dev/mayx/blog https://git.warze.org/mayx/blog
496 https://git.cere.ipv64.net/mayx/blog https://git.nathanspackman.com/mayx/blog
497 https://git.litelot.us/mayx/blog https://git.freno.me/mayx/blog
498 https://git.rmarl.in/mayx/blog
499 https://git.alderautomation.ca/mayx/blog
500 http://git.qniao.cn/mayx/blog
501 http://112.6.10.77:3000/mayx/blog
502 https://git.ewengadonnaud.xyz/mayx/blog
503 https://git.fast-blast.uk/mayx/blog
504 http://git.mynas71.myds.me/mayx/blog
505 https://git.4lsa.com/mayx/blog
506 https://git.nulldirect.com/mayx/blog
507 https://rlgit.pro/mayx/blog
508 https://git.veraskolivna.net/mayx/blog
509 https://git.lifetop.net/mayx/blog
510 https://git.e-drones.com/mayx/blog
511 https://gitea.jnyuxia.com/mayx/blog
512 http://git.liuhung.com/mayx/blog
513 https://git.secretserver.club/mayx/blog
514 https://gitea.adber.tech/mayx/blog
515 https://git.navex.com.br/mayx/blog
516 https://gitea.hello.faith/mayx/blog
517 https://tea.neuron.my/mayx/blog
518 https://git.econutrix.com/mayx/blog
519 https://gitslayer.de/mayx/blog
520 https://git.dslak.it/mayx/blog
521 https://git.violka-it.net/mayx/blog
522 https://git.adityagupta.dev/mayx/blog
523 https://code.ownwire.net/mayx/blog
524 https://git.danpeak.co.uk/mayx/blog
525 https://git.game-dev.space/mayx/blog
526 https://git.gonethome.id/mayx/blog
527 http://zzdgitea.stnav.com/mayx/blog
528 https://gitea.mynas-lechner.de/mayx/blog
529 https://gitea.hadi.es/mayx/blog
530 https://git.automathon.org/mayx/blog
531 https://aeterna.cim.mcgill.ca/mayx/blog
532 https://git.esen.gay/mayx/blog
533 https://git.webtims.ru/mayx/blog
534 https://gitea.personalsoftware.space/mayx/blog
535 http://gitea.yiban.com.tw:3030/mayx/blog
536 https://gitlab.iplusus.com/mayx/blog
537 https://git.cyberuk.me/mayx/blog
538 https://git.privezishop.ru/mayx/blog
539 https://gitea.zachl.tech/mayx/blog
540 https://git.miasma-os.com/mayx/blog
541 https://gitea.nacsity.cn/mayx/blog
542 https://git.swirly.architectenterprises.net/mayx/blog
543 https://root-kit.ru/mayx/blog
544 https://gitea.bel.blue/mayx/blog
545 https://gitea.diputadosalta.gob.ar/mayx/blog
546 https://ttym.space/mayx/blog
547 https://gitea.waterworld.com.hk/mayx/blog
548 https://getskill.work/mayx/blog
549 https://suprasage.com/mayx/blog
550 https://git.zakum.cn/mayx/blog
551 https://gitea.amazingcoders.com/mayx/blog
552 https://gitea.redaktion.titanic-magazin.de/mayx/blog
553 https://gitea.kamilklecha.dev/mayx/blog
554 https://forgejo.testbed.unict.it/mayx/blog
555 http://www.clovejunti.cn:3000/mayx/blog_cn
556 http://49.232.222.18:3000/mayx/blog_cn
557 http://47.115.132.164:5500/mayx/blog
558 http://47.109.103.110:9000/mayx/blog_cn
559 http://47.105.124.101:3000/mayx/blog_cn
560 http://49.232.183.190:3000/mayx/blog_cn
561 http://git.zxkedu.com:33769/mayx/blog_cn
562 https://code.wemediacn.com/mayx/blog_cn
563 https://gitea.shizuka.icu/mayx/blog_cn
564 http://152.136.145.93:3000/mayx/blog_cn
565 http://43.139.2.237:3000/mayx/blog_cn
566 https://code.hpswk.com/mayx/blog_cn
567 https://gitea.scivigi.com/mayx/blog_cn
568 http://47.109.30.152:3000/mayx/blog_cn
569 https://git.minecraftlegacy.com/mayx/blog
570 http://51.159.198.233:3000/mayx/blog
571 https://gitea.adriangonzalezbarbosa.eu/mayx/blog
572 http://39.108.124.198:3000/mayx/blog
573 https://git.legatus.ru/mayx/blog
574 https://git.kayashov.keenetic.pro/mayx/blog
575 http://43.138.83.20:3000/mayx/blog_cn
576 http://rentsl.ren:45300/mayx/blog_cn
577 http://47.104.241.192:19999/mayx/blog_cn
578 http://47.98.148.146:1026/mayx/blog_cn
579 http://119.96.62.56:3000/mayx/blog_cn
580 http://101.42.28.156:3000/mayx/blog_cn
581 http://81.69.229.51:3000/mayx/blog_cn
582 http://49.234.3.145:3018/mayx/blog_cn
583 http://106.55.0.66:31807/mayx/blog_cn
584 https://gitea.gentronhealth.com/mayx/blog_cn
585 http://43.143.209.246:6300/mayx/blog_cn
586 http://152.136.158.133:36512/mayx/blog_cn
587 http://yidaima.cn:6008/mayx/blog_cn
588 https://git.vwfaw.cn/mayx/blog_cn
589 http://180.163.77.12:3000/mayx/blog_cn
590 http://47.113.101.80:3000/mayx/blog_cn
591 http://115.190.145.231:3000/mayx/blog_cn
592 http://82.156.98.34:3000/mayx/blog_cn
593 http://43.138.243.163:10088/mayx/blog_cn
594 http://zgd.synology.me:8418/mayx/blog_cn
595 https://git.zguiy.com/mayx/blog_cn
596 http://58.221.216.202:3000/mayx/blog_cn
597 http://39.100.183.95:88/mayx/blog_cn
598 http://www.xshideserver.com:3000/mayx/blog_cn
599 http://124.223.54.62:28/mayx/blog_cn
600 http://159.75.131.235:3001/mayx/blog_cn
601 http://1.117.67.95:3000/mayx/blog_cn
602 http://111.230.9.98:3000/mayx/blog_cn
603 http://124.223.18.41:10082/mayx/blog_cn
604 http://111.229.183.203:3000/mayx/blog_cn
605 http://103.236.53.208:3000/mayx/blog_cn
606 http://118.195.135.194:3000/mayx/blog_cn
607 http://81.70.102.154/mayx/blog_cn
608 http://154.8.164.149:3000/mayx/blog_cn
609 http://39.99.238.14:8120/mayx/blog_cn
610 http://111.228.34.40:3000/mayx/blog_cn
611 http://82.156.249.211:3000/mayx/blog_cn
612 http://36.133.248.69:3088/mayx/blog_cn
613 http://220.205.16.27:18081/mayx/blog_cn
614 http://81.69.221.216:3000/mayx/blog_cn
615 http://115.159.194.75:4000/mayx/blog_cn
616 http://115.190.214.62:3001/mayx/blog_cn
617 http://183.204.60.122:10081/mayx/blog_cn
618 http://119.29.249.176:3000/mayx/blog_cn
619 http://120.48.144.83:3000/mayx/blog_cn
620 http://49.232.143.93:3000/mayx/blog_cn
621 http://106.55.61.128:3000/mayx/blog_cn
622 http://43.139.240.37:17000/mayx/blog_cn
623 http://159.75.27.114:3000/mayx/blog_cn
624 http://arcreya.top/mayx/blog_cn
625 http://175.178.150.62:3002/mayx/blog_cn
626 https://code.tczkiot.com/mayx/blog_cn
627 http://223.71.122.54:3000/mayx/blog_cn
628 http://111.170.153.123:3000/mayx/blog_cn
629 http://xeroworld.team/mayx/blog_cn
630 https://gitea.wuyuank.com/mayx/blog_cn
631 http://47.117.245.9:17701/mayx/blog_cn
632 https://git.meshel.cn/mayx/blog_cn
633 https://git.sunlix.one/mayx/blog_cn
634 http://47.106.222.181:20511/mayx/blog_cn
635 http://101.43.95.130:3001/mayx/blog_cn
636 http://39.101.170.62:9080/mayx/blog_cn
637 https://gitea.jfen.eu.org/mayx/blog_cn
638 https://git.wending993.top/mayx/blog_cn
639 https://gitea.myat4.com/mayx/blog_cn
640 http://118.24.161.24:3000/mayx/blog_cn
641 https://git.chalypeng.xyz/mayx/blog_cn
642 http://13.230.31.145:8418/mayx/blog_cn
643 http://githanea.s.odn.cc/mayx/blog_cn
644 https://git.dev.chuweizi.com/mayx/blog
645 http://35.175.189.8/mayx/blog
646 http://meowug.com:8418/mayx/blog_cn
647 http://36.138.125.206:3000/mayx/blog_cn
648 https://git.4lcap.com/mayx/blog_cn
649 https://gitea.visoftware.com.co/mayx/blog_cn
650 https://git.cymnb.com/mayx/blog_cn
651 http://101.43.238.71:3000/mayx/blog_cn
652 http://59.110.175.62:4322/mayx/blog_cn
653 https://www.luluvip.cn:8419/mayx/blog_cn
654 http://xianyuhome.cn:11013/mayx/blog_cn
655 http://nas.hongyuanjia.net:8418/mayx/blog_cn
656 https://git.gotrobotics.org/mayx/blog
657 https://git.chatumbrella.online/mayx/blog
658 https://silica.codes/mayx/blog
659 https://git.crystalyx.net/mayx/blog

View File

@@ -18,14 +18,12 @@ mirrors:
- https://mayx.codeberg.page/ - https://mayx.codeberg.page/
- https://mayx.tildepages.org/ - https://mayx.tildepages.org/
- https://mayx.pages.lain.la/ - https://mayx.pages.lain.la/
- https://mayx.pages.hast.one/
- https://mayx.4everland.app/ - https://mayx.4everland.app/
- https://mayx.readthedocs.io/ - https://mayx.readthedocs.io/
- https://mayx.sourceforge.io/ - https://mayx.sourceforge.io/
- https://unmayx.bitbucket.io/ - https://unmayx.bitbucket.io/
- https://mayx.pages.debian.net/ - https://mayx.pages.debian.net/
- https://mayx.dappling.network/ - https://mayx.dappling.network/
- https://mayx-mabbs.wasmer.app/
- https://mayx-blog.statichost.page/ - https://mayx-blog.statichost.page/
- https://mabbs-blog.static.hf.space/ - https://mabbs-blog.static.hf.space/
- http://mayx.gitlink.net/ - http://mayx.gitlink.net/

View File

@@ -1,10 +1,7 @@
{% if page.layout == "xslt" %}<?xml version="1.0" encoding="utf-8"?> {% if page.layout == "xslt" %}<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xml" href="/feed.xslt.xml"?> <?xml-stylesheet type="text/xml" href="/feed.xslt.xml"?>
<?xml-stylesheet type="text/css" href="/assets/css/xslt.css"?> <?xml-stylesheet type="text/css" href="/assets/css/xslt.css"?>
<xsl:stylesheet <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sm="http://www.sitemaps.org/schemas/sitemap/0.9">
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sm="http://www.sitemaps.org/schemas/sitemap/0.9">
<xsl:output method="html" version="4.0" encoding="UTF-8" indent="yes" doctype-system="about:legacy-compat" /> <xsl:output method="html" version="4.0" encoding="UTF-8" indent="yes" doctype-system="about:legacy-compat" />
<xsl:template match="/"> <xsl:template match="/">
{{ content }} {{ content }}

View File

@@ -0,0 +1,32 @@
---
layout: post
title: 关于AI个人助理的探索
tags: [AI, Agent, 个人助理]
---
给AI添加手脚能有多少种方法<!--more-->
# 起因
最近像[OpenClaw](https://github.com/openclaw/openclaw)这样被叫做“AI个人助理”的Agent越来越火了当然这种东西在我看来依然是新瓶装旧酒整来整去还就是和AutoGPT一样。这种东西在当时GPT-3.5的时候就有了现在只不过是增加了聊天软件交互的渠道便突然大火和当年的Manus一样……实在是无法理解。
一年前我用过Devin.ai这个云端的Agent编写过[用JS解析订阅源](/2025/04/08/feed.html)的脚本,体验还算不错,既然现在已经过了一年,那就让我看看现在又有了什么样的发展吧。
# 使用AI个人助理
## 体验原生OpenClaw
虽然感觉OpenClaw对我的意义不大但我还是安装体验了一下。不过在国内安装它还是相对有点困难毕竟国内无论是访问GitHub还是NPM都有点麻烦而且还需要有LLM提供商的信息……安装好之后使用起来感觉问题也非常多经常出现执行一半就停止执行在它执行的过程中看到它的操作不正确的时候也不能发言打断而且很多时候最终任务执行的效果也不太好这也可能是我用的国产开源模型推理能力有限没舍得用Claude之类先进模型的锅😂
另外我也尝试让它加入MoltBook、MomoClaw、InStreet、百度贴吧抓虾吧之类的AI社区让它帮我宣传我的博客但效果也很差它每次发的时候会忘掉之前发的内容结果就是同一篇内容发了好几遍……不过在这期间有个叫PushMeBot的家伙在[Moltbook的帖子](https://www.moltbook.com/post/7f1b0e1f-5175-4fd1-ad78-856be8b66250)中让我的OpenClaw执行一个网络监视程序最终安装好之后给我[发了9USDC](https://basescan.org/tx/0x44dbfe53f276201447f3877bf050a5d56adebf5fe05235264ee665da717e9373)😝,还挺有意思。
总之按照我的体验实在是想不出它能火的理由体验不算很好而且还要安装Node环境完全不像是能让大众轻松使用的东西。
不过这个项目似乎本身就是Vibe Coding的产物体验不好也能理解就看火了之后能有多少人完善它吧。
## 国内大厂的二开Claw
国内好多大厂倒是看中了这个东西的爆火像腾讯就出了几款这样的软件比如QClaw。它可以不需要配置额外的环境能像传统的软件一样直接安装使用而且有自带的模型有一定的免费额度可以用。配置技能也比较简单直接点击就可以完成。而且可以直接扫码关联微信直接通过微信和它进行交流可以说是相当的傻瓜化了。不过QClaw给的免费额度虽然用来聊天之类的没问题但对于开发软件还是有点少所以他们还出了个叫做WorkBuddy的软件它送的初始额度比QClaw要多不少所以更适合用来开发。只不过为啥腾讯要出两个功能一样的软件看起来应该是不同团队出的可能是面向的用户群体不一样所以搞了两套吧
## VSCode中的Agent
但要说开发的话用作为“AI个人助理”的某些Claw其实并不合适毕竟正常开发还是以人开发为主全AI开发总会有些问题所以开发的时候还是用编辑器集成的AI比较好。在三年前我就在用[GitHub Copilot](/2023/04/05/ai.html)了到现在我依然在用。现在的Copilot已经支持了Agent功能开发相比之前也是强了很多只不过现在的我没有学生身份Copilot Free偶尔也会出现不够用的情况。不过对于Agent这类功能实现起来还是太简单了所以有人开发这种功能的插件也很正常比如[Cline](https://github.com/cline/cline)Copilot只能用微软提供的几个模型而Cline可以自定义模型用起来也很方便。
## 微型开发板上运行的Claw
前段时间,我闲来无事看了一下两年前买的[Luckfox Pico Plus](/2024/02/24/luckfox.html)开发板的文档,偶然发现了一个很有意思的项目,叫做[LuckClaw](https://github.com/LuckfoxTECH/luckclaw),这是一个基于[nanobot](https://github.com/HKUDS/nanobot)用Golang重构的轻量个人AI助手可以在仅仅64MiB内存的超有限环境下运行一个和OpenClaw功能几乎相当的AI个人助理真的是非常厉害。
我在我的开发板上试了一下体验很不错安装不需要额外环境直接下载就能使用Go语言的程序确实方便。配置也很简单直接执行`luckclaw config`就可以交互式进行模型等设置的配置而且作为国产的应用它也能很方便的对接国内聊天软件。只是限于开发板本身的能力浏览器功能自然无法使用所以搜索如果不借助那些需要API Key的AI专用接口就基本上不能用……但总的来说效果已经非常不错了至少有那些Claw的80%能力。
2025.04.15补充后来我发现这种超精简的Claw项目看起来还挺多比如[ZeroClaw](https://github.com/zeroclaw-labs/zeroclaw)和[PicoClaw](https://github.com/sipeed/picoclaw),甚至还有给单片机用的[MimiClaw](https://github.com/memovai/mimiclaw)。而且有意思的是PicoClaw是Luckfox的竞争对手开发的但是LuckClaw中却包含PicoClaw字样的注释结果功能也没PicoClaw强关注度也更低属于是没抄明白了🤣
想到前段时间还有人为了OpenClaw专门买Mac Mini就感觉很有意思😆这个东西看起来应该是在路由器上都能跑。所以想要AI个人助理硬件完全不是问题只要整一个能24小时挂机的东西就可以满足绝大多数人的需求了。
## 在手机上运行的Claw
其实很多人也有比开发板和路由器性能更强的闲置设备,那就是手机,所以有人开发了一款叫做[ApkClaw](https://github.com/apkclaw-team/ApkClaw)的软件一样可以接入国内聊天软件。它既然能在手机上运行当然和在其他平台运行的Claw相比有一个独特的优势那就是操作手机应用。现在手机的应用相比电脑应用对于很多普通人来说功能更强大所以它能做的事情可能比其他的Claw还多。我试了一下配置也很方便只不过能配置的项目太少了看起来似乎没有安装Skill之类的功能也许是因为它是相对早期的软件所以功能还比较少吧。
# 感想
总的来说现在的Agent依然没有非常明显的进步问题依旧很多只是化身“AI个人助理”之后增加了不少应用场景。这倒也是好事在广泛传播的过程中也能让很多对技术了解不多但是很有想法的人参与其中也许能对AI的应用化增添不少力量吧。