6 Commits

Author SHA1 Message Date
4b94d48330 Update 3 files
- /assets/js/blog-console.js
- /_data/proxylist.yml
- /_tools/envs_post-receive
2026-08-06 10:50:42 +00:00
2ec9345113 Update 3 files
- /assets/js/blog-console.js
- /_data/other_repo_list.csv
- /_data/proxylist.yml
2026-08-06 09:47:54 +00:00
987c604dea Update 3 files
- /assets/js/blog-console.js
- /BlogCard.svg
- /_layouts/default.html
2026-08-04 13:49:00 +00:00
8e0b6e11b3 Update 2 files
- /_data/other_repo_list.csv
- /games.md
2026-08-02 08:32:36 +00:00
317f5bdce7 Update 2 files
- /games.md
- /_data/ai-cache.json
2026-07-31 16:32:56 +00:00
89a0af5632 Update 5 files
- /_data/other_repo_list.csv
- /_posts/2026-08-01-terminal.md
- /index.html
- /_tools/envs_post-receive
- /games.md
2026-07-31 16:00:40 +00:00
10 changed files with 1259 additions and 101 deletions

View File

@ -77,7 +77,7 @@
y="0" y="0"
class="header" class="header"
data-testid="header" data-testid="header"
>Mayx's Blog Article</text> >Mayx's Blog Posts</text>
</g> </g>
</g> </g>

View File

