<!-- XML声明，定义版本和编码 -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- URL集的命名空间 -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 第一个URL项 -->
  <url>
    <!-- 网页的URL地址 -->
    <loc>http://gjx.xzboke.cn/</loc>
    <!-- 网页最后修改的日期 -->
    <lastmod>2024-06-23</lastmod>
    <!-- 网页内容变更的频率 -->
    <changefreq>daily</changefreq>
    <!-- 该URL相对于其他URL的重要性 -->
    <priority>1.0</priority>
  </url>
  <!-- 第二个URL项 -->
  <url>
    <loc>http://gjx.xzboke.cn/html/sy.html</loc>
    <lastmod>2024-01-02</lastmod>
    <changefreq>never</changefreq>
    <priority>0.8</priority>
  </url>
  <!-- 第三个URL项 -->
  <url>
    <loc>http://gjx.xzboke.cn/html/wtfk.html</loc>
    <lastmod>2024-01-02</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <!-- 第四个URL项 -->
  <url>
    <loc>http://gjx.xzboke.cn/html/gxrz.html</loc>
    <lastmod>2024-06-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <!-- 其他页面... -->
</urlset>