<?xml version="1.0" encoding="UTF-8"?>
<!--
  路线 A：仅首页进索引，故只有一条 URL，静态文件即可，无需后端生成。
  loc 必须与 index.html 的 canonical 完全一致。
  不写 lastmod：静态文件里的日期会随时间变陈旧，是错信号。
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://craft.qq.com/chat</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
