<?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://localhost:5000/</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- YouTube下载页面 -->
    <url>
        <loc>https://localhost:5000/YouTube</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Facebook下载页面 -->
    <url>
        <loc>https://localhost:5000/Facebook</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- X(Twitter)下载页面 -->
    <url>
        <loc>https://localhost:5000/X</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- Telegram下载页面 -->
    <url>
        <loc>https://localhost:5000/Telegram</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    
    <!-- 软件下载页面 -->
    <url>
        <loc>https://localhost:5000/Software</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- 联系我们页面 -->
    <url>
        <loc>https://localhost:5000/Contact</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- 隐私政策页面 -->
    <url>
        <loc>https://localhost:5000/Home/Privacy</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.5</priority>
    </url>
    
    <!-- 浏览器Cookie页面 -->
    <url>
        <loc>https://localhost:5000/BrowserCookie</loc>
        <lastmod>2025-01-06</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    
</urlset>