📄 sitemap_topic.ftl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<#list topicList as topic>
<url>
<loc>${forum_url}/post-${topic.post_id}-1.fhtml</loc>
<priority>0.5</priority>
<changefreq>daily</changefreq>
<lastmod>${topic.lastmod}</lastmod>
</url>
</#list>
</urlset>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -