<?xml version="1.0" encoding="UTF-8"?>
<!-- 遵循sitemap官方协议 -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 核心首页：优先提交不带#的根域名（推荐） -->
  <url>
    <loc>https://www.shangsec.com/</loc>
    <!-- 最后更新时间，建议改为你实际的网站发布/更新时间 -->
    <lastmod>2026-01-06</lastmod>
    <!-- 更新频率：首页建议设为daily（每天） -->
    <changefreq>daily</changefreq>
    <!-- 优先级：首页设为最高1.0 -->
    <priority>1.0</priority>
  </url>
  
  <!-- 兜底：补充带#的首页地址（兼容爬虫识别） -->
  <url>
    <loc>https://www.shangsec.com/#/</loc>
    <lastmod>2026-01-06</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  
</urlset>