mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
- Created a new JSON file for announcements containing activity and maintenance updates. - Implemented a JavaScript module to fetch, filter, and display announcements dynamically. - Added functionality for editing announcements with a modal interface and live preview. - Included drag-and-drop support for content blocks within the announcement editor. - Enhanced user experience with category filtering and search capabilities.
80 lines
2.2 KiB
XML
80 lines
2.2 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"
|
|
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
|
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
|
|
|
<!-- 首页 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/</loc>
|
|
<lastmod>2026-02-11</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>1.0</priority>
|
|
</url>
|
|
|
|
<!-- 玩家数据页 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/stats.html</loc>
|
|
<lastmod>2026-02-11</lastmod>
|
|
<changefreq>daily</changefreq>
|
|
<priority>0.8</priority>
|
|
</url>
|
|
|
|
<!-- 赞助榜 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/sponsor.html</loc>
|
|
<lastmod>2026-03-05</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
|
|
<!-- 加入游戏 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/join.html</loc>
|
|
<lastmod>2026-03-05</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.9</priority>
|
|
</url>
|
|
|
|
<!-- 共享资源 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/facilities.html</loc>
|
|
<lastmod>2026-03-05</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
|
|
<!-- 文档 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/doc.html</loc>
|
|
<lastmod>2026-03-05</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.6</priority>
|
|
</url>
|
|
|
|
<!-- 在线地图 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/map.html</loc>
|
|
<lastmod>2026-03-05</lastmod>
|
|
<changefreq>monthly</changefreq>
|
|
<priority>0.5</priority>
|
|
</url>
|
|
|
|
<!-- 相册 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/photo.html</loc>
|
|
<lastmod>2026-03-05</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.5</priority>
|
|
</url>
|
|
|
|
<!-- 活动公告 -->
|
|
<url>
|
|
<loc>https://mcpure.lunadeer.cn/announcements.html</loc>
|
|
<lastmod>2026-03-10</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.7</priority>
|
|
</url>
|
|
|
|
</urlset>
|