This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
{block name="get-data"}{/block}
<meta charset="UTF-8">
@@ -7,21 +8,32 @@
<title>{block name="title"}{/block}</title>
<meta name="keywords" content='{block name="keywords"}{/block}'>
<meta name="description" content='{block name="description"}{/block}'>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<!-- 动态主题颜色 -->
{// 动态主题颜色 }
<style>
:root {
:root{
--primary-color: {$TpStyle.color_primary};
--secondary-color: {$TpStyle.color_secondary};
--accent-color: {$TpStyle.color_accent};
--bg-color: {$TpStyle.color_bg};
--bg-soft-color: {$TpStyle.color_bg_soft};
--text-color: {$TpStyle.color_text_primary};
--text-muted-color: {$TpStyle.color_text_secondary};
--border-color: {$TpStyle.color_border};
--grad-start: {$TpStyle.color_grad_start};
--grad-end: {$TpStyle.color_grad_end};
--page-max-width: {$TpStyle.page_max_width_pc}px;
}
body{
background: var(--bg-color);
color: var(--text-color);
}
</style>
<!-- 自适应 CSS -->
<link rel="stylesheet" href="/template/videoGpt1/static/css/style_1.css?v={$TpStyle.static_hash}">
<!-- <link rel="stylesheet" href="/template/videoGpt1/static/css/style_{$TpStyle.theme_id}.css?v={$TpStyle.static_hash}"> -->
{// 每个域名专属 CSS合并 + 前缀替换后) }
<link rel="stylesheet" href="{$TpCss}">
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -42,59 +54,32 @@
})();
</script>
</head>
{block name="strPageCode"}
<?php $strPageCode = 'home'; ?>
{/block}
<body data-class="{$TpStyle.dom_prefix}">
{// header}
{include file="$TpTpl.head" /}
<body>
<main class="{$TpStyle.dom_prefix}-main">
{block name="main"}{/block}
</main>
<header class="nav">
<div class="nav-inner">
<a class="logo" href="/">Movie</a>
{// footer }
{include file="$TpTpl.foot" /}
<form class="search" action="/search.html">
<input name="wd" type="text" placeholder="搜索影片…">
</form>
{// DOM 干扰节点,站群差异用 }
<div style="display:none">tpl-{$TpStyle.static_hash}</div>
<!-- pc 菜单 -->
<nav class="menu-pc">
<a href="/">首页</a>
<a href="/list/1.html">电影</a>
<a href="/list/2.html">电视剧</a>
<a href="/list/3.html">综艺</a>
<a href="/list/4.html">动漫</a>
</nav>
<!-- h5 菜单按钮 -->
<div class="menu-btn" onclick="document.querySelector('.menu-h5').classList.toggle('show')"></div>
</div>
<!-- h5 下拉菜单 -->
<nav class="menu-h5">
<a href="/">首页</a>
<a href="/list/1.html">电影</a>
<a href="/list/2.html">电视剧</a>
<a href="/list/3.html">综艺</a>
<a href="/list/4.html">动漫</a>
</nav>
</header>
<main class="main">
{block name="main"}
{/block}
</main>
<footer class="footer">
<p>本站不存储任何视频,资源均来自互联网公开提供。</p>
</footer>
<!-- DOM 干扰节点,站群差异用 -->
<div style="display:none">tpl-{$TpStyle.static_hash}</div>
{// 全局统计 }
{// 全局统计 }
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
{// 站点统计 }
{$DomainModel->d_statis|raw}
{// 站点统计 }
{$DomainModel->d_statis|raw}
{block name="footer-js"}{/block}
<script type="text/javascript"
src="{site:cfg code='PUBLIC_STATIC_DOMAIN' encode='false'/}/static/js/lazy.js?v={site:cfg code='STATIC_FILE_VERSION' encode='false'/}"></script>
</body>
</html>
</html>

View File

@@ -0,0 +1,39 @@
<footer class="{$TpStyle.dom_prefix}-fA-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-fA-links">
{if $i == 1}
<span>友情链接:</span>
{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">
{$ad.gg_wen_zi}
</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-fA-sitemap">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
<div class="{$TpStyle.dom_prefix}-fA-copy">
<p class="{$TpStyle.dom_prefix}-fA-desc">
本站内容整理自网络,仅供学习与交流使用,
如有侵权或不当内容,请联系我们处理。
</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-fA-email">
联系邮箱:{$strEmail}
</p>
{/if}
<p class="{$TpStyle.dom_prefix}-fA-cr">
© 20082025 {$DomainModel->d_name} · All Rights Reserved
</p>
</div>
</footer>

View File

@@ -0,0 +1,44 @@
<footer class="{$TpStyle.dom_prefix}-fB-wrap">
<div class="{$TpStyle.dom_prefix}-fB-main">
<div class="{$TpStyle.dom_prefix}-fB-left">
<p class="{$TpStyle.dom_prefix}-fB-desc">
{$DomainModel->d_name} 提供影视内容索引与信息展示,
资源来源于互联网公开渠道。
</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-fB-email">
联系邮箱:{$strEmail}
</p>
{/if}
<p class="{$TpStyle.dom_prefix}-fB-cr">
© 20082025 {$DomainModel->d_name}
</p>
</div>
<div class="{$TpStyle.dom_prefix}-fB-right">
<nav class="{$TpStyle.dom_prefix}-fB-sitemap">
<a href="/sitemap.html">网站地图</a>
<a href="/rss/baidu.xml">百度</a>
<a href="/rss/so.xml">360</a>
<a href="/sitemap_index.xml">XML</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-fB-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">
{$ad.gg_wen_zi}
</a>
</div>
{/ad:list}
</div>
</div>
</footer>

View File

@@ -0,0 +1,29 @@
<footer class="{$TpStyle.dom_prefix}-fC-wrap">
<section class="{$TpStyle.dom_prefix}-fC-block">
<strong>{$DomainModel->d_name}</strong>
<p>本站提供影视内容导航与信息索引服务。</p>
{if $strEmail}
<p>联系邮箱:{$strEmail}</p>
{/if}
</section>
<section class="{$TpStyle.dom_prefix}-fC-block">
<nav>
<a href="/sitemap.html">网站地图</a>
<a href="/rss/baidu.xml">百度</a>
<a href="/rss/so.xml">360</a>
<a href="/sitemap_index.xml">XML</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-fC-block">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">
{$ad.gg_wen_zi}
</a>
</section>
{/ad:list}
</footer>

View File

@@ -0,0 +1,20 @@
<footer class="{$TpStyle.dom_prefix}-fD-wrap">
<p>
<a href="/sitemap.html">地图</a> ·
<a href="/rss/baidu.xml">百度</a> ·
<a href="/rss/so.xml">360</a> ·
<a href="/sitemap_index.xml">XML</a>
</p>
{if $strEmail}
<p>联系:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p>
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
</footer>

View File

@@ -0,0 +1,24 @@
<footer class="{$TpStyle.dom_prefix}-fE-wrap">
<p class="{$TpStyle.dom_prefix}-fE-title">
{$DomainModel->d_name}
</p>
<p class="{$TpStyle.dom_prefix}-fE-desc">
本站仅提供信息展示与索引服务,内容来源于网络。
</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-fE-email">
邮箱联系:{$strEmail}
</p>
{/if}
<nav class="{$TpStyle.dom_prefix}-fE-sitemap">
<a href="/sitemap.html">网站地图</a>
<a href="/rss/baidu.xml">百度</a>
<a href="/rss/so.xml">360</a>
<a href="/sitemap_index.xml">XML</a>
</nav>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f01-a-w9if7-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f01-a-w9if7-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f01-a-w9if7-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f01-a-w9if7-copy">
<p class="{$TpStyle.dom_prefix}-f01-a-w9if7-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f01-a-w9if7-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f01-a-w9if7-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f02-b-qjynf-shell">
<div class="{$TpStyle.dom_prefix}-f02-b-qjynf-grid">
<section class="{$TpStyle.dom_prefix}-f02-b-qjynf-left">
<nav class="{$TpStyle.dom_prefix}-f02-b-qjynf-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f02-b-qjynf-desc">本站内容整理自网络,仅供学习与交流使用。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f02-b-qjynf-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f02-b-qjynf-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f02-b-qjynf-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f02-b-qjynf-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f02-b-qjynf-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f03-c-41n16-wrap">
<section class="{$TpStyle.dom_prefix}-f03-c-41n16-card">
<strong class="{$TpStyle.dom_prefix}-f03-c-41n16-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f03-c-41n16-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f03-c-41n16-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f03-c-41n16-card">
<nav class="{$TpStyle.dom_prefix}-f03-c-41n16-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f03-c-41n16-card {$TpStyle.dom_prefix}-f03-c-41n16-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f03-c-41n16-copy">
<p class="{$TpStyle.dom_prefix}-f03-c-41n16-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f04-d-c60lx-mini">
<p class="{$TpStyle.dom_prefix}-f04-d-c60lx-map">
<a href="/sitemap.html" target="_blank">地图入口</a> ·
<a href="/rss/baidu.xml" target="_blank">百度索引</a> ·
<a href="/rss/so.xml" target="_blank">360索引</a> ·
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</p>
<p class="{$TpStyle.dom_prefix}-f04-d-c60lx-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f04-d-c60lx-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f04-d-c60lx-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f04-d-c60lx-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f05-e-ayc1q-info">
<address class="{$TpStyle.dom_prefix}-f05-e-ayc1q-addr">
<span class="{$TpStyle.dom_prefix}-f05-e-ayc1q-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f05-e-ayc1q-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f05-e-ayc1q-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f05-e-ayc1q-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f05-e-ayc1q-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f05-e-ayc1q-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f06-a-oxm31-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f06-a-oxm31-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f06-a-oxm31-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f06-a-oxm31-copy">
<p class="{$TpStyle.dom_prefix}-f06-a-oxm31-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f06-a-oxm31-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f06-a-oxm31-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f07-b-xwk0s-shell">
<div class="{$TpStyle.dom_prefix}-f07-b-xwk0s-grid">
<section class="{$TpStyle.dom_prefix}-f07-b-xwk0s-left">
<nav class="{$TpStyle.dom_prefix}-f07-b-xwk0s-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f07-b-xwk0s-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f07-b-xwk0s-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f07-b-xwk0s-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f07-b-xwk0s-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f07-b-xwk0s-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f07-b-xwk0s-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f08-c-59sd9-wrap">
<section class="{$TpStyle.dom_prefix}-f08-c-59sd9-card">
<strong class="{$TpStyle.dom_prefix}-f08-c-59sd9-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f08-c-59sd9-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f08-c-59sd9-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f08-c-59sd9-card">
<nav class="{$TpStyle.dom_prefix}-f08-c-59sd9-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f08-c-59sd9-card {$TpStyle.dom_prefix}-f08-c-59sd9-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f08-c-59sd9-copy">
<p class="{$TpStyle.dom_prefix}-f08-c-59sd9-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f09-d-gc625-mini">
<p class="{$TpStyle.dom_prefix}-f09-d-gc625-map">
<a href="/sitemap.html" target="_blank">网站地图</a> ·
<a href="/rss/baidu.xml" target="_blank">百度收录</a> ·
<a href="/rss/so.xml" target="_blank">360收录</a> ·
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</p>
<p class="{$TpStyle.dom_prefix}-f09-d-gc625-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f09-d-gc625-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f09-d-gc625-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f09-d-gc625-cr">{$DomainModel->d_name} © 20082025</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f10-e-k85lo-info">
<address class="{$TpStyle.dom_prefix}-f10-e-k85lo-addr">
<span class="{$TpStyle.dom_prefix}-f10-e-k85lo-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f10-e-k85lo-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f10-e-k85lo-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f10-e-k85lo-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f10-e-k85lo-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f10-e-k85lo-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f100-e-u00sr-info">
<address class="{$TpStyle.dom_prefix}-f100-e-u00sr-addr">
<span class="{$TpStyle.dom_prefix}-f100-e-u00sr-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f100-e-u00sr-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f100-e-u00sr-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f100-e-u00sr-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f100-e-u00sr-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f100-e-u00sr-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f11-a-0bn0c-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f11-a-0bn0c-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f11-a-0bn0c-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f11-a-0bn0c-copy">
<p class="{$TpStyle.dom_prefix}-f11-a-0bn0c-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f11-a-0bn0c-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f11-a-0bn0c-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f12-b-ly8o4-shell">
<div class="{$TpStyle.dom_prefix}-f12-b-ly8o4-grid">
<section class="{$TpStyle.dom_prefix}-f12-b-ly8o4-left">
<nav class="{$TpStyle.dom_prefix}-f12-b-ly8o4-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f12-b-ly8o4-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f12-b-ly8o4-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f12-b-ly8o4-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f12-b-ly8o4-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f12-b-ly8o4-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f12-b-ly8o4-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f13-c-8qj13-wrap">
<section class="{$TpStyle.dom_prefix}-f13-c-8qj13-card">
<strong class="{$TpStyle.dom_prefix}-f13-c-8qj13-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f13-c-8qj13-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f13-c-8qj13-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f13-c-8qj13-card">
<nav class="{$TpStyle.dom_prefix}-f13-c-8qj13-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f13-c-8qj13-card {$TpStyle.dom_prefix}-f13-c-8qj13-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f13-c-8qj13-copy">
<p class="{$TpStyle.dom_prefix}-f13-c-8qj13-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f14-d-0sd1h-mini">
<p class="{$TpStyle.dom_prefix}-f14-d-0sd1h-map">
<a href="/sitemap.html" target="_blank">地图入口</a> ·
<a href="/rss/baidu.xml" target="_blank">百度索引</a> ·
<a href="/rss/so.xml" target="_blank">360索引</a> ·
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</p>
<p class="{$TpStyle.dom_prefix}-f14-d-0sd1h-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f14-d-0sd1h-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f14-d-0sd1h-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f14-d-0sd1h-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f15-e-hp3a8-info">
<address class="{$TpStyle.dom_prefix}-f15-e-hp3a8-addr">
<span class="{$TpStyle.dom_prefix}-f15-e-hp3a8-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f15-e-hp3a8-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f15-e-hp3a8-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f15-e-hp3a8-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f15-e-hp3a8-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f15-e-hp3a8-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f16-a-ieco1-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f16-a-ieco1-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f16-a-ieco1-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f16-a-ieco1-copy">
<p class="{$TpStyle.dom_prefix}-f16-a-ieco1-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f16-a-ieco1-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f16-a-ieco1-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f17-b-jft9d-shell">
<div class="{$TpStyle.dom_prefix}-f17-b-jft9d-grid">
<section class="{$TpStyle.dom_prefix}-f17-b-jft9d-left">
<nav class="{$TpStyle.dom_prefix}-f17-b-jft9d-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f17-b-jft9d-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f17-b-jft9d-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f17-b-jft9d-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f17-b-jft9d-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f17-b-jft9d-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f17-b-jft9d-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f18-c-oblvs-wrap">
<section class="{$TpStyle.dom_prefix}-f18-c-oblvs-card">
<strong class="{$TpStyle.dom_prefix}-f18-c-oblvs-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f18-c-oblvs-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f18-c-oblvs-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f18-c-oblvs-card">
<nav class="{$TpStyle.dom_prefix}-f18-c-oblvs-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f18-c-oblvs-card {$TpStyle.dom_prefix}-f18-c-oblvs-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f18-c-oblvs-copy">
<p class="{$TpStyle.dom_prefix}-f18-c-oblvs-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f19-d-gm290-mini">
<p class="{$TpStyle.dom_prefix}-f19-d-gm290-map">
<a href="/sitemap.html" target="_blank">网站导航</a> ·
<a href="/rss/baidu.xml" target="_blank">百度地图</a> ·
<a href="/rss/so.xml" target="_blank">360地图</a> ·
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</p>
<p class="{$TpStyle.dom_prefix}-f19-d-gm290-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f19-d-gm290-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f19-d-gm290-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f19-d-gm290-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f20-e-sm9yp-info">
<address class="{$TpStyle.dom_prefix}-f20-e-sm9yp-addr">
<span class="{$TpStyle.dom_prefix}-f20-e-sm9yp-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f20-e-sm9yp-desc">本站仅做信息展示与导航,相关内容请自行甄别。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f20-e-sm9yp-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f20-e-sm9yp-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f20-e-sm9yp-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f20-e-sm9yp-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f21-a-l6lch-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f21-a-l6lch-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f21-a-l6lch-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f21-a-l6lch-copy">
<p class="{$TpStyle.dom_prefix}-f21-a-l6lch-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f21-a-l6lch-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f21-a-l6lch-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f22-b-w8nwq-shell">
<div class="{$TpStyle.dom_prefix}-f22-b-w8nwq-grid">
<section class="{$TpStyle.dom_prefix}-f22-b-w8nwq-left">
<nav class="{$TpStyle.dom_prefix}-f22-b-w8nwq-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f22-b-w8nwq-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f22-b-w8nwq-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f22-b-w8nwq-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f22-b-w8nwq-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f22-b-w8nwq-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f22-b-w8nwq-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f23-c-jufky-wrap">
<section class="{$TpStyle.dom_prefix}-f23-c-jufky-card">
<strong class="{$TpStyle.dom_prefix}-f23-c-jufky-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f23-c-jufky-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f23-c-jufky-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f23-c-jufky-card">
<nav class="{$TpStyle.dom_prefix}-f23-c-jufky-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f23-c-jufky-card {$TpStyle.dom_prefix}-f23-c-jufky-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f23-c-jufky-copy">
<p class="{$TpStyle.dom_prefix}-f23-c-jufky-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f24-d-v0ifo-mini">
<p class="{$TpStyle.dom_prefix}-f24-d-v0ifo-map">
<a href="/sitemap.html" target="_blank">站点地图</a> ·
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a> ·
<a href="/rss/so.xml" target="_blank">360Sitemap</a> ·
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</p>
<p class="{$TpStyle.dom_prefix}-f24-d-v0ifo-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f24-d-v0ifo-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f24-d-v0ifo-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f24-d-v0ifo-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f25-e-3qv6u-info">
<address class="{$TpStyle.dom_prefix}-f25-e-3qv6u-addr">
<span class="{$TpStyle.dom_prefix}-f25-e-3qv6u-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f25-e-3qv6u-desc">本站不存储任何资源,仅提供聚合与检索入口。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f25-e-3qv6u-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f25-e-3qv6u-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f25-e-3qv6u-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f25-e-3qv6u-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f26-a-w3403-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f26-a-w3403-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f26-a-w3403-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f26-a-w3403-copy">
<p class="{$TpStyle.dom_prefix}-f26-a-w3403-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f26-a-w3403-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f26-a-w3403-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f27-b-lfuwy-shell">
<div class="{$TpStyle.dom_prefix}-f27-b-lfuwy-grid">
<section class="{$TpStyle.dom_prefix}-f27-b-lfuwy-left">
<nav class="{$TpStyle.dom_prefix}-f27-b-lfuwy-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f27-b-lfuwy-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f27-b-lfuwy-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f27-b-lfuwy-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f27-b-lfuwy-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f27-b-lfuwy-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f27-b-lfuwy-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f28-c-b4ppi-wrap">
<section class="{$TpStyle.dom_prefix}-f28-c-b4ppi-card">
<strong class="{$TpStyle.dom_prefix}-f28-c-b4ppi-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f28-c-b4ppi-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f28-c-b4ppi-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f28-c-b4ppi-card">
<nav class="{$TpStyle.dom_prefix}-f28-c-b4ppi-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f28-c-b4ppi-card {$TpStyle.dom_prefix}-f28-c-b4ppi-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f28-c-b4ppi-copy">
<p class="{$TpStyle.dom_prefix}-f28-c-b4ppi-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f29-d-ke11f-mini">
<p class="{$TpStyle.dom_prefix}-f29-d-ke11f-map">
<a href="/sitemap.html" target="_blank">地图入口</a> ·
<a href="/rss/baidu.xml" target="_blank">百度索引</a> ·
<a href="/rss/so.xml" target="_blank">360索引</a> ·
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</p>
<p class="{$TpStyle.dom_prefix}-f29-d-ke11f-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f29-d-ke11f-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f29-d-ke11f-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f29-d-ke11f-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f30-e-3pk2m-info">
<address class="{$TpStyle.dom_prefix}-f30-e-3pk2m-addr">
<span class="{$TpStyle.dom_prefix}-f30-e-3pk2m-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f30-e-3pk2m-desc">本站内容整理自网络,仅供学习与交流使用。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f30-e-3pk2m-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f30-e-3pk2m-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f30-e-3pk2m-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f30-e-3pk2m-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f31-a-sl6mj-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f31-a-sl6mj-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f31-a-sl6mj-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f31-a-sl6mj-copy">
<p class="{$TpStyle.dom_prefix}-f31-a-sl6mj-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f31-a-sl6mj-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f31-a-sl6mj-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f32-b-da2ra-shell">
<div class="{$TpStyle.dom_prefix}-f32-b-da2ra-grid">
<section class="{$TpStyle.dom_prefix}-f32-b-da2ra-left">
<nav class="{$TpStyle.dom_prefix}-f32-b-da2ra-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f32-b-da2ra-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f32-b-da2ra-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f32-b-da2ra-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f32-b-da2ra-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f32-b-da2ra-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f32-b-da2ra-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f33-c-jw7yq-wrap">
<section class="{$TpStyle.dom_prefix}-f33-c-jw7yq-card">
<strong class="{$TpStyle.dom_prefix}-f33-c-jw7yq-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f33-c-jw7yq-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f33-c-jw7yq-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f33-c-jw7yq-card">
<nav class="{$TpStyle.dom_prefix}-f33-c-jw7yq-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f33-c-jw7yq-card {$TpStyle.dom_prefix}-f33-c-jw7yq-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f33-c-jw7yq-copy">
<p class="{$TpStyle.dom_prefix}-f33-c-jw7yq-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f34-d-uso4g-mini">
<p class="{$TpStyle.dom_prefix}-f34-d-uso4g-map">
<a href="/sitemap.html" target="_blank">地图入口</a> ·
<a href="/rss/baidu.xml" target="_blank">百度索引</a> ·
<a href="/rss/so.xml" target="_blank">360索引</a> ·
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</p>
<p class="{$TpStyle.dom_prefix}-f34-d-uso4g-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f34-d-uso4g-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f34-d-uso4g-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f34-d-uso4g-cr">{$DomainModel->d_name} © 20082025</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f35-e-4v4cx-info">
<address class="{$TpStyle.dom_prefix}-f35-e-4v4cx-addr">
<span class="{$TpStyle.dom_prefix}-f35-e-4v4cx-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f35-e-4v4cx-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f35-e-4v4cx-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f35-e-4v4cx-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f35-e-4v4cx-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f35-e-4v4cx-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f36-a-hlq0i-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f36-a-hlq0i-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f36-a-hlq0i-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f36-a-hlq0i-copy">
<p class="{$TpStyle.dom_prefix}-f36-a-hlq0i-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f36-a-hlq0i-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f36-a-hlq0i-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f37-b-qcaky-shell">
<div class="{$TpStyle.dom_prefix}-f37-b-qcaky-grid">
<section class="{$TpStyle.dom_prefix}-f37-b-qcaky-left">
<nav class="{$TpStyle.dom_prefix}-f37-b-qcaky-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f37-b-qcaky-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f37-b-qcaky-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f37-b-qcaky-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f37-b-qcaky-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f37-b-qcaky-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f37-b-qcaky-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f38-c-tjo6m-wrap">
<section class="{$TpStyle.dom_prefix}-f38-c-tjo6m-card">
<strong class="{$TpStyle.dom_prefix}-f38-c-tjo6m-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f38-c-tjo6m-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f38-c-tjo6m-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f38-c-tjo6m-card">
<nav class="{$TpStyle.dom_prefix}-f38-c-tjo6m-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f38-c-tjo6m-card {$TpStyle.dom_prefix}-f38-c-tjo6m-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f38-c-tjo6m-copy">
<p class="{$TpStyle.dom_prefix}-f38-c-tjo6m-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f39-d-ncbyx-mini">
<p class="{$TpStyle.dom_prefix}-f39-d-ncbyx-map">
<a href="/sitemap.html" target="_blank">地图入口</a> ·
<a href="/rss/baidu.xml" target="_blank">百度索引</a> ·
<a href="/rss/so.xml" target="_blank">360索引</a> ·
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</p>
<p class="{$TpStyle.dom_prefix}-f39-d-ncbyx-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f39-d-ncbyx-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f39-d-ncbyx-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f39-d-ncbyx-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f40-e-vnl0t-info">
<address class="{$TpStyle.dom_prefix}-f40-e-vnl0t-addr">
<span class="{$TpStyle.dom_prefix}-f40-e-vnl0t-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f40-e-vnl0t-desc">本站内容整理自网络,仅供学习与交流使用。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f40-e-vnl0t-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f40-e-vnl0t-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f40-e-vnl0t-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f40-e-vnl0t-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f41-a-1sbmo-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f41-a-1sbmo-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f41-a-1sbmo-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f41-a-1sbmo-copy">
<p class="{$TpStyle.dom_prefix}-f41-a-1sbmo-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f41-a-1sbmo-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f41-a-1sbmo-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f42-b-wnjnr-shell">
<div class="{$TpStyle.dom_prefix}-f42-b-wnjnr-grid">
<section class="{$TpStyle.dom_prefix}-f42-b-wnjnr-left">
<nav class="{$TpStyle.dom_prefix}-f42-b-wnjnr-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f42-b-wnjnr-desc">本站内容整理自网络,仅供学习与交流使用。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f42-b-wnjnr-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f42-b-wnjnr-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f42-b-wnjnr-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f42-b-wnjnr-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f42-b-wnjnr-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f43-c-71b8w-wrap">
<section class="{$TpStyle.dom_prefix}-f43-c-71b8w-card">
<strong class="{$TpStyle.dom_prefix}-f43-c-71b8w-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f43-c-71b8w-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f43-c-71b8w-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f43-c-71b8w-card">
<nav class="{$TpStyle.dom_prefix}-f43-c-71b8w-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f43-c-71b8w-card {$TpStyle.dom_prefix}-f43-c-71b8w-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f43-c-71b8w-copy">
<p class="{$TpStyle.dom_prefix}-f43-c-71b8w-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f44-d-n4cci-mini">
<p class="{$TpStyle.dom_prefix}-f44-d-n4cci-map">
<a href="/sitemap.html" target="_blank">地图入口</a> ·
<a href="/rss/baidu.xml" target="_blank">百度索引</a> ·
<a href="/rss/so.xml" target="_blank">360索引</a> ·
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</p>
<p class="{$TpStyle.dom_prefix}-f44-d-n4cci-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f44-d-n4cci-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f44-d-n4cci-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f44-d-n4cci-cr">{$DomainModel->d_name} © 20082025</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f45-e-5n5uc-info">
<address class="{$TpStyle.dom_prefix}-f45-e-5n5uc-addr">
<span class="{$TpStyle.dom_prefix}-f45-e-5n5uc-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f45-e-5n5uc-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f45-e-5n5uc-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f45-e-5n5uc-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f45-e-5n5uc-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f45-e-5n5uc-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f46-a-h30k7-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f46-a-h30k7-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f46-a-h30k7-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f46-a-h30k7-copy">
<p class="{$TpStyle.dom_prefix}-f46-a-h30k7-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f46-a-h30k7-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f46-a-h30k7-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f47-b-3qyie-shell">
<div class="{$TpStyle.dom_prefix}-f47-b-3qyie-grid">
<section class="{$TpStyle.dom_prefix}-f47-b-3qyie-left">
<nav class="{$TpStyle.dom_prefix}-f47-b-3qyie-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f47-b-3qyie-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f47-b-3qyie-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f47-b-3qyie-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f47-b-3qyie-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f47-b-3qyie-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f47-b-3qyie-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f48-c-g7ldn-wrap">
<section class="{$TpStyle.dom_prefix}-f48-c-g7ldn-card">
<strong class="{$TpStyle.dom_prefix}-f48-c-g7ldn-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f48-c-g7ldn-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f48-c-g7ldn-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f48-c-g7ldn-card">
<nav class="{$TpStyle.dom_prefix}-f48-c-g7ldn-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f48-c-g7ldn-card {$TpStyle.dom_prefix}-f48-c-g7ldn-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f48-c-g7ldn-copy">
<p class="{$TpStyle.dom_prefix}-f48-c-g7ldn-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f49-d-aaerx-mini">
<p class="{$TpStyle.dom_prefix}-f49-d-aaerx-map">
<a href="/sitemap.html" target="_blank">站点地图</a> ·
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a> ·
<a href="/rss/so.xml" target="_blank">360Sitemap</a> ·
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</p>
<p class="{$TpStyle.dom_prefix}-f49-d-aaerx-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f49-d-aaerx-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f49-d-aaerx-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f49-d-aaerx-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f50-e-y7s9i-info">
<address class="{$TpStyle.dom_prefix}-f50-e-y7s9i-addr">
<span class="{$TpStyle.dom_prefix}-f50-e-y7s9i-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f50-e-y7s9i-desc">本站仅做信息展示与导航,相关内容请自行甄别。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f50-e-y7s9i-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f50-e-y7s9i-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f50-e-y7s9i-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f50-e-y7s9i-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f51-a-m8b1s-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f51-a-m8b1s-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f51-a-m8b1s-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f51-a-m8b1s-copy">
<p class="{$TpStyle.dom_prefix}-f51-a-m8b1s-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f51-a-m8b1s-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f51-a-m8b1s-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f52-b-24r8y-shell">
<div class="{$TpStyle.dom_prefix}-f52-b-24r8y-grid">
<section class="{$TpStyle.dom_prefix}-f52-b-24r8y-left">
<nav class="{$TpStyle.dom_prefix}-f52-b-24r8y-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f52-b-24r8y-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f52-b-24r8y-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f52-b-24r8y-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f52-b-24r8y-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f52-b-24r8y-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f52-b-24r8y-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f53-c-cojlk-wrap">
<section class="{$TpStyle.dom_prefix}-f53-c-cojlk-card">
<strong class="{$TpStyle.dom_prefix}-f53-c-cojlk-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f53-c-cojlk-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f53-c-cojlk-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f53-c-cojlk-card">
<nav class="{$TpStyle.dom_prefix}-f53-c-cojlk-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f53-c-cojlk-card {$TpStyle.dom_prefix}-f53-c-cojlk-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f53-c-cojlk-copy">
<p class="{$TpStyle.dom_prefix}-f53-c-cojlk-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f54-d-9sxsl-mini">
<p class="{$TpStyle.dom_prefix}-f54-d-9sxsl-map">
<a href="/sitemap.html" target="_blank">网站导航</a> ·
<a href="/rss/baidu.xml" target="_blank">百度地图</a> ·
<a href="/rss/so.xml" target="_blank">360地图</a> ·
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</p>
<p class="{$TpStyle.dom_prefix}-f54-d-9sxsl-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f54-d-9sxsl-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f54-d-9sxsl-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f54-d-9sxsl-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f55-e-785z3-info">
<address class="{$TpStyle.dom_prefix}-f55-e-785z3-addr">
<span class="{$TpStyle.dom_prefix}-f55-e-785z3-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f55-e-785z3-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f55-e-785z3-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f55-e-785z3-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f55-e-785z3-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f55-e-785z3-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f56-a-duwcq-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f56-a-duwcq-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f56-a-duwcq-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f56-a-duwcq-copy">
<p class="{$TpStyle.dom_prefix}-f56-a-duwcq-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f56-a-duwcq-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f56-a-duwcq-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f57-b-kowkj-shell">
<div class="{$TpStyle.dom_prefix}-f57-b-kowkj-grid">
<section class="{$TpStyle.dom_prefix}-f57-b-kowkj-left">
<nav class="{$TpStyle.dom_prefix}-f57-b-kowkj-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f57-b-kowkj-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f57-b-kowkj-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f57-b-kowkj-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f57-b-kowkj-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f57-b-kowkj-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f57-b-kowkj-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f58-c-mqbmy-wrap">
<section class="{$TpStyle.dom_prefix}-f58-c-mqbmy-card">
<strong class="{$TpStyle.dom_prefix}-f58-c-mqbmy-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f58-c-mqbmy-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f58-c-mqbmy-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f58-c-mqbmy-card">
<nav class="{$TpStyle.dom_prefix}-f58-c-mqbmy-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f58-c-mqbmy-card {$TpStyle.dom_prefix}-f58-c-mqbmy-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f58-c-mqbmy-copy">
<p class="{$TpStyle.dom_prefix}-f58-c-mqbmy-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f59-d-qv0wh-mini">
<p class="{$TpStyle.dom_prefix}-f59-d-qv0wh-map">
<a href="/sitemap.html" target="_blank">网站导航</a> ·
<a href="/rss/baidu.xml" target="_blank">百度地图</a> ·
<a href="/rss/so.xml" target="_blank">360地图</a> ·
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</p>
<p class="{$TpStyle.dom_prefix}-f59-d-qv0wh-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f59-d-qv0wh-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f59-d-qv0wh-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f59-d-qv0wh-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f60-e-belsk-info">
<address class="{$TpStyle.dom_prefix}-f60-e-belsk-addr">
<span class="{$TpStyle.dom_prefix}-f60-e-belsk-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f60-e-belsk-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f60-e-belsk-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f60-e-belsk-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f60-e-belsk-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f60-e-belsk-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f61-a-9wr8f-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f61-a-9wr8f-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f61-a-9wr8f-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f61-a-9wr8f-copy">
<p class="{$TpStyle.dom_prefix}-f61-a-9wr8f-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f61-a-9wr8f-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f61-a-9wr8f-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f62-b-sct72-shell">
<div class="{$TpStyle.dom_prefix}-f62-b-sct72-grid">
<section class="{$TpStyle.dom_prefix}-f62-b-sct72-left">
<nav class="{$TpStyle.dom_prefix}-f62-b-sct72-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f62-b-sct72-desc">本站内容整理自网络,仅供学习与交流使用。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f62-b-sct72-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f62-b-sct72-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f62-b-sct72-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f62-b-sct72-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f62-b-sct72-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f63-c-zkp2n-wrap">
<section class="{$TpStyle.dom_prefix}-f63-c-zkp2n-card">
<strong class="{$TpStyle.dom_prefix}-f63-c-zkp2n-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f63-c-zkp2n-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f63-c-zkp2n-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f63-c-zkp2n-card">
<nav class="{$TpStyle.dom_prefix}-f63-c-zkp2n-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f63-c-zkp2n-card {$TpStyle.dom_prefix}-f63-c-zkp2n-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f63-c-zkp2n-copy">
<p class="{$TpStyle.dom_prefix}-f63-c-zkp2n-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f64-d-09glb-mini">
<p class="{$TpStyle.dom_prefix}-f64-d-09glb-map">
<a href="/sitemap.html" target="_blank">网站导航</a> ·
<a href="/rss/baidu.xml" target="_blank">百度地图</a> ·
<a href="/rss/so.xml" target="_blank">360地图</a> ·
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</p>
<p class="{$TpStyle.dom_prefix}-f64-d-09glb-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f64-d-09glb-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f64-d-09glb-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f64-d-09glb-cr">{$DomainModel->d_name} © 20082025</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f65-e-ekfys-info">
<address class="{$TpStyle.dom_prefix}-f65-e-ekfys-addr">
<span class="{$TpStyle.dom_prefix}-f65-e-ekfys-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f65-e-ekfys-desc">本站仅做信息展示与导航,相关内容请自行甄别。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f65-e-ekfys-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f65-e-ekfys-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f65-e-ekfys-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f65-e-ekfys-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f66-a-skprj-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f66-a-skprj-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f66-a-skprj-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f66-a-skprj-copy">
<p class="{$TpStyle.dom_prefix}-f66-a-skprj-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f66-a-skprj-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f66-a-skprj-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f67-b-v2kxo-shell">
<div class="{$TpStyle.dom_prefix}-f67-b-v2kxo-grid">
<section class="{$TpStyle.dom_prefix}-f67-b-v2kxo-left">
<nav class="{$TpStyle.dom_prefix}-f67-b-v2kxo-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f67-b-v2kxo-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f67-b-v2kxo-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f67-b-v2kxo-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f67-b-v2kxo-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f67-b-v2kxo-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f67-b-v2kxo-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f68-c-ynrud-wrap">
<section class="{$TpStyle.dom_prefix}-f68-c-ynrud-card">
<strong class="{$TpStyle.dom_prefix}-f68-c-ynrud-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f68-c-ynrud-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f68-c-ynrud-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f68-c-ynrud-card">
<nav class="{$TpStyle.dom_prefix}-f68-c-ynrud-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f68-c-ynrud-card {$TpStyle.dom_prefix}-f68-c-ynrud-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f68-c-ynrud-copy">
<p class="{$TpStyle.dom_prefix}-f68-c-ynrud-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f69-d-4ep9s-mini">
<p class="{$TpStyle.dom_prefix}-f69-d-4ep9s-map">
<a href="/sitemap.html" target="_blank">站点地图</a> ·
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a> ·
<a href="/rss/so.xml" target="_blank">360Sitemap</a> ·
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</p>
<p class="{$TpStyle.dom_prefix}-f69-d-4ep9s-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f69-d-4ep9s-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f69-d-4ep9s-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f69-d-4ep9s-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f70-e-nu4rx-info">
<address class="{$TpStyle.dom_prefix}-f70-e-nu4rx-addr">
<span class="{$TpStyle.dom_prefix}-f70-e-nu4rx-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f70-e-nu4rx-desc">本站仅做信息展示与导航,相关内容请自行甄别。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f70-e-nu4rx-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f70-e-nu4rx-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f70-e-nu4rx-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f70-e-nu4rx-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f71-a-s7yjo-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f71-a-s7yjo-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f71-a-s7yjo-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f71-a-s7yjo-copy">
<p class="{$TpStyle.dom_prefix}-f71-a-s7yjo-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f71-a-s7yjo-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f71-a-s7yjo-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f72-b-jyqvj-shell">
<div class="{$TpStyle.dom_prefix}-f72-b-jyqvj-grid">
<section class="{$TpStyle.dom_prefix}-f72-b-jyqvj-left">
<nav class="{$TpStyle.dom_prefix}-f72-b-jyqvj-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f72-b-jyqvj-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f72-b-jyqvj-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f72-b-jyqvj-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f72-b-jyqvj-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f72-b-jyqvj-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f72-b-jyqvj-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f73-c-3dbrx-wrap">
<section class="{$TpStyle.dom_prefix}-f73-c-3dbrx-card">
<strong class="{$TpStyle.dom_prefix}-f73-c-3dbrx-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f73-c-3dbrx-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f73-c-3dbrx-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f73-c-3dbrx-card">
<nav class="{$TpStyle.dom_prefix}-f73-c-3dbrx-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f73-c-3dbrx-card {$TpStyle.dom_prefix}-f73-c-3dbrx-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f73-c-3dbrx-copy">
<p class="{$TpStyle.dom_prefix}-f73-c-3dbrx-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f74-d-2dx98-mini">
<p class="{$TpStyle.dom_prefix}-f74-d-2dx98-map">
<a href="/sitemap.html" target="_blank">站点地图</a> ·
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a> ·
<a href="/rss/so.xml" target="_blank">360Sitemap</a> ·
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</p>
<p class="{$TpStyle.dom_prefix}-f74-d-2dx98-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f74-d-2dx98-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f74-d-2dx98-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f74-d-2dx98-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f75-e-ka94i-info">
<address class="{$TpStyle.dom_prefix}-f75-e-ka94i-addr">
<span class="{$TpStyle.dom_prefix}-f75-e-ka94i-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f75-e-ka94i-desc">本站内容整理自网络,仅供学习与交流使用。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f75-e-ka94i-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f75-e-ka94i-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f75-e-ka94i-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f75-e-ka94i-cr">{$DomainModel->d_name} © 20082025</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f76-a-lzdgd-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f76-a-lzdgd-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f76-a-lzdgd-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f76-a-lzdgd-copy">
<p class="{$TpStyle.dom_prefix}-f76-a-lzdgd-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f76-a-lzdgd-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f76-a-lzdgd-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f77-b-w8x4d-shell">
<div class="{$TpStyle.dom_prefix}-f77-b-w8x4d-grid">
<section class="{$TpStyle.dom_prefix}-f77-b-w8x4d-left">
<nav class="{$TpStyle.dom_prefix}-f77-b-w8x4d-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f77-b-w8x4d-desc">本站内容整理自网络,仅供学习与交流使用。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f77-b-w8x4d-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f77-b-w8x4d-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f77-b-w8x4d-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f77-b-w8x4d-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f77-b-w8x4d-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f78-c-r524o-wrap">
<section class="{$TpStyle.dom_prefix}-f78-c-r524o-card">
<strong class="{$TpStyle.dom_prefix}-f78-c-r524o-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f78-c-r524o-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f78-c-r524o-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f78-c-r524o-card">
<nav class="{$TpStyle.dom_prefix}-f78-c-r524o-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f78-c-r524o-card {$TpStyle.dom_prefix}-f78-c-r524o-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f78-c-r524o-copy">
<p class="{$TpStyle.dom_prefix}-f78-c-r524o-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f79-d-ropmt-mini">
<p class="{$TpStyle.dom_prefix}-f79-d-ropmt-map">
<a href="/sitemap.html" target="_blank">地图入口</a> ·
<a href="/rss/baidu.xml" target="_blank">百度索引</a> ·
<a href="/rss/so.xml" target="_blank">360索引</a> ·
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</p>
<p class="{$TpStyle.dom_prefix}-f79-d-ropmt-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f79-d-ropmt-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f79-d-ropmt-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f79-d-ropmt-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f80-e-elpjd-info">
<address class="{$TpStyle.dom_prefix}-f80-e-elpjd-addr">
<span class="{$TpStyle.dom_prefix}-f80-e-elpjd-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f80-e-elpjd-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f80-e-elpjd-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f80-e-elpjd-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f80-e-elpjd-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f80-e-elpjd-cr">{$DomainModel->d_name} © 20082025</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f81-a-4v256-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f81-a-4v256-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f81-a-4v256-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f81-a-4v256-copy">
<p class="{$TpStyle.dom_prefix}-f81-a-4v256-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f81-a-4v256-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f81-a-4v256-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f82-b-8ytwc-shell">
<div class="{$TpStyle.dom_prefix}-f82-b-8ytwc-grid">
<section class="{$TpStyle.dom_prefix}-f82-b-8ytwc-left">
<nav class="{$TpStyle.dom_prefix}-f82-b-8ytwc-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f82-b-8ytwc-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f82-b-8ytwc-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f82-b-8ytwc-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f82-b-8ytwc-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f82-b-8ytwc-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f82-b-8ytwc-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f83-c-fv7qp-wrap">
<section class="{$TpStyle.dom_prefix}-f83-c-fv7qp-card">
<strong class="{$TpStyle.dom_prefix}-f83-c-fv7qp-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f83-c-fv7qp-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f83-c-fv7qp-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f83-c-fv7qp-card">
<nav class="{$TpStyle.dom_prefix}-f83-c-fv7qp-map">
<a href="/sitemap.html" target="_blank">网站地图</a>
<a href="/rss/baidu.xml" target="_blank">百度收录</a>
<a href="/rss/so.xml" target="_blank">360收录</a>
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f83-c-fv7qp-card {$TpStyle.dom_prefix}-f83-c-fv7qp-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f83-c-fv7qp-copy">
<p class="{$TpStyle.dom_prefix}-f83-c-fv7qp-cr">{$DomainModel->d_name} © 20082025</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f84-d-ezexp-mini">
<p class="{$TpStyle.dom_prefix}-f84-d-ezexp-map">
<a href="/sitemap.html" target="_blank">网站地图</a> ·
<a href="/rss/baidu.xml" target="_blank">百度收录</a> ·
<a href="/rss/so.xml" target="_blank">360收录</a> ·
<a href="/sitemap_index.xml" target="_blank">XML Sitemap</a>
</p>
<p class="{$TpStyle.dom_prefix}-f84-d-ezexp-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f84-d-ezexp-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f84-d-ezexp-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f84-d-ezexp-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f85-e-pmfun-info">
<address class="{$TpStyle.dom_prefix}-f85-e-pmfun-addr">
<span class="{$TpStyle.dom_prefix}-f85-e-pmfun-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f85-e-pmfun-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f85-e-pmfun-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f85-e-pmfun-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f85-e-pmfun-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f85-e-pmfun-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f86-a-y0kxt-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f86-a-y0kxt-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f86-a-y0kxt-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f86-a-y0kxt-copy">
<p class="{$TpStyle.dom_prefix}-f86-a-y0kxt-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f86-a-y0kxt-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f86-a-y0kxt-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f87-b-63iv9-shell">
<div class="{$TpStyle.dom_prefix}-f87-b-63iv9-grid">
<section class="{$TpStyle.dom_prefix}-f87-b-63iv9-left">
<nav class="{$TpStyle.dom_prefix}-f87-b-63iv9-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f87-b-63iv9-desc">内容来源于网络收集与整理,如有侵权请联系处理。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f87-b-63iv9-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f87-b-63iv9-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f87-b-63iv9-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f87-b-63iv9-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f87-b-63iv9-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f88-c-laju5-wrap">
<section class="{$TpStyle.dom_prefix}-f88-c-laju5-card">
<strong class="{$TpStyle.dom_prefix}-f88-c-laju5-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f88-c-laju5-desc">本站仅做信息展示与导航,相关内容请自行甄别。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f88-c-laju5-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f88-c-laju5-card">
<nav class="{$TpStyle.dom_prefix}-f88-c-laju5-map">
<a href="/sitemap.html" target="_blank">网站导航</a>
<a href="/rss/baidu.xml" target="_blank">百度地图</a>
<a href="/rss/so.xml" target="_blank">360地图</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f88-c-laju5-card {$TpStyle.dom_prefix}-f88-c-laju5-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f88-c-laju5-copy">
<p class="{$TpStyle.dom_prefix}-f88-c-laju5-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,22 @@
<footer class="{$TpStyle.dom_prefix}-f89-d-b7sfl-mini">
<p class="{$TpStyle.dom_prefix}-f89-d-b7sfl-map">
<a href="/sitemap.html" target="_blank">地图入口</a> ·
<a href="/rss/baidu.xml" target="_blank">百度索引</a> ·
<a href="/rss/so.xml" target="_blank">360索引</a> ·
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</p>
<p class="{$TpStyle.dom_prefix}-f89-d-b7sfl-desc">本站内容整理自网络,仅供学习与交流使用。</p>
{if $strEmail}
<p class="{$TpStyle.dom_prefix}-f89-d-b7sfl-email">联系邮箱:{$strEmail}</p>
{/if}
{ad:list code="$strYouQingLiangJieTemp" limit="4" id="ad"}
<p class="{$TpStyle.dom_prefix}-f89-d-b7sfl-links">
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</p>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f89-d-b7sfl-cr">Copyright © 2008-2025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,23 @@
<footer class="{$TpStyle.dom_prefix}-f90-e-0xwsq-info">
<address class="{$TpStyle.dom_prefix}-f90-e-0xwsq-addr">
<span class="{$TpStyle.dom_prefix}-f90-e-0xwsq-brand">{$DomainModel->d_name}</span>
<span class="{$TpStyle.dom_prefix}-f90-e-0xwsq-desc">内容来源于网络收集与整理,如有侵权请联系处理。</span>
{if $strEmail}<span class="{$TpStyle.dom_prefix}-f90-e-0xwsq-email">联系邮箱:{$strEmail}</span>{/if}
</address>
<nav class="{$TpStyle.dom_prefix}-f90-e-0xwsq-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<div class="{$TpStyle.dom_prefix}-f90-e-0xwsq-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<p class="{$TpStyle.dom_prefix}-f90-e-0xwsq-cr">© 20092025 {$DomainModel->d_name}</p>
</footer>

View File

@@ -0,0 +1,21 @@
<footer class="{$TpStyle.dom_prefix}-f91-a-p7c4n-wrap">
{ad:list code="$strYouQingLiangJieTemp" limit="10" id="ad"}
<div class="{$TpStyle.dom_prefix}-f91-a-p7c4n-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<nav class="{$TpStyle.dom_prefix}-f91-a-p7c4n-map">
<a href="/sitemap.html" target="_blank">站点地图</a>
<a href="/rss/baidu.xml" target="_blank">百度Sitemap</a>
<a href="/rss/so.xml" target="_blank">360Sitemap</a>
<a href="/sitemap_index.xml" target="_blank">XML地图</a>
</nav>
<div class="{$TpStyle.dom_prefix}-f91-a-p7c4n-copy">
<p class="{$TpStyle.dom_prefix}-f91-a-p7c4n-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f91-a-p7c4n-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f91-a-p7c4n-cr">© 20092025 {$DomainModel->d_name}</p>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f92-b-u6lbz-shell">
<div class="{$TpStyle.dom_prefix}-f92-b-u6lbz-grid">
<section class="{$TpStyle.dom_prefix}-f92-b-u6lbz-left">
<nav class="{$TpStyle.dom_prefix}-f92-b-u6lbz-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
<p class="{$TpStyle.dom_prefix}-f92-b-u6lbz-desc">本站提供内容索引服务,资源信息来自互联网公开渠道。</p>
</section>
<section class="{$TpStyle.dom_prefix}-f92-b-u6lbz-right">
{ad:list code="$strYouQingLiangJieTemp" limit="8" id="ad"}
<div class="{$TpStyle.dom_prefix}-f92-b-u6lbz-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</div>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f92-b-u6lbz-copy">
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f92-b-u6lbz-email">联系邮箱:{$strEmail}</p>{/if}
<p class="{$TpStyle.dom_prefix}-f92-b-u6lbz-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</section>
</div>
</footer>

View File

@@ -0,0 +1,27 @@
<footer class="{$TpStyle.dom_prefix}-f93-c-w5n2c-wrap">
<section class="{$TpStyle.dom_prefix}-f93-c-w5n2c-card">
<strong class="{$TpStyle.dom_prefix}-f93-c-w5n2c-brand">{$DomainModel->d_name}</strong>
<p class="{$TpStyle.dom_prefix}-f93-c-w5n2c-desc">本站不存储任何资源,仅提供聚合与检索入口。</p>
{if $strEmail}<p class="{$TpStyle.dom_prefix}-f93-c-w5n2c-email">联系邮箱:{$strEmail}</p>{/if}
</section>
<section class="{$TpStyle.dom_prefix}-f93-c-w5n2c-card">
<nav class="{$TpStyle.dom_prefix}-f93-c-w5n2c-map">
<a href="/sitemap.html" target="_blank">地图入口</a>
<a href="/rss/baidu.xml" target="_blank">百度索引</a>
<a href="/rss/so.xml" target="_blank">360索引</a>
<a href="/sitemap_index.xml" target="_blank">XML索引</a>
</nav>
</section>
{ad:list code="$strYouQingLiangJieTemp" limit="6" id="ad"}
<section class="{$TpStyle.dom_prefix}-f93-c-w5n2c-card {$TpStyle.dom_prefix}-f93-c-w5n2c-links">
{if $i == 1}<span>友情链接:</span>{/if}
<a href="{$ad.gg_tiao_zhuan_di_zhi}" target="_blank" rel="nofollow">{$ad.gg_wen_zi}</a>
</section>
{/ad:list}
<div class="{$TpStyle.dom_prefix}-f93-c-w5n2c-copy">
<p class="{$TpStyle.dom_prefix}-f93-c-w5n2c-cr">© 20082025 {$DomainModel->d_name} · All Rights Reserved</p>
</div>
</footer>

Some files were not shown because too many files have changed in this diff Show More