<?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://bzq.shanshann.cn/</loc>
        <lastmod>2023-12-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 移动端主页 -->
    <url>
        <loc>https://bzq.shanshann.cn/index.html</loc>
        <lastmod>2023-12-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- PC版主页 -->
    <url>
        <loc>https://bzq.shanshann.cn/calculator-pc.html</loc>
        <lastmod>2023-12-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 管理后台 -->
    <url>
        <loc>https://bzq.shanshann.cn/admin/login.php</loc>
        <lastmod>2023-12-20</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.3</priority>
    </url>

    <!-- API接口 -->
    <url>
        <loc>https://bzq.shanshann.cn/api/calculate.php</loc>
        <lastmod>2023-12-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- 隐私政策 -->
    <url>
        <loc>https://bzq.shanshann.cn/#privacy</loc>
        <lastmod>2023-12-20</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

    <!-- 使用条款 -->
    <url>
        <loc>https://bzq.shanshann.cn/#terms</loc>
        <lastmod>2023-12-20</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>
    
</urlset>