Files
SearcjGal-frontend/public/sitemap.xml
AdingApkgg 6e170c579c feat: 移除 Quicklink 配置与相关依赖
* 从 `.env.example` 和 `env.d.ts` 中移除 `VITE_QUICKLINK_DELAY` 和 `VITE_QUICKLINK_LIMIT` 配置,简化性能设置。
* 更新 `README.md` 和相关文档,删除 Quicklink 相关的使用示例和说明。
* 在 `package.json` 中移除 `quicklink` 依赖,确保项目依赖的整洁性。
* 优化 `vite.config.ts` 和其他组件,调整性能配置以适应新的加载策略。
2025-12-21 10:45:56 +08:00

44 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd
http://www.google.com/schemas/sitemap-image/1.1
http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd">
<!-- 主页 -->
<url>
<loc>https://searchgal.homes/</loc>
<lastmod>2025-12-21</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
<image:image>
<image:loc>https://searchgal.homes/logo.svg</image:loc>
<image:title>SearchGal - Galgame 聚合搜索</image:title>
<image:caption>Galgame 资源聚合搜索引擎,支持多站点搜索</image:caption>
</image:image>
<image:image>
<image:loc>https://searchgal.homes/og-image.png</image:loc>
<image:title>SearchGal 社交分享图</image:title>
</image:image>
</url>
<!-- AI/LLM 信息页 -->
<url>
<loc>https://searchgal.homes/llms.txt</loc>
<lastmod>2025-12-21</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>
<!-- PWA Manifest -->
<url>
<loc>https://searchgal.homes/manifest.json</loc>
<lastmod>2025-12-21</lastmod>
<changefreq>monthly</changefreq>
<priority>0.3</priority>
</url>
</urlset>