This commit is contained in:
make
2025-04-23 12:05:37 +08:00
parent eb0c21dff9
commit c7bba117a1
16 changed files with 182 additions and 184 deletions

View File

@@ -32,21 +32,29 @@ button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resD
{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} {if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": "https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}", "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}' "url": 'https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{else} {else}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}', "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}', "url": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{/if} {/if}
@@ -69,7 +77,7 @@ button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resD
{block name="main"} {block name="main"}
<p class="site-description">{$strDescription??''}</p> <h2 class="site-description">{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}</h2>
<div class="navpf"> <div class="navpf">
<nav class="sortChannel_nav"> <nav class="sortChannel_nav">

View File

@@ -31,21 +31,29 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} {if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": "https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}", "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}' "url": 'https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{else} {else}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}', "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}', "url": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{/if} {/if}

View File

@@ -31,21 +31,29 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} {if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": "https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}", "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}', "url": 'https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{else} {else}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": 'https://{$DomainModel->d_domain}{site:nflurl gender="$Request.route.strGender" category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}', "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}', "url": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{/if} {/if}

View File

@@ -32,21 +32,29 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} {if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": "https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}", "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}', "url": 'https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{else} {else}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": 'https://{$DomainModel->d_domain}{site:nflurl gender="$Request.route.strGender" category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}', "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}', "url": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{/if} {/if}

View File