@ -179,5 +179,6 @@
"/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应用化进程。", "/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应用化进程。",
"/2026/05/01/virtual-net.html": "这篇文章介绍了作者在尝试异地组网搭建虚拟局域网时对多种组网工具的探索和体验。作者首先尝试了n2n但由于其项目停止更新且在NAT后的机器间存在掉线问题最终选择了WireGuard作为主要方案。文章详细描述了WireGuard的配置过程包括在Linux、OpenWrt和openEuler系统上的安装和配置并遇到了各种各样的挑战例如在红米AX3000路由器上找不到内核模块以及在openEuler上缺少WireGuard相关包。此外文章还提到了Netmaker和Headscale等WireGuard的控制平面以及VNT和EasyTier等其他组网工具并总结了最终选择WireGuard的原因简单、够用、可靠性不错且已经投入了大量配置。", "/2026/05/01/virtual-net.html": "这篇文章介绍了作者在尝试异地组网搭建虚拟局域网时对多种组网工具的探索和体验。作者首先尝试了n2n但由于其项目停止更新且在NAT后的机器间存在掉线问题最终选择了WireGuard作为主要方案。文章详细描述了WireGuard的配置过程包括在Linux、OpenWrt和openEuler系统上的安装和配置并遇到了各种各样的挑战例如在红米AX3000路由器上找不到内核模块以及在openEuler上缺少WireGuard相关包。此外文章还提到了Netmaker和Headscale等WireGuard的控制平面以及VNT和EasyTier等其他组网工具并总结了最终选择WireGuard的原因简单、够用、可靠性不错且已经投入了大量配置。",
"/2026/06/01/dedupe.html": "这篇文章介绍了如何通过优化游戏资源文件来节约游戏占用的硬盘空间。作者由于Mac只有256GiB的硬盘存储空间在下载了几十部游戏后空间不足于是寻找解决方法。文章主要介绍了以下几点\n\n1. 使用jdupes工具去除重复素材作者发现许多游戏使用相同的引擎和素材导致硬盘空间浪费。通过使用jdupes工具进行硬链接可以有效去除重复文件节约空间。\n\n2. 不同引擎的处理方式:\n - 对于RPG制作大师MV/MZ作者使用RPG Maker Decrypter工具解密资源文件并将图片转换为WebP格式以压缩空间。\n - 对于RPG制作大师XP/VX/VA作者使用mkxp-z工具跨平台运行游戏并通过RPG Maker Decrypter解包资源文件与RTP素材合并后进行去重。\n - 对于Ren'Py游戏作者使用unrpa工具解包rpa文件但由于公共资源不多仅在系列游戏情况下进行解包。\n\n3. 最终效果通过以上优化作者成功将游戏文件夹大小从47G降至33G节约了大量硬盘空间。", "/2026/06/01/dedupe.html": "这篇文章介绍了如何通过优化游戏资源文件来节约游戏占用的硬盘空间。作者由于Mac只有256GiB的硬盘存储空间在下载了几十部游戏后空间不足于是寻找解决方法。文章主要介绍了以下几点\n\n1. 使用jdupes工具去除重复素材作者发现许多游戏使用相同的引擎和素材导致硬盘空间浪费。通过使用jdupes工具进行硬链接可以有效去除重复文件节约空间。\n\n2. 不同引擎的处理方式:\n - 对于RPG制作大师MV/MZ作者使用RPG Maker Decrypter工具解密资源文件并将图片转换为WebP格式以压缩空间。\n - 对于RPG制作大师XP/VX/VA作者使用mkxp-z工具跨平台运行游戏并通过RPG Maker Decrypter解包资源文件与RTP素材合并后进行去重。\n - 对于Ren'Py游戏作者使用unrpa工具解包rpa文件但由于公共资源不多仅在系列游戏情况下进行解包。\n\n3. 最终效果通过以上优化作者成功将游戏文件夹大小从47G降至33G节约了大量硬盘空间。",
"/2026/07/01/vibe-coding.html": "这篇文章介绍了作者使用AI Agent进行Vibe Coding的体验。作者通过AI Agent生成代码实现了博客的PJAX功能和一个立直麻将Wordle小游戏。在使用AI Agent的过程中作者发现它能够理解整个项目的代码并且能够根据需求进行修改和优化。然而作者也遇到了一些问题例如生成的代码质量不高需要手动优化和调试。\n\n作者首先使用AI Agent为博客添加了PJAX功能实现了无刷新加载页面。虽然生成的代码质量不高但作者还是成功地实现了该功能。接着作者使用AI Agent生成了一个立直麻将Wordle小游戏并对其进行了优化和修改。作者还遇到了一些技术问题例如字体兼容性和役种计算问题但最终都通过AI Agent解决了。\n\n通过这次体验作者认为Vibe Coding的体验相当不错但也存在一些问题。完全由AI生成的代码可能会出现问题需要手动优化和调试。然而如果能够正确地使用AI Agent也可以实现高质量的代码。作者还提到有时候自己调查和研究比问AI更有效可以避免浪费时间和精力。" "/2026/07/01/vibe-coding.html": "这篇文章介绍了作者使用AI Agent进行Vibe Coding的体验。作者通过AI Agent生成代码实现了博客的PJAX功能和一个立直麻将Wordle小游戏。在使用AI Agent的过程中作者发现它能够理解整个项目的代码并且能够根据需求进行修改和优化。然而作者也遇到了一些问题例如生成的代码质量不高需要手动优化和调试。\n\n作者首先使用AI Agent为博客添加了PJAX功能实现了无刷新加载页面。虽然生成的代码质量不高但作者还是成功地实现了该功能。接着作者使用AI Agent生成了一个立直麻将Wordle小游戏并对其进行了优化和修改。作者还遇到了一些技术问题例如字体兼容性和役种计算问题但最终都通过AI Agent解决了。\n\n通过这次体验作者认为Vibe Coding的体验相当不错但也存在一些问题。完全由AI生成的代码可能会出现问题需要手动优化和调试。然而如果能够正确地使用AI Agent也可以实现高质量的代码。作者还提到有时候自己调查和研究比问AI更有效可以避免浪费时间和精力。",
"/2026/08/01/terminal.html": "这篇文章介绍了作者利用AI助手制作终端版博客的经历。起初作者想在博客上添加一个终端功能允许用户在浏览器中使用真正的Linux访问博客。作者选择了基于WASM Linux的方案并让AI助手开发了一个可以在浏览器中执行JS的设备文件以实现与外界的通信。在此基础上作者实现了列出文章、查看文章、打开文章和查看评论等功能。然而该系统存在一些限制如不能使用管道符和异步操作。作者还尝试了另一种方案即基于JSNix的版本虽然不是真正的Linux但模拟得非常到位且具有更好的兼容性和加载速度。最终作者成功制作了两个版本的终端版博客并表示对AI助手的强大功能感到满意。"
} }

View File

