<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<!-- 网站首页 -->
<url>
  <loc>{当前根地址}</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>daily</changefreq>
  <priority>1.0</priority>
</url>

<!-- 导航主栏目 -->
<url>
  <loc>{当前根地址}index.html</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>daily</changefreq>
  <priority>0.9</priority>
</url>
<!-- 导航主栏目 -->
<url>
  <loc>{当前根地址}index.php</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>daily</changefreq>
  <priority>0.9</priority>
</url>

<!-- 文章总栏目 -->
<url>
  <loc>{当前根地址}articles/</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>daily</changefreq>
  <priority>0.8</priority>
</url>


<!-- 常用内容页面 -->
<url>
  <loc>{当前根地址}about.html</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>
<url>
  <loc>{当前根地址}51chigua-heibao.html</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<url>
  <loc>{当前根地址}black-material-competition.html</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<url>
  <loc>{当前根地址}black-material-home.html</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<url>
  <loc>{当前根地址}daily-black-material.html</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

<url>
  <loc>{当前根地址}contact.html</loc>
  <lastmod>{当前日期}</lastmod>
  <changefreq>monthly</changefreq>
  <priority>0.7</priority>
</url>

</urlset>