   <?xml version="1.0" encoding="utf-8"?>
   <!-- XML文件需以utf-8编码-->
   <urlset>
      <!--必填-->
       <url>
           <!--必填,定义某一个链接的入口，每一条数据必须要用<url>和</url>来标示 -->
           <loc>https://www.hgrs-art.com</loc>
           <!--必填,URL长度限制在256字节内-->
           <lastmod>2025-9-11</lastmod>
           <!--更新时间标签，非必填，用来表示最后更新时间-->
           <changefreq>daily</changefreq>
           <!--更新频率标签，非必填，用来告知引擎页面的更新频率 -->
           <priority>1.0</priority>
           <!--优先权标签，优先权值0.0-1.0，用来告知引擎该条url的优先级-->
       </url>
       <url>
           <loc>https://www.hgrs-art.com/case/</loc>
           <lastmod>2025-09-11</lastmod>
           <changefreq>daily</changefreq>
           <priority>0.8</priority>
       </url>
       <url>
           <loc>https://www.hgrs-art.com/about/</loc>
           <lastmod>2025-09-11</lastmod>
           <priority>0.2</priority>
       </url>
       <url>
           <loc>https://www.hgrs-art.com/news/</loc>
           <lastmod>2025-09-11</lastmod>
           <changefreq>daily</changefreq>
           <priority>0.7</priority>
       </url>
       <url>
           <loc>https://www.hgrs-art.com/contact/</loc>
           <lastmod>2025-09-11</lastmod>
           <priority>0.6</priority>
       </url>
       <url>
           <loc>https://www.hgrs-art.com/jiage/</loc>
           <lastmod>2025-09-11</lastmod>
           <priority>0.5</priority>
       </url>
       <url>
           <loc>https://www.hgrs-art.com/team/</loc>
           <lastmod>2025-09-11</lastmod>
           <priority>0.4</priority>
       </url>
   </urlset>