This commit is contained in:
make
2025-04-12 18:20:35 +08:00
parent 1d431ecce5
commit 760fe47b5e
40 changed files with 751 additions and 338 deletions

View File

@@ -20,7 +20,7 @@
"url": "https://{$DomainModel->d_domain}",
"potentialAction": {
"@type": "SearchAction",
"target": "https://https://{$DomainModel->d_domain}/search.html?keyword={search_term_string}",
"target": 'https://https://{$DomainModel->d_domain}{site:souurl key="search_term_string" p="1"/}',
"query-input": "required name=search_term_string"
}
}
@@ -44,21 +44,13 @@
</div>
<h2 class="site-description">{$DomainModel->d_index_description}</h2>
<!-- search -->
<!-- <div class="bar">
<form method="post" name="search" action="/search.html">
<input type="text" name="keyword" id="q" placeholder="请输入书名/作者" class="search-key" />
<button type="submit" class="search-btn" id="search-btn">Go</button>
</form>
</div> -->
<!-- nav -->
<div class="nav">
<a href="/paihang/all">
<a href="{$strRankUrlTemp}">
<img src="/template/kuangyu/home/new_wap/images/ranking.png" alt="排行榜" />
<span>排行榜</span>
</a>
<a href="/shuku/all">
<a href="{$strCategoryIndexUrlTemp}">
<img src="/template/kuangyu/home/new_wap/images/bookcase.png" alt="书库" />
<span>书库</span>
</a>
@@ -67,8 +59,8 @@
alt="文章" />
<span>文章</span>
</a> -->
<a href="/user">
<img src="/template/kuangyu/home/new_wap/images/user.png"
<a href="{$strUserUrlTemp}">
<img src="/template/kuangyu/home/new_wap/images{$strUserUrlTemp}.png"
alt="书架" />
<span>个人中心</span>
</a>