<?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://hyhowe.cn/</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- 服务产品页面 -->
    <url>
        <loc>https://hyhowe.cn/product</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- 关于我们页面 -->
    <url>
        <loc>https://hyhowe.cn/platform</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- 联系我们页面 -->
    <url>
        <loc>https://hyhowe.cn/contactUs</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- 下载APP页面 -->
    <url>
        <loc>https://hyhowe.cn/downloadApp</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- 红逸UI库 -->
    <url>
        <loc>https://ui.hyhowe.cn/</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- API文档 -->
    <url>
        <loc>https://api.hyhowe.cn/doc.html</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- 
    注意事项：
    1. 请将所有的 https://hongyi.example.com 替换为你的实际域名
    2. 根据你的网站实际页面结构添加或删除URL条目
    3. 更新 lastmod 为实际的最后修改日期（格式：YYYY-MM-DD）
    4. changefreq 可选值：always, hourly, daily, weekly, monthly, yearly, never
    5. priority 范围：0.0 到 1.0，表示页面的相对重要性
    
    如果你有具体的文章页面，可以添加类似这样的条目：
    <url>
        <loc>https://hongyi.example.com/blog/article-title</loc>
        <lastmod>2024-01-01</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    -->

</urlset>