@@ -2,28 +2,21 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh"> <html lang="zh">
<head> <head>
{block name="get-data"} {block name="get-data"}{/block}
{/block}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#000">
<meta name="robots" content="index, follow">
<title>{block name="title"}{/block}</title> <title>{block name="title"}{/block}</title>
<meta name="keywords" content='{block name="keywords"}{/block}'> <meta name="keywords" content='{block name="keywords"}{/block}'>
<meta name="description" content='{block name="description"}{/block}'> <meta name="description" content='{block name="description"}{/block}'>
<meta charset="UTF-8"> <link rel="shortcut icon" href="/template/shikong/img/favicon.ico" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#000">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="applicable-device" content="mobile">
<meta name="c" c="0">
<meta name="my" k="aporn">
<!-- <base target="_blank"> --> <!-- <base target="_blank"> -->
<link rel="apple-touch-icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/template/shikong/css/bootstrap.px.min.css"> <link rel="stylesheet" type="text/css" href="/template/shikong/css/bootstrap.px.min.css">
<link rel="stylesheet" type="text/css" href="/template/shikong/css/bootstrap-icons.css"> <link rel="stylesheet" type="text/css" href="/template/shikong/css/bootstrap-icons.css">
<link href="/template/shikong/huiyuan/js/plugin/layer/need/layer.css" rel="stylesheet"> <link href="/template/shikong/huiyuan/js/plugin/layer/need/layer.css" rel="stylesheet">
@@ -37,62 +30,35 @@
{block name="head-css"}{/block} {block name="head-css"}{/block}
<script type="text/javascript" src="/template/shikong/js/jquery-2.2.4.min.js"></script> <script type="text/javascript" src="/template/shikong/js/jquery-2.2.4.min.js"></script>
<script type="application/javascript"
src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/Swiper/8.0.6/swiper-bundle.min.js" defer></script>
<script type="text/javascript" src="/template/shikong/js/lozad.min.js"></script> <script type="text/javascript" src="/template/shikong/js/lozad.min.js"></script>
<script src="/template/shikong/vendor/layer/layer.js" type="module" charset="utf-8"></script> <script src="/template/shikong/vendor/layer/layer.js" type="module" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script> <script type="text/javascript" src='/template/shikong/js/index.js'></script>
<script type="text/javascript" src="/template/shikong/js/qrcode.min.js"></script>
<script type="text/javascript" src="/template/shikong/js/enc/public.min.js"></script>
<!-- <script type="text/javascript" src='/template/shikong/js/enc/qd.min.js?version={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script> -->
<script type="text/javascript" src='/template/shikong/js/index-247463.js'></script>
{block name="head-js"}{/block} {block name="head-js"}{/block}
{block name="head"}{/block}
</head> </head>
<body style="font-size: 14px;" class='{block name="body-class"}{/block}' > <body style="font-size: 14px;" class='{block name="body-class"}{/block}' >
<div class="v-s-nav-box-h"> <div class="v-s-nav-box-h">
<div class="s-main-box"> <div class="s-main-box">
<div class="s-logo"> <div class="s-logo">
<a href="/"> {block name="logo-html"}
<h1 >—{$DomainModel->d_name}—</h1>
<p>{$DomainModel->d_domain}</p> {/block}
</a>
</div> </div>
<div class="v-s-nav-search-box3"> <div class="v-s-nav-search-box3">
<a href="/searchhome/0.html"> <a href="/searchhome/0.html">
<div class="s-search"> <div class="s-search">
<i class="s-icon-search"></i> <i class="s-icon-search"></i>
<span class="s-tips">点击搜索</span> <span class="s-tips">点击搜索</span>
<!-- <div class="s-tags">
<span class="s-link-tag"></span>
</div> -->
</div> </div>
</a> </a>
</div> </div>
</div> </div>
<!-- <div class="s-main-box-middle" style="max-height:1rem">
<div
class="swiper swiper-top-zxcv swiper-initialized swiper-horizontal swiper-pointer-events swiper-ios swiper-backface-hidden">
<div class="swiper-wrapper">
<div class="swiper-slide" style="max-height:1rem">
<a href="{gg_tiao_zhuan_di_zhi}" target="_blank">
<img src="{gg_tu_pian}" style="display: block;width:100%;max-height:1rem" alt="">
<div class="content">{gg_wen_zi|customEntities|raw}</div>
</a>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div> -->
<script> <script>
$(function(){ $(function(){
let pageId = "#{block name='nav-active-class'}{/block}" +"-page" let pageId = "#{block name='nav-active-class'}{/block}" +"-page"
@@ -129,58 +95,10 @@
</div> </div>
<div class="content-box"> <div class="content-box">
<!-- <div style="margin-top:0px;width:100%;">
<div class="main-box">
<div class="alert alert-primary" style="padding: 5px 10px;margin-bottom:0;border-radius:0px;"><strong><i
class="bi bi-bell-fill"></i></strong>
<div id="scroll-outer" class="scroll__outer">
<div id="scroll-inner" class="scroll__inner"
style="transform: translate3d(-180.5px, 0px, 0px);">
<div class="scroll__text">
{site:wz wz="本站永久域名" /}{$DomainModel->d_domain}{site:wz wz="请收藏!发送任意邮件至" /}{site:site valcode='site_email' encode='false'/}&nbsp;{site:wz wz="也可秒得最新地址!" /}
</div>
<div class="scroll__text" id="last-text">
{site:wz wz="本站永久域名" /}{$DomainModel->d_domain}{site:wz wz="请收藏!发送任意邮件至" /}{site:site valcode='site_email' encode='false'/}&nbsp;{site:wz wz="也可秒得最新地址!" /}
</div>
</div>
</div>
</div>
</div>
</div> -->
<div class="item-box" style="margin-top:0;"> <div class="item-box" style="margin-top:0;">
<div class="main-box"> <div class="main-box">
<!-- <div class="index-items-wrap">
<div class="grid-box-s2">
<div>
<img class="pre-img lozad"
data-src="{gg_tu_pian}?v={site:cfg code='STATIC_FILE_VERSION' encode='false'/}"
src="/template/shikong/images/loading_img_bg_default.jpg?v={site:cfg code='STATIC_FILE_VERSION' encode='false'/}">
<a href="{gg_tiao_zhuan_di_zhi}" rel="external nofollow" target="_blank" alt="12">
<div class="name">{gg_wen_zi|customEntities|raw}</div>
</a>
</div>
</div>
</div> -->
<!-- <div class="p-card-box">
<dl>
<dt>
<div class="item">
<a href="{gg_tiao_zhuan_di_zhi}" alt="19"
target="_blank">
<b>{gg_wen_zi|customEntities|raw}</b>
</a>
</div>
</dt>
</dl>
</div> -->
</div> </div>
</div> </div>

View File

@@ -34,12 +34,13 @@
{block name="head-js"}{/block} {block name="head-js"}{/block}
{block name="logo-html"} {block name="logo-html"}
<h1 class="bookname"> <a href="/">
<a href="/" style="color:#ffffff">{$DomainModel->d_name}</a>-免费在线阅读热门小说 <h1 >-{$DomainModel->d_name}-<p>{$DomainModel->d_text_logo}</p></h1>
</h1> </a>
{/block} {/block}
{block name="main"} {block name="main"}
<h2 class="site-description">{$DomainModel->d_index_description}</h2>
<div class="layout-root"> <div class="layout-root">
<div class="work-content"> <div class="work-content">
<div class="entry-point"> <div class="entry-point">
@@ -178,9 +179,9 @@
<div class=""> <div class="">
<div class="novel-list mei_ri_gen_xin_list"> <div class="novel-list mei_ri_gen_xin_list">
{novel:list count="20" sort_type="update" d_key="key" d_val="Novel" cache_life="86400"} {novel:list count="20" sort_type="update" d_key="key" d_val="Novel" cache_life="86400"}
<a href="" class="list-header"> <a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' class="list-header">
<div class="block_txt "> <div class="block_txt ">
<h2>{$Novel.n_name}</h2> <h3>{$Novel.n_name}</h3>
<p class="xiaoshuo_info"> <p class="xiaoshuo_info">
<span>{$Novel.n_category}/ <span>{$Novel.n_author} </span></span> <span>{$Novel.n_category}/ <span>{$Novel.n_author} </span></span>
<span>{:date('m-d')}</span></p> <span>{:date('m-d')}</span></p>

View File

@@ -29,25 +29,52 @@ button_num="8" cache_life="86400" func="generateCategoryPager" export_name="resD
content='https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}' /> content='https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}' />
{/if} {/if}
<meta property="og:type" content="book" /> <meta property="og:type" content="book" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content='{site:replace code="NOVEL@GETLIBRARY@TITLE"}'>
<meta name="twitter:description" content='{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}'>
<!-- 结构化数据 --> <!-- 结构化数据 -->
{if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'} {if $Request.route.strGender == 'all' && $Request.route.strCategory == 'all' && $Request.route.strStatus == 'all'}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": "https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}", "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}' "url": 'https://{$DomainModel->d_domain}{$strCategoryIndexUrlTemp}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
}
} }
</script> </script>
{else} {else}
<script type="application/ld+json"> <script type="application/ld+json">
{ {
"@context": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}', "@context": "https://schema.org",
"@type": "book", "@type": "CollectionPage",
"headline": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}', "url": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}',
"description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}', "name": '{site:replace code="NOVEL@GETLIBRARY@TITLE"}',
"datePublished": "{:date('Y-m-d')}" "description": '{site:replace code="NOVEL@GETLIBRARY@DESCRIPTION"}',
"publisher": {
"@type": "Organization",
"name": "{$DomainModel->d_name}",
} ,
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "首页",
"item": "https://{$DomainModel->d_domain}"
},
{
"@type": "ListItem",
"position": 2,
"name": "{site:getval code="strNovelCategoryName" /}",
"item": 'https://{$DomainModel->d_domain}{site:nflurl category="$Request.route.strCategory" status="$Request.route.strStatus" page="$Request.route.intPage"/}'
}
]
} }
</script> </script>
{/if} {/if}
@@ -58,20 +85,32 @@ button_num="8" cache_life="86400" func="generateCategoryPager" export_name="resD
{block name='nav-active-class'}home{/block} {block name='nav-active-class'}home{/block}
{block name="body-class"}novel_home{/block} {block name="body-class"}novel_home{/block}
{block name="logo-html"}
<h1 class="bookname">
<a href="/"
style="color:#ffffff">{$DomainModel->d_name}</a>-{$Request.route.strCategory}{$Request.route.strOrder}{$Request.route.strStatus}免费阅读
</h1>
{/block}
{block name="nav-html"}{/block} {block name="nav-html"}{/block}
{block name="logo-html"}
<a href="/">
<h2 >-{$DomainModel->d_name}-<span>{$DomainModel->d_text_logo}</span></h2>
</a>
{/block}
{block name="main"} {block name="main"}
<h1 class="site-description">{site:getval code="strNovelCategoryName" /}{site:getval code="strNovelOrder" /}{site:getval code="strNovelStatus" /}小说 - 免费在线阅读</h1>
<nav class="breadcrumb" aria-label="breadcrumb">
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
<p class="site-description">{$strDescription??''}</p> <li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="/" itemprop="item">
<span itemprop="name">首页</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="{$strCategoryIndexUrlTemp}" itemprop="item">
<span itemprop="name">分类</span>
</a>
<meta itemprop="position" content="2" />
</li>
</ol>
</nav>
<div class="layout-root"> <div class="layout-root">
<div id="classify"> <div id="classify">
<div class="w-category"> <div class="w-category">
@@ -79,13 +118,13 @@ button_num="8" cache_life="86400" func="generateCategoryPager" export_name="resD
<div class="list"> <div class="list">
<div class="item"> <div class="item">
<a href="" class="text " id="fenlei_0">{site:wz wz="全部" /}</a> <a href="{$strCategoryIndexUrlTemp}" class="text " id="fenlei_0">{site:wz wz="全部" /}</a>
</div> </div>
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"} {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<div class="item"> <div class="item">
<a href='{site:nflurl category="$strCategoryPinyin" status="$Request.route.strStatus" order="$Request.route.strOrder" page="$Request.route.intPage"/}' <a href='{site:nflurl category="$strCategoryPinyin" status="$Request.route.strStatus" order="$Request.route.strOrder" page="$Request.route.intPage"/}'
id="fenlei_{$strCategoryPinyin}" class="text "> id="fenlei_{$strCategoryPinyin}" class="text " title="{$strCategoryName}">
{$strCategoryName}</a> {$strCategoryName}</a>
</div> </div>
{/novel:category} {/novel:category}
@@ -102,7 +141,7 @@ button_num="8" cache_life="86400" func="generateCategoryPager" export_name="resD
{novel:sort d_key="key" d_val="strSortName"} {novel:sort d_key="key" d_val="strSortName"}
<div class="item" id="paixu_{$key}"> <div class="item" id="paixu_{$key}">
<a href='{site:nflurl category="$Request.route.strCategory" order="$key" page="$Request.route.intPage"/}' <a href='{site:nflurl category="$Request.route.strCategory" order="$key" page="$Request.route.intPage"/}'
class="text">{$strSortName}</a> class="text" title="{$strSortName}">{$strSortName}</a>
</div> </div>
{/novel:sort} {/novel:sort}