@ -2,9 +2,6 @@ repo_url
http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx
http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/mayx/blog http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/mayx/blog
http://giteabolfdejtdzblkooalqei6jr67imiugmhtsh6ocw4hlj5a4q.b32.i2p/mayx/blog http://giteabolfdejtdzblkooalqei6jr67imiugmhtsh6ocw4hlj5a4q.b32.i2p/mayx/blog
https://lavaforge.org/mayx/blog
https://sij.ai/mayx/blog
https://repobase.net/mayx/blog
https://gitlab.lain.la/mayx/mayx.pages.lain.la https://gitlab.lain.la/mayx/mayx.pages.lain.la
https://gitplac.si/mayx/mayx.gitpage.si https://gitplac.si/mayx/mayx.gitpage.si
https://gitnet.fr/mayx/blog https://gitnet.fr/mayx/blog
@ -14,7 +11,11 @@ https://git.envs.net/Mayx/mayx
https://tildegit.org/Mayx/mayx https://tildegit.org/Mayx/mayx
https://git.tilde.town/mayx/blog https://git.tilde.town/mayx/blog
https://gitlab.haskell.org/mayx/mayx https://gitlab.haskell.org/mayx/mayx
https://lavaforge.org/mayx/blog
https://repo2.serv00.com/git/pub/Mayx/mayx/ https://repo2.serv00.com/git/pub/Mayx/mayx/
https://sij.ai/mayx/blog
https://repobase.net/mayx/blog
https://git.projectnightcrawler.dev/mayx/blog
https://codefloe.com/mayx/blog https://codefloe.com/mayx/blog
https://git.pixie.town/mayx/blog https://git.pixie.town/mayx/blog
https://git.minetest.land/Mayx/blog https://git.minetest.land/Mayx/blog
@ -23,7 +24,6 @@ https://code.dsconce.space/mayx/blog
https://mygit.iexercice.com/mayx/blog https://mygit.iexercice.com/mayx/blog
http://162.215.134.149:4000/mayx/blog http://162.215.134.149:4000/mayx/blog
http://45.33.87.87/mayx/blog http://45.33.87.87/mayx/blog
https://gitea.belanjaparts.com/mayx/blog
http://185.208.225.190:3000/mayx/blog http://185.208.225.190:3000/mayx/blog
https://git.Apture.io/mayx/blog https://git.Apture.io/mayx/blog
http://8.134.61.107:3000/mayx/blog http://8.134.61.107:3000/mayx/blog
@ -35,7 +35,6 @@ https://gitea.synapsetec.cn/mayx/blog
http://gitea.yunshanghub.com:8081/mayx/blog http://gitea.yunshanghub.com:8081/mayx/blog
http://113.177.27.200:2033/mayx/blog http://113.177.27.200:2033/mayx/blog
http://152.69.204.151:3000/mayx/blog http://152.69.204.151:3000/mayx/blog
https://gitea.ontoast.uk/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://k0ki-dev.com/mayx/blog https://k0ki-dev.com/mayx/blog
@ -45,8 +44,6 @@ https://git.7o9o.net/mayx/blog
https://git.gupaoedu.cn/mayx/blog https://git.gupaoedu.cn/mayx/blog
https://git.7milch.com/mayx/blog https://git.7milch.com/mayx/blog
https://dreamplacesai.de/mayx/blog https://dreamplacesai.de/mayx/blog
https://git.lekai.info/mayx/blog
https://git.novaa.xyz/mayx/blog
https://gitea.sciotech.cn/mayx/blog https://gitea.sciotech.cn/mayx/blog
https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog
https://gitea.micro-stack.org/mayx/blog https://gitea.micro-stack.org/mayx/blog
@ -58,7 +55,6 @@ http://120.211.66.170:8418/mayx/blog
https://gitea.vilcap.com/mayx/blog https://gitea.vilcap.com/mayx/blog
http://8.138.142.17:3000/mayx/blog http://8.138.142.17:3000/mayx/blog
http://209.127.59.74:3000/mayx/blog http://209.127.59.74:3000/mayx/blog
https://git.dotb.cloud/mayx/blog
http://121.41.2.71:3000/mayx/blog http://121.41.2.71:3000/mayx/blog
https://git.imvictor.tech:2/mayx/blog https://git.imvictor.tech:2/mayx/blog
http://e19510c831.iok.la/mayx/blog http://e19510c831.iok.la/mayx/blog
@ -69,51 +65,40 @@ https://code.wxk8.com/mayx/blog
http://fanlibo.i234.me:8418/mayx/blog http://fanlibo.i234.me:8418/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.flymiracle.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
https://www.arcbyte.dev/mayx/blog https://www.arcbyte.dev/mayx/blog
https://scm.bcorex.e3labs.net/mayx/blog https://scm.bcorex.e3labs.net/mayx/blog
https://gitea.tecamino.com/mayx/blog
https://git.tobiasweise.dev/mayx/blog https://git.tobiasweise.dev/mayx/blog
https://code.cif.su/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
https://repos.fbpx.io/mayx/blog
https://git.cavemanon.xyz/mayx/blog https://git.cavemanon.xyz/mayx/blog
http://svn.rivastudio.cn/mayx/blog http://svn.rivastudio.cn/mayx/blog
http://118.178.172.49:3000/mayx/blog http://118.178.172.49:3000/mayx/blog
https://gitea.lasallesaintdenis.com/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.dshkabatur.ru/mayx/blog https://git.dshkabatur.ru/mayx/blog
http://47.103.78.70:3000/mayx/blog http://47.103.78.70:3000/mayx/blog
http://47.100.208.160:51300/mayx/blog
http://120.210.80.160:3000/mayx/blog http://120.210.80.160:3000/mayx/blog
http://194.5.152.156:3000/mayx/blog http://194.5.152.156:3000/mayx/blog
http://58.65.162.118:3000/mayx/blog http://58.65.162.118:3000/mayx/blog
https://git.arkon.solutions/mayx/blog https://git.arkon.solutions/mayx/blog
http://8.131.93.145:54082/mayx/blog
https://git.7af.ru/mayx/blog https://git.7af.ru/mayx/blog
https://gitea.yimoyuyan.cn/mayx/blog https://gitea.yimoyuyan.cn/mayx/blog
http://221.203.14.217:3000/mayx/blog http://221.203.14.217:3000/mayx/blog
https://dev.kiramtech.com/mayx/blog https://dev.kiramtech.com/mayx/blog
https://git.f4e.lol/mayx/blog https://git.f4e.lol/mayx/blog
http://72.61.229.93:4000/mayx/blog http://72.61.229.93:4000/mayx/blog
https://lishan148.synology.me:3014/mayx/blog_cn
http://110.42.101.39:13000/mayx/blog_cn http://110.42.101.39:13000/mayx/blog_cn
http://39.101.74.135:5000/mayx/blog_cn http://39.101.74.135:5000/mayx/blog_cn
http://123.57.130.140:3000/mayx/blog_cn http://123.57.130.140:3000/mayx/blog_cn
http://118.24.46.223:3000/mayx/blog_cn 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
https://www.syq.im:2025/mayx/blog_cn
http://101.33.225.95:3000/mayx/blog_cn http://101.33.225.95:3000/mayx/blog_cn
http://45.55.138.82:3000/mayx/blog_cn http://45.55.138.82:3000/mayx/blog_cn
http://118.24.129.148:3000/mayx/blog_cn http://118.24.129.148:3000/mayx/blog_cn
http://120.48.141.82:3000/mayx/blog_cn http://120.48.141.82:3000/mayx/blog_cn
http://82.156.111.58:3000/mayx/blog_cn http://82.156.111.58:3000/mayx/blog_cn
https://git.cool2645.com/mayx/blog_cn
http://175.27.229.211:3000/mayx/blog_cn http://175.27.229.211:3000/mayx/blog_cn
https://git.yidaimingjvn.xyz/mayx/blog_cn https://git.yidaimingjvn.xyz/mayx/blog_cn
http://39.105.67.143:3000/mayx/blog_cn http://39.105.67.143:3000/mayx/blog_cn
@ -125,20 +110,14 @@ http://58.213.60.6:19000/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.graveyard.sh/mayx/blog https://git.graveyard.sh/mayx/blog
https://git.nathanspackman.com/mayx/blog
http://git.mynas71.myds.me/mayx/blog
https://git.veraskolivna.net/mayx/blog https://git.veraskolivna.net/mayx/blog
https://git.lifetop.net/mayx/blog
https://gitea.jnyuxia.com/mayx/blog https://gitea.jnyuxia.com/mayx/blog
https://gitea.hello.faith/mayx/blog
https://git.violka-it.net/mayx/blog
https://git.danpeak.co.uk/mayx/blog https://git.danpeak.co.uk/mayx/blog
https://gitea.mynas-lechner.de/mayx/blog https://gitea.mynas-lechner.de/mayx/blog
https://git.esen.gay/mayx/blog https://git.esen.gay/mayx/blog
https://git.webtims.ru/mayx/blog https://git.webtims.ru/mayx/blog
https://gitlab.iplusus.com/mayx/blog https://gitlab.iplusus.com/mayx/blog
https://git.miasma-os.com/mayx/blog https://git.miasma-os.com/mayx/blog
https://gitea.nacsity.cn/mayx/blog
https://git.zakum.cn/mayx/blog https://git.zakum.cn/mayx/blog
http://47.109.103.110:9000/mayx/blog_cn http://47.109.103.110:9000/mayx/blog_cn
http://51.159.198.233:3000/mayx/blog http://51.159.198.233:3000/mayx/blog
@ -150,45 +129,30 @@ http://119.96.62.56:3000/mayx/blog_cn
http://43.143.209.246:6300/mayx/blog_cn http://43.143.209.246:6300/mayx/blog_cn
http://39.100.183.95:88/mayx/blog_cn http://39.100.183.95:88/mayx/blog_cn
http://www.xshideserver.com:3000/mayx/blog_cn http://www.xshideserver.com:3000/mayx/blog_cn
http://159.75.131.235:3001/mayx/blog_cn
http://1.117.67.95:3000/mayx/blog_cn
http://81.70.102.154/mayx/blog_cn http://81.70.102.154/mayx/blog_cn
http://111.228.34.40:3000/mayx/blog_cn
http://36.133.248.69:3088/mayx/blog_cn http://36.133.248.69:3088/mayx/blog_cn
http://220.205.16.27:18081/mayx/blog_cn http://220.205.16.27:18081/mayx/blog_cn
http://183.204.60.122:10081/mayx/blog_cn http://183.204.60.122:10081/mayx/blog_cn
https://gitea.wuyuank.com/mayx/blog_cn
http://47.106.222.181:20511/mayx/blog_cn http://47.106.222.181:20511/mayx/blog_cn
https://gitea.myat4.com/mayx/blog_cn https://gitea.myat4.com/mayx/blog_cn
http://118.24.161.24:3000/mayx/blog_cn http://118.24.161.24:3000/mayx/blog_cn
http://githanea.s.odn.cc/mayx/blog_cn
https://git.dev.chuweizi.com/mayx/blog https://git.dev.chuweizi.com/mayx/blog
http://36.138.125.206:3000/mayx/blog_cn http://36.138.125.206:3000/mayx/blog_cn
https://silica.codes/mayx/blog
https://git.crystalyx.net/mayx/blog https://git.crystalyx.net/mayx/blog
https://gittea.dev/mayx/blog https://gittea.dev/mayx/blog
https://code.infininov.com/mayx/blog
https://src.enterpriselinux.social/mayx/blog
https://gitea.grxe.io/mayx/blog https://gitea.grxe.io/mayx/blog
https://gitea.accept.dev.dbf.nl/mayx/blog https://gitea.accept.dev.dbf.nl/mayx/blog
https://git.jhossain.online/mayx/blog https://git.jhossain.online/mayx/blog
https://barhoum-lab.fr/mayx/blog https://barhoum-lab.fr/mayx/blog
https://git.fedaya.net/mayx/blog
https://redev.lol/mayx/blog https://redev.lol/mayx/blog
https://papi.tkpups.com/mayx/blog
https://git.beyond-a-i.org/mayx/blog
http://huanghomenas2.myqnapcloud.com:4000/mayx/blog_cn
http://git.zhmight.com/mayx/blog_cn http://git.zhmight.com/mayx/blog_cn
https://intl-dev.gaia888.com/mayx/blog_cn
http://gitea.snailtrack.cn/mayx/blog_cn http://gitea.snailtrack.cn/mayx/blog_cn
https://code.draussenfunker.de/mayx/blog_cn https://code.draussenfunker.de/mayx/blog_cn
https://git.dinsor.co.th/mayx/blog https://git.dinsor.co.th/mayx/blog
http://www.arkproject.top/mayx/blog
http://www.bkandssp.cn:30/mayx/blog http://www.bkandssp.cn:30/mayx/blog
http://gitea.ydxtool.com/mayx/blog http://gitea.ydxtool.com/mayx/blog
https://gitea.malxte.de/mayx/blog https://gitea.malxte.de/mayx/blog
https://git.0xee.eu/mayx/blog https://git.0xee.eu/mayx/blog
https://git.crwlr.ir/mayx/blog
https://git.nozora.top/mayx/blog https://git.nozora.top/mayx/blog
https://git.edenit.co.kr/mayx/blog https://git.edenit.co.kr/mayx/blog
https://git.catgirlsneed.homes/mayx/blog https://git.catgirlsneed.homes/mayx/blog
@ -200,9 +164,7 @@ http://git.hbg99.com:8080/mayx/blog_cn
https://git.eplg.services/mayx/blog https://git.eplg.services/mayx/blog
http://namonba.asuscomm.com:3001/mayx/blog http://namonba.asuscomm.com:3001/mayx/blog
http://109.199.98.226:3001/mayx/blog http://109.199.98.226:3001/mayx/blog
https://gitea.digitanie.org/mayx/blog
https://git.xleed.com/mayx/blog https://git.xleed.com/mayx/blog
https://qlcodegitserver.online/mayx/blog
https://git.supernets.org/mayx/blog https://git.supernets.org/mayx/blog
https://git.digitaltelepresence.com/mayx/blog https://git.digitaltelepresence.com/mayx/blog
https://git.hrfee.pw/mayx/blog https://git.hrfee.pw/mayx/blog
@ -211,47 +173,28 @@ https://git.kaki87.net/mayx/blog
https://forgejo.vanten-s.com/mayx/blog https://forgejo.vanten-s.com/mayx/blog
http://ysx.myds.me:3005/mayx/blog http://ysx.myds.me:3005/mayx/blog
http://124.71.169.183:3000/mayx/blog http://124.71.169.183:3000/mayx/blog
https://git.csi-kjsce.org/mayx/blog
https://hiwifi.denq.us:8418/mayx/blog
https://git.msoucy.me/mayx/blog https://git.msoucy.me/mayx/blog
http://140.120.108.238:49308/mayx/blog http://140.120.108.238:49308/mayx/blog
http://git.chilidoginteractive.com:3000/mayx/blog_cn http://git.chilidoginteractive.com:3000/mayx/blog_cn
https://git.thunder-data.cn/mayx/blog_cn https://git.thunder-data.cn/mayx/blog_cn
https://git.cukak.com/mayx/blog_cn
https://git.ixu.me/mayx/blog_cn
http://git.uhfdemo.com/mayx/blog_cn http://git.uhfdemo.com/mayx/blog_cn
http://43.143.142.38:7001/mayx/blog_cn http://43.143.142.38:7001/mayx/blog_cn
https://gitea.smartechouse.com/mayx/blog_cn
http://git.feashow.cn/mayx/blog_cn
http://git.yangben365.com/mayx/blog_cn
https://git.wieerwill.dev/mayx/blog https://git.wieerwill.dev/mayx/blog
https://git.etwo.dev/mayx/blog
https://git.panda-number.one/mayx/blog https://git.panda-number.one/mayx/blog
https://datacortex.pl/mayx/blog https://datacortex.pl/mayx/blog
https://git.trevorbotha.net/mayx/blog
https://viacivis.de/mayx/blog
http://www.wybpohro.com:3000/mayx/blog_cn
https://gitea.jobiglo.com/mayx/blog_cn https://gitea.jobiglo.com/mayx/blog_cn
http://118.31.7.2:3000/mayx/blog_cn http://118.31.7.2:3000/mayx/blog_cn
http://www.dothing.com:6999/mayx/blog_cn
http://101.37.147.115:3000/mayx/blog_cn http://101.37.147.115:3000/mayx/blog_cn
https://gitea.originaltech.cn/mayx/blog_cn
https://git.akarmain.ru/mayx/blog_cn https://git.akarmain.ru/mayx/blog_cn
https://git.georgew.dev/mayx/blog https://git.georgew.dev/mayx/blog
https://gitea.keymantek.com:777/mayx/blog https://gitea.keymantek.com:777/mayx/blog
http://git.realrobots.net/mayx/blog http://git.realrobots.net/mayx/blog
https://www.tksea.top/mayx/blog
https://wtrb.uk:8443/mayx/blog
http://www.souper.ee/mayx/blog http://www.souper.ee/mayx/blog
https://git.tirtapakuan.co.id/mayx/blog https://git.tirtapakuan.co.id/mayx/blog
https://tacticallysolved.com/mayx/blog
https://git.juntekim.com/mayx/blog
https://git.farmtowntech.com/mayx/blog
https://gitea.viperlance.net/mayx/blog https://gitea.viperlance.net/mayx/blog
https://git.woopwoopserver.com/mayx/blog https://git.woopwoopserver.com/mayx/blog
http://tian-you.top:7020/mayx/blog http://tian-you.top:7020/mayx/blog
http://34.17.182.140/mayx-gogs/blog http://34.17.182.140/mayx-gogs/blog
https://gitea.octifor.synology.me:60443/mayx/blog
http://gitea.mikarsoft.com/mayx/blog http://gitea.mikarsoft.com/mayx/blog
https://git.zhewen-tong.cc/mayx/blog https://git.zhewen-tong.cc/mayx/blog
https://mcgit.place/mayx/blog https://mcgit.place/mayx/blog
@ -264,54 +207,36 @@ https://git.smart-family.net/mayx/blog
https://git.chiasson.cloud/mayx/blog https://git.chiasson.cloud/mayx/blog
https://git.sleepeesoftware.fr/mayx/blog https://git.sleepeesoftware.fr/mayx/blog
https://git.everestlinux.org/mayx/blog https://git.everestlinux.org/mayx/blog
https://git.devinmajor.com/mayx/blog
https://git.netzbyte.com/mayx/blog https://git.netzbyte.com/mayx/blog
https://repo.saticogroup.com/mayx/blog
https://ataymakhzan.com/mayx/blog https://ataymakhzan.com/mayx/blog
https://repo.qruize.com/mayx/blog https://repo.qruize.com/mayx/blog
https://git.xneon.org/mayx/blog https://git.xneon.org/mayx/blog
https://git.lamby.gay/mayx/blog https://git.lamby.gay/mayx/blog
https://imperionblast.org/mayx/blog
https://donkey.abanbytes.eu/mayx/blog https://donkey.abanbytes.eu/mayx/blog
https://lab.dutt.ch/mayx/blog https://lab.dutt.ch/mayx/blog
https://git.liestral.io/mayx/blog
https://gitea.dabit.synology.me/mayx/blog https://gitea.dabit.synology.me/mayx/blog
http://www.javabrew.org/mayx/blog
https://git.joinplu.me/mayx/blog https://git.joinplu.me/mayx/blog
http://otter.top/mayx/blog http://otter.top/mayx/blog
https://git.xiongyi.xin/mayx/blog
https://git.pdy.ph/mayx/blog
http://188.66.0.25:3000/mayx/blog http://188.66.0.25:3000/mayx/blog
https://gitea.deliverables.io/mayx/blog https://gitea.deliverables.io/mayx/blog
https://git.sevenvm.de/mayx/blog https://git.sevenvm.de/mayx/blog
https://code.letsbe.solutions/mayx/blog
https://git.mlhub.it/mayx/blog https://git.mlhub.it/mayx/blog
https://git.coastit.co.za/mayx/blog
https://git.0bin.in/mayx/blog
https://jsuse.com/mayx/blog
https://git.truncgil.com/mayx/blog
http://23.182.16.150:3000/mayx/blog http://23.182.16.150:3000/mayx/blog
https://git.jingflowai.com/mayx/blog
https://git.ritonquilol.fr/mayx/blog https://git.ritonquilol.fr/mayx/blog
https://bis127.vse.cz/mayx/blog https://bis127.vse.cz/mayx/blog
https://gitea.diereimers.org/mayx/blog
https://app.gitpasha.com/mayx/blog https://app.gitpasha.com/mayx/blog
http://www.flowzl.top/mayx/blog http://www.flowzl.top/mayx/blog
https://git.psg.net.au/mayx/blog https://git.psg.net.au/mayx/blog
https://shaman2025.site/mayx/blog https://shaman2025.site/mayx/blog
https://gitea.ccllc.pro/mayx/blog https://gitea.ccllc.pro/mayx/blog
https://gitea.hpdocker.hpress.de/mayx/blog https://gitea.hpdocker.hpress.de/mayx/blog
https://vertpartneerss.club/mayx/blog
https://git.jhammah.com/mayx/blog https://git.jhammah.com/mayx/blog
https://git.kemomimi.site/mayx/blog https://git.kemomimi.site/mayx/blog
https://gitea.kolesarhome.com/mayx/blog https://gitea.kolesarhome.com/mayx/blog
http://sexy6688.vip/mayx/blog
https://gitbucket.aint-no.info/mayx/blog https://gitbucket.aint-no.info/mayx/blog
https://gitea.emulab.it/mayx/blog https://gitea.emulab.it/mayx/blog
https://git.wikeo.ovh/mayx/blog https://git.wikeo.ovh/mayx/blog
https://gitea.finesoft.club:4431/mayx/blog
https://gitea.precia.site/mayx/blog https://gitea.precia.site/mayx/blog
https://git.bitscat.vn/mayx/blog
http://arch52.co.uk/mayx/blog http://arch52.co.uk/mayx/blog
https://devcraft-dot.tech/mayx/blog https://devcraft-dot.tech/mayx/blog
https://a-t-g.ru/mayx/blog https://a-t-g.ru/mayx/blog
@ -319,41 +244,89 @@ http://qiubei-git.cn/mayx/blog_cn
http://wangbeibei.xyz:6002/mayx/blog http://wangbeibei.xyz:6002/mayx/blog
http://8.141.82.163:20000/mayx/blog_cn http://8.141.82.163:20000/mayx/blog_cn
http://152.136.126.252:3000/mayx/blog_cn http://152.136.126.252:3000/mayx/blog_cn
https://home.zhupei.me:3000/mayx/blog_cn
http://gitea.coderpath.com/mayx/blog_cn http://gitea.coderpath.com/mayx/blog_cn
https://gitea.quiztimes.nl/mayx/blog_cn
https://www.chenisgod.com:3096/mayx/blog_cn https://www.chenisgod.com:3096/mayx/blog_cn
http://81.70.30.91:3000/mayx/blog_cn http://81.70.30.91:3000/mayx/blog_cn
http://yidaima.cn:6008/mayx/blog_cn http://yidaima.cn:6008/mayx/blog_cn
https://gitea.kdlsvps.top/mayx/blog_cn
http://8.148.31.14:3000/mayx/blog_cn http://8.148.31.14:3000/mayx/blog_cn
http://58.17.14.95:8001/mayx/blog_cn http://58.17.14.95:8001/mayx/blog_cn
http://39.99.175.172:8000/mayx/blog_cn http://39.99.175.172:8000/mayx/blog_cn
http://39.171.252.63:3000/mayx/blog_cn http://39.171.252.63:3000/mayx/blog_cn
https://git.lucas-michel.fr/mayx/blog_cn
https://git.archieri.fr/mayx/blog_cn
https://git.cdev.su/mayx/blog https://git.cdev.su/mayx/blog
https://root-kit.ru/mayx/blog https://root-kit.ru/mayx/blog
https://git.gnyra.com/mayx/blog_cn https://git.gnyra.com/mayx/blog_cn
https://git.newnaturalphilosophy.org/mayx/blog_cn https://git.newnaturalphilosophy.org/mayx/blog_cn
https://git.jingchengdl.com/mayx/blog_cn
https://gitea.detr.top/mayx/blog_cn https://gitea.detr.top/mayx/blog_cn
http://175.178.193.35:3000/mayx/blog_cn http://175.178.193.35:3000/mayx/blog_cn
http://frp5.mmszxc.xin:55469/mayx/blog_cn http://frp5.mmszxc.xin:55469/mayx/blog_cn
http://gitea.jb1000.com:88/mayx/blog_cn http://gitea.jb1000.com:88/mayx/blog_cn
https://gitea.liyongzheng.fun/mayx/blog_cn https://gitea.liyongzheng.fun/mayx/blog_cn
http://www.22ai.vip/mayx/blog_cn http://www.22ai.vip/mayx/blog_cn
https://git.tutulab.online/mayx/blog_cn
http://voodoo.plus/mayx/blog_cn
https://git.extra.eiffel.com/mayx/blog_cn https://git.extra.eiffel.com/mayx/blog_cn
https://hdtime.space/mayx/blog_cn
http://219.151.177.172:3000/mayx/blog_cn http://219.151.177.172:3000/mayx/blog_cn
http://62.234.20.54:3000/mayx/blog_cn http://62.234.20.54:3000/mayx/blog_cn
https://git.urnas.cn/mayx/blog_cn https://git.urnas.cn/mayx/blog_cn
http://20.6.159.133:3000/mayx/blog_cn
https://gitea.4gunn.cn:52443/mayx/blog_cn https://gitea.4gunn.cn:52443/mayx/blog_cn
https://git.4tempo.com/mayx/blog_cn
https://gitea.nightdev.cn:9527/mayx/blog_cn
https://git.hivetasks.com/mayx/blog_cn
https://git.ddns.net/mayx/blog_cn https://git.ddns.net/mayx/blog_cn
http://jdunlap.com/mayx/blog http://jdunlap.com/mayx/blog
https://git.silica.codes/mayx/blog
https://www.vitelgrid.app/mayx/blog
https://gitruhub.ru/mayx/blog
https://git.linuxposting.xyz/mayx/blog
http://www.jingdujiaoyu.net/mayx/blog
https://git.techworkshop42.ru/mayx/blog
http://speedyfox.app/mayx/blog
https://mjjtop.com/mayx/blog
https://git.noosfera.digital/mayx/blog
https://git.birdideas.net/mayx/blog
https://forgejo.wanderingmonster.dev/mayx/blog
http://v.udvip.com/mayx/blog
https://gitea-fs0kwo8kccc4g88g0kk8k88c.gnextd.io/mayx/blog
https://git.edavmig.ru/mayx/blog
https://gitea.ns5001k.sigma2.no/mayx/blog
https://git.dongshan.tech/mayx/blog
https://fzsimo.com/mayx/blog
https://git.hemangvyas.com/mayx/blog
https://git.zotadevices.ru/mayx/blog
https://gitav.ru/mayx/blog
https://sapkyy.ru/mayx/blog
https://git.sakuzyo.net/mayx/blog
https://git.zefie.net/mayx/blog
https://git.jinzhao.me/mayx/blog
http://www.365rise.top/mayx/blog
https://git.ifuntanhub.dev/mayx/blog
https://git.aptcloud.ru/mayx/blog
https://gitea.simssoftware.in/mayx/blog
https://gitlab.dev.genai-team.ru/mayx/blog
https://d.roxyipt.com/mayx/blog
https://git.umervtilte.lol/mayx/blog
https://git.bitpak.ru/mayx/blog
https://git.amamedis.de/mayx/blog
https://gitea.neanderhub.com/mayx/blog
https://git.kunstglass.de/mayx/blog
https://git.kry008.xyz/mayx/blog
https://gitea.onfing.ir/mayx/blog
https://gitea.xala.dev/mayx/blog
https://gitea.augeo.dev/mayx/blog_cn
http://36.213.200.127:23000/mayx/blog_cn
http://20.219.0.85:3000/mayx/blog_cn
https://git.niisse.net/mayx/blog_cn
https://gitea.yfandxt.asia/mayx/blog_cn
http://81.69.57.215:3000/mayx/blog_cn
https://git.dglyoo.com/mayx/blog_cn
http://c8202.top:3000/mayx/blog_cn
http://nojava.fun/mayx/blog_cn
http://www.zhima.life/mayx/blog_cn
https://git.wending993.top/mayx/blog_cn
https://gitimn.com/mayx/blog
http://git.zapthisblog.com/mayx/blog
https://forgejo.networkx.de/mayx/blog
https://git.resacachile.cl/mayx/blog
https://zhanghome.uk/mayx/blog
https://git.rentakloud.com/mayx/blog
https://git.solutionsinc.co.uk/mayx/blog
https://no-idea.life/mayx/blog
https://www.sosupple.com/mayx/blog
https://gitea.thomas.rocks/mayx/blog
https://git.patapouk.fr/mayx/blog
https://git.vycsucre.gob.ve/mayx/blog

Internal Server Error - xll
500 Internal Server Error

Gitea Version: 1.24.2