<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- 主页 -->
    <url>
        <loc>http://localhost:8001/</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- 详情页 -->
    <url>
        <loc>http://localhost:8001/details/article1.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/details/article2.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/details/article3.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/details/article4.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/details/article5.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/details/article6.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/details/article7.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/details/article8.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- 其他页面 -->
    <url>
        <loc>http://localhost:8001/privacy.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/terms.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <url>
        <loc>http://localhost:8001/contact.html</loc>
        <lastmod>2024-11-20</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
</urlset>