<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- ===== 首页 ===== -->
  <url>
    <loc>http://localhost:8848/zh/web/home</loc>
    <xhtml:link rel="alternate" hreflang="en" href="http://localhost:8848/en/web/home"/>
    <xhtml:link rel="alternate" hreflang="zh" href="http://localhost:8848/zh/web/home"/>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ===== 产品列表 ===== -->
  <url>
    <loc>http://localhost:8848/zh/web/products</loc>
    <xhtml:link rel="alternate" hreflang="en" href="http://localhost:8848/en/web/products"/>
    <xhtml:link rel="alternate" hreflang="zh" href="http://localhost:8848/zh/web/products"/>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ===== 解决方案列表 ===== -->
  <url>
    <loc>http://localhost:8848/zh/web/solutions</loc>
    <xhtml:link rel="alternate" hreflang="en" href="http://localhost:8848/en/web/solutions"/>
    <xhtml:link rel="alternate" hreflang="zh" href="http://localhost:8848/zh/web/solutions"/>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ===== 应用案例列表 ===== -->
  <url>
    <loc>http://localhost:8848/zh/web/cases</loc>
    <xhtml:link rel="alternate" hreflang="en" href="http://localhost:8848/en/web/cases"/>
    <xhtml:link rel="alternate" hreflang="zh" href="http://localhost:8848/zh/web/cases"/>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ===== 新闻列表 ===== -->
  <url>
    <loc>http://localhost:8848/zh/web/news</loc>
    <xhtml:link rel="alternate" hreflang="en" href="http://localhost:8848/en/web/news"/>
    <xhtml:link rel="alternate" hreflang="zh" href="http://localhost:8848/zh/web/news"/>
    <changefreq>daily</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- ===== 关于我们 ===== -->
  <url>
    <loc>http://localhost:8848/zh/web/about</loc>
    <xhtml:link rel="alternate" hreflang="en" href="http://localhost:8848/en/web/about"/>
    <xhtml:link rel="alternate" hreflang="zh" href="http://localhost:8848/zh/web/about"/>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- ===== 联系我们 ===== -->
  <url>
    <loc>http://localhost:8848/zh/web/contact</loc>
    <xhtml:link rel="alternate" hreflang="en" href="http://localhost:8848/en/web/contact"/>
    <xhtml:link rel="alternate" hreflang="zh" href="http://localhost:8848/zh/web/contact"/>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>