View File

@@ -3,10 +3,13 @@
<!-- footer --> <!-- footer -->
<div id="firendlink"> <div id="firendlink">
友情连接: 友情连接:
<a href="/sitemap_index.xml">XML地图</a> <a href="/sitemap_index.xml">XML地图</a>
<a href="/site.txt">网站地图</a> <a href="/site.txt">网站地图</a>
</div>
<div id="firendlink">
最新标签:
{site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"} {site:forgelist count="30" d_key="d_key" d_val="ForgeNovel" cache_life="86400"}
<a <a
href='{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'> href='{site:nnurl n_id="$ForgeNovel.n_id" n_py="$ForgeNovel.n_name_pinyin" n_fid="$ForgeNovel.n_forge_id"/}'>

View File

@@ -1,10 +1,10 @@
<div class="bg-top-pink bg-top-pink-minheight"></div> <div class="bg-top-pink bg-top-pink-minheight"></div>
<div class="title"> <div class="title">
<div class="title-text">[strItemTiele]</div> <h2 class="title-text">[strItemTiele]</h2>
<div class="more"> <div class="more">
<span class="icon"> <span class="icon">
<span class="icon__left-label">更多</span> <span class="icon__left-label">更多</span>
<a class="svg" href='{site:nflurl order="tuijian" page="1"/}'> <a class="svg" href='{site:nflurl order="tuijian" page="1"/}' title="[strItemTiele]">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path <path
d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"> d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z">

View File

@@ -3,7 +3,7 @@
<div class="top"> <div class="top">
<img class="pre-img lozad" data-encrypted="false" <img class="pre-img lozad" data-encrypted="false"
src="/static/img/default.jpg" src="/static/img/default.jpg"
data-src="{$Novel.n_cover_path}"> data-src="{$Novel.n_cover_path}" alt="{$Novel['n_name'] ?? ''}小说封面 - {$Novel.n_author}最新章节">
{if isset($showIconStatus) && $showIconStatus == 'paixu'} {if isset($showIconStatus) && $showIconStatus == 'paixu'}
<div class="icon-status">{$key + 1}</div> <div class="icon-status">{$key + 1}</div>
{/if} {/if}
@@ -13,6 +13,6 @@
{/if} {/if}
</div> </div>
<div class="bottom">{$Novel.n_name}</div> <h3 class="bottom">{$Novel.n_name}</h3>
</div> </div>
</a> </a>

View File

@@ -3,7 +3,7 @@
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin"/}'> <a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin"/}'>
<img class="pre-img lozad" data-encrypted="false" <img class="pre-img lozad" data-encrypted="false"
src="/static/img/default.jpg" src="/static/img/default.jpg"
data-src="{$Novel.n_cover_path}"> data-src="{$Novel.n_cover_path}" alt="{$Novel['n_name'] ?? ''}小说封面 - {$Novel.n_author}最新章节">
{if isset($showIconStatus) && $showIconStatus} {if isset($showIconStatus) && $showIconStatus}
<div class="icon-status">{$key + 1}</div> <div class="icon-status">{$key + 1}</div>
@@ -14,7 +14,7 @@
<p class="p1"> <p class="p1">
<a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'></a> <a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'></a>
</p> </p>
<h2><a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel.n_name}</a></h2> <h3><a href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>{$Novel.n_name}</a></h3>
<p class="xiaoshuo_info"><span>{$Novel.n_category} </span><span> {$Novel.n_status}</span> <span> {$Novel.n_author}</span></p> <p class="xiaoshuo_info"><span>{$Novel.n_category} </span><span> {$Novel.n_status}</span> <span> {$Novel.n_author}</span></p>
<p class="xiaoshuo_maioshu"> <p class="xiaoshuo_maioshu">
<a class="ellipsis" href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'> <a class="ellipsis" href='{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}'>

