<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
{eyou:channel type='top'}
<url>
    <loc>{$vo.typeurl}</loc>
    <lastmod>{$vo.update_time|date='Y-m-d',###}</lastmod>
    <changefreq>{$config.home_changefreq}</changefreq>
    <priority>{$config.home_priority}</priority>
    <mobile:mobile/>
</url>
{/eyou:channel}

{eyou:arclist limit="{$config.arclist_num}"}
<url>
    <loc>{$vo.arcurl}</loc>
    <lastmod>{$vo.update_time|date='Y-m-d',###}</lastmod>
    <changefreq>{$config.list_changefreq}</changefreq>
    <priority>{$config.list_priority}</priority>
    <mobile:mobile/>
</url>
{/eyou:arclist}

{eyou:tag limit="{$config.tag_num}"}
<url>
    <loc>{$vo.tagurl}</loc>
    <lastmod>{$vo.update_time|date='Y-m-d',###}</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.4</priority>
    <mobile:mobile/>
</url>
{/eyou:tag}
</urlset>