mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-15 04:53:18 +08:00
* 在 `SearchHeader.vue` 中添加友情链接展示功能,支持从 `/data/friends.json` 加载数据。 * 更新 `UpdateToast.vue` 中的倒计时逻辑,将倒计时从 3 秒延长至 5 秒。 * 优化 `vite.config.ts` 和其他组件的样式,提升整体用户体验。 * 在 `useSound.ts` 和 `ui.ts` 中清理多余的空行,保持代码整洁。
44 lines
1.5 KiB
XML
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>
|