View File

@@ -2432,11 +2432,16 @@ body.swal2-toast-column .swal2-toast .swal2-validation-message {
.config-style-hide{ .config-style-hide{
display: none; display: none;
} }
.s-logo h1 , .s-logo p{ .s-logo h1 ,.s-logo h2 , .s-logo p , .s-logo span{
font-size: .25rem; font-size: .25rem;
margin-bottom: 0px; margin-bottom: 0px;
color: #ffffff; color: #ffffff;
} }
.s-logo h1 { .s-logo h1 , .s-logo h2 {
letter-spacing:5px; letter-spacing:5px;
}
.s-logo p, .s-logo span{
display: block;
letter-spacing:2px;
font-size: .2rem;
} }

File diff suppressed because one or more lines are too long

View File

@@ -77,7 +77,7 @@ body {
line-height: 20px; line-height: 20px;
/* padding-top: 8px; */ /* padding-top: 8px; */
} }
.block_txt h2 { .block_txt h2 , .block_txt h3{
font-size: 0.26rem; font-size: 0.26rem;
margin-bottom: 0px; margin-bottom: 0px;
display: -webkit-box; /* 必须结合 -webkit-line-clamp 使用 */ display: -webkit-box; /* 必须结合 -webkit-line-clamp 使用 */
@@ -244,12 +244,12 @@ margin-right: 0.1rem;
width: 100%; width: 100%;
} }
.site-description { .site-description {
font-size: 0.3rem; font-size: 0.25rem;
padding: 0.1rem 0.1rem; padding: 0.1rem 0.1rem;
line-height: 0.6rem; line-height: 0.4rem;
background: #ffffff; background: #ffffff;
margin-bottom: 0.2rem; margin-bottom: 0.2rem;
text-align: center; text-align: left;
} }