12 lines
396 B
XML
12 lines
396 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
<!-- // TODO 根据分页 查询最新 50000条章节 -->
|
|
<url>
|
|
<loc>https://www.{$DomainModel->d_domain}/chapters1</loc>
|
|
<lastmod>{:date('Y-m-d')}</lastmod>
|
|
<changefreq>weekly</changefreq>
|
|
<priority>0.6</priority>
|
|
</url>
|
|
<!-- 最多 50,000 个 <url> 条目 -->
|
|
</urlset>
|