<?xml version="1.0" encoding="utf-8"?>
   <!-- XML文件需以utf-8编码-->
   <urlset>
      <!--必填-->
       <url>
           <loc>https://www.yjtenergy.com/index.html</loc>
           <lastmod>2021-07-16</lastmod>
           <changefreq>monthly</changefreq>
		   <!--优先权标签，优先权值0.0-1.0，用来告知引擎该条url的优先级-->
           <priority>0.8</priority>
       </url>
   </urlset>