Update 3 files

- /deploy.sh
- /_data/proxylist.yml
- /_data/ai-cache.json
This commit is contained in:
mayx
2025-07-19 15:16:24 +00:00
parent ba857c724b
commit 53a96b52d6
3 changed files with 7 additions and 11 deletions

View File

@@ -164,5 +164,6 @@
"/2025/04/22/ai-limit.html": "LLMLarge Language ModelsGPT-4AI使AILLMAIAI", "/2025/04/22/ai-limit.html": "LLMLarge Language ModelsGPT-4AI使AILLMAIAI",
"/2025/05/07/mac-studio.html": "Mac Studio M3 Ultra使\n\n1. **使** macOS\n2. **LLM** XinferenceLM StudioDeepSeekQwen3DeepSeek-R1\n3. **** Qwen3DeepSeek-R1\n4. **UTM** Mac Studio使VZWindowsAsahi LinuxM3 Ultra\n5. **** Mac Studio M3 Ultra512GBLLM", "/2025/05/07/mac-studio.html": "Mac Studio M3 Ultra使\n\n1. **使** macOS\n2. **LLM** XinferenceLM StudioDeepSeekQwen3DeepSeek-R1\n3. **** Qwen3DeepSeek-R1\n4. **UTM** Mac Studio使VZWindowsAsahi LinuxM3 Ultra\n5. **** Mac Studio M3 Ultra512GBLLM",
"/2025/06/02/optimize.html": "1AI234GitalkGitHub5IE8使 Respond.jsXDR6AtomRSSJSONFeed7IndieWeb", "/2025/06/02/optimize.html": "1AI234GitalkGitHub5IE8使 Respond.jsXDR6AtomRSSJSONFeed7IndieWeb",
"/2025/07/01/xslt.html": "这篇文章讲述了作者如何为博客的XML订阅文件添加一个与博客主题一致的XSLT样式以提高整体风格的统一性。作者遇到的问题包括Jekyll引擎的限制、XML格式的规则、命名空间对输出的影响以及如何解决样式问题。通过模仿现有样式、自定义XSLT布局和doctype-system设置作者最终成功地为订阅文件和Sitemap创建了定制的XSLT样式。整个过程不仅提升了博客细节也让作者学习到了关于XML和XSLT的新知识。" "/2025/07/01/xslt.html": "XMLXSLTJekyllXML仿XSLTdoctype-systemSitemapXSLTXMLXSLT",
"/2025/07/13/hacked.html": "使netstatlsofgs-dbuslibprocesshider.so使Global Socketlogclean"
} }

View File

@@ -7,9 +7,13 @@ mirrors:
- https://mayx.gitlab.io/ - https://mayx.gitlab.io/
- https://mayx.pages.dev/ - https://mayx.pages.dev/
- https://mayx.eu.org/ - https://mayx.eu.org/
- https://mayx.envs.sh/
- https://mayx.envs.net/
- https://mayx.frama.io/ - https://mayx.frama.io/
- https://mayx.pages.gay/
- https://mayx.vercel.app/ - https://mayx.vercel.app/
- https://mayx.netlify.app/ - https://mayx.netlify.app/
- https://mayx.codeberg.page/
- https://mayx.4everland.app/ - https://mayx.4everland.app/
- https://mayx.pages.debian.net/ - https://mayx.pages.debian.net/
- https://mayx.dappling.network/ - https://mayx.dappling.network/
@@ -37,11 +41,7 @@ static:
- https://mayx.nekoweb.org/ - https://mayx.nekoweb.org/
- https://mayx.neocities.org/ - https://mayx.neocities.org/
- https://mayx.srht.site/ - https://mayx.srht.site/
- https://mayx.envs.sh/
- https://mayx.envs.net/
- https://mayx.pages.gay/
- https://mayx.pages.casa/ - https://mayx.pages.casa/
- https://mayx.codeberg.page/
others: others:
- https://unmayx.blogspot.com/ - https://unmayx.blogspot.com/
- https://unmayx.blog.fc2blog.us/ - https://unmayx.blog.fc2blog.us/

View File

@@ -1,11 +1,6 @@
#!/bin/bash #!/bin/bash
curl -L -o Mabbs.md https://github.com/Mabbs/Mabbs/raw/main/README.md
mkdir Mabbs mkdir Mabbs
echo "--- curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
layout: default
---" > Mabbs/index.md
cat Mabbs.md >> Mabbs/index.md
rm -rf Mabbs.md
bundle exec jekyll build -d public bundle exec jekyll build -d public
tar czvf MayxBlog.tgz public/ tar czvf MayxBlog.tgz public/
mv MayxBlog.tgz public/ mv MayxBlog.tgz public/