This commit is contained in:
make
2025-04-23 15:45:37 +08:00
parent 30270ea7c3
commit 485ef71f9a
14 changed files with 156 additions and 91 deletions

View File

@@ -7,6 +7,24 @@
<priority>1.0</priority>
</url>
<!-- 排行榜 -->
<url>
<loc>https://www.{$DomainModel->d_domain}{$strRankUrlTemp}</loc>
<lastmod>{:date('Y-m-d')}</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
{novel:status d_key="status_key" d_val="val"}
{novel:ranksort d_key="sot_key" d_val="val"}
<url>
<loc>https://www.{$DomainModel->d_domain}{site:rankurl status="$status_key" order="$sot_key" page="1"/}</loc>
<lastmod>{:date('Y-m-d')}</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
{/novel:ranksort}
{/novel:status}
<!-- 分类 -->
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<!-- 排序 -->