feat:移除了弹窗,服务器添加sls
4
apps/website/src/public/_redirects
Normal file
@ -0,0 +1,4 @@
|
||||
/api/releases/latest /.netlify/functions/releases-latest 200
|
||||
/api/releases/catalog /.netlify/functions/releases-catalog 200
|
||||
/api/releases/miawa /.netlify/functions/releases-miawa 200
|
||||
/api/downloads/prepare /.netlify/functions/downloads-prepare 200
|
||||
BIN
apps/website/src/public/axolotl.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
apps/website/src/public/favicon-light.ico
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
apps/website/src/public/favicon.ico
Normal file
|
After Width: | Height: | Size: 12 KiB |
25
apps/website/src/public/llms.txt
Normal file
@ -0,0 +1,25 @@
|
||||
# Axolotl Launcher
|
||||
|
||||
Axolotl Launcher is a free, open-source, ad-free, cross-platform Minecraft Java Edition launcher which supports Windows, macOS, and Linux.
|
||||
|
||||
It supports searching, installing, and updating mods, modpacks, resource packs, and shaders from both Modrinth and CurseForge.
|
||||
|
||||
Axolotl Launcher also provides instance management, Microsoft and offline/Yggdrasil accounts, Java management, skin customization, and Axolotl Labs.
|
||||
|
||||
Axolotl Labs includes:
|
||||
- Gradient text generator
|
||||
- Minecraft Java Edition seed map
|
||||
- 3D schematic workshop
|
||||
- Recipe generator
|
||||
- AI Powered Minecraft mod translation tool
|
||||
|
||||
Axolotl Launcher is a fork of Modrinth App.
|
||||
|
||||
Official website:
|
||||
https://axlmc.org/
|
||||
|
||||
Source code:
|
||||
https://github.com/Mystic-Stars/Axolotl
|
||||
|
||||
Changelog:
|
||||
https://axlmc.org/changelog
|
||||
4
apps/website/src/public/robots.txt
Normal file
@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://axlmc.org/sitemap.xml
|
||||
BIN
apps/website/src/public/showcase/account-login.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
apps/website/src/public/showcase/axolotl-lab.png
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
apps/website/src/public/showcase/launcher-home.webp
Normal file
|
After Width: | Height: | Size: 269 KiB |
BIN
apps/website/src/public/showcase/theme-accent.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
19
apps/website/src/public/sitemap.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://axlmc.org/</loc>
|
||||
<lastmod>2026-08-10</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://axlmc.org/changelog</loc>
|
||||
<lastmod>2026-08-10</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://axlmc.org/terms</loc>
|
||||
<lastmod>2026-08-02</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://axlmc.org/privacy</loc>
|
||||
<lastmod>2026-08-02</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||