<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:mobile="http://www.baidu.com/schemas/sitemap-mobile/1/">
    <!--必填-->
    <url>
        <!--必填,定义某一个链接的入口，每一条数据必须要用<url>和</url>来标示 -->
        <loc>http://www.thrombus.cn/index.html</loc>
        <mobile:mobile type="pc,mobile" />
        <!--必填
        标示数据最新一次更新时间  ,URL长度限制在256字节内-->
        <lastmod>2023-09-26</lastmod>
        <!--标示数据更新频率
        更新时间标签，非必填，用来表示最后更新时间 有效值为：always、hourly、daily、weekly、monthly、yearly、never-->
        <changefreq>daily</changefreq>
        <!--优先权标签，优先权值0.0-1.0，用来告知引擎该条url的优先级-->
        <priority>1.0</priority>
    </url>

    <url>
        <loc> https://thrombus.cn/public/app/download.html</loc>
        <mobile:mobile type="pc,mobile" />
        <lastmod>2023-09-26</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.7</priority>
    </url>


</urlset>
 