This commit is contained in:
make
2025-04-17 23:24:49 +08:00
parent d6656219ee
commit fa678a6d0e
10 changed files with 278 additions and 71 deletions

View File

@@ -1,26 +1,18 @@
<html lang="zh">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="renderer" content="webkit">
<meta charset="UTF-8" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="index, follow" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
<meta name="robots" content="index, follow">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-cache,must-revalidate">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="Cache-Control" content="no-transform, max-age=3600" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,user-scalable=no">
<meta name="applicable-device" content="mobile" />
<title>{block name="title"}{/block}</title>
<meta name="keywords" content='{block name="keywords"}{/block}'>
<meta name="description" content='{block name="description"}{/block}'>
<link rel="shortcut icon" href="/template/default/img/favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://{$DomainModel->d_domain}/">
<link href="/public/layer/need/layer.css" rel="stylesheet">
<link href="/template/default/h5/css/style.css" rel="stylesheet" type="text/css">
{block name="meta-other"}{/block}
<link rel="stylesheet" href="/template/default/h5/css/style.css">
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -32,12 +24,11 @@
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
<div class="header">
<div class="operate" id="register"><a href="/">注册</a></div>
<div class="bookname">
<a href="{block name='head-href'}{/block}" style="color:#ffffff">{block name="head-name"}{/block}</a>
</div>
{block name="logo-html"}{/block}
<div class="operate" id="qs_login"><a href="{$strBookShelfUrlTemp}">书架</a></div>
</div>
<div class="nav">
<ul>
<!-- <li><a href="/">首 页</a></li>
@@ -47,6 +38,7 @@
<li><a href="{$strHistoryUrlTemp}">阅读记录</a></li>
</ul>
</div>
<div class="clear"></div>
<div class="novel_search">
<form id="novel_search" class="search-form" method="get" action="{$strSearchIndexUrlTemp}">
@@ -54,18 +46,10 @@
<button type="submit" class="btn-tosearch" form="novel_search" value="submit">搜 索</button>
</form>
</div>
{block name="nav-html"}{/block}
{block name="main"} {/block}
<div class="novel_search">
<form id="novel_search" class="search-form" method="post" action="{$strSearchIndexUrlTemp}">
<input type="text"
class="input-text input-key" name="keyword" placeholder="输入书名/作者进行搜索">
<button type="submit"
class="btn-tosearch" form="novel_search" value="submit">搜 索</button>
</form>
</div>
<div class="wrap-box">
<h3 class="wrap-title">
<span>最新标签</span>
@@ -90,8 +74,8 @@
</div>
<script>
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
</script>
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
</script>
<script src="/template/default/h5/js/jquery.min.js"></script>
<script src="/public/layer/layer.js" type="module" charset="utf-8"></script>
<script src="/template/default/h5/js/common.js"></script>