家谱现有接口调试50%

This commit is contained in:
rain
2026-07-09 17:29:25 +08:00
commit 6050508144
262 changed files with 63354 additions and 0 deletions
+116
View File
@@ -0,0 +1,116 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>搜索结果 - 代代相传</title>
<link rel="stylesheet" href="public/css/public.css" />
<link rel="stylesheet" href="public/css/search-result.css" />
</head>
<body class="page-search-result">
<header class="site-header">
<div class="container nav">
<a class="brand magnetic" href="index.html"
><img class="brand-logo" src="public/images/logo.png" alt="我们的家谱,代代相传" /></a
>
<nav class="nav-links">
<a href="index.html">首页</a><a href="genealogy.html">数字家谱</a
><a class="active" href="plaza.html">家谱广场</a
><a href="culture.html">家族文化</a><a href="surname.html">姓氏百科</a
><a href="app.html">应用下载</a><a href="help.html">帮助中心</a
><a href="about.html">关于我们</a>
</nav>
<div class="nav-actions">
<a href="login.html">登录</a><a href="register.html">注册</a
><a class="btn primary magnetic" href="create-genealogy.html"
>创建家谱</a
>
</div>
</div>
</header>
<main>
<section class="inner-hero result-hero">
<div class="container">
<div class="hero-copy">
<div class="eyebrow">Search Result</div>
<h1>搜索公开家谱与姓氏资料</h1>
<p class="lead">
输入姓氏、地区、堂号或家谱名称,快速找到公开展示的家谱、文章和姓氏百科内容。
</p>
</div>
<div class="hero-card result-search tilt-card">
<h3>继续搜索</h3>
<div class="toolbar">
<input class="input" placeholder="汤氏、四川、武胜、中山堂" /><a
class="btn primary magnetic"
href="search-result.html"
>搜索</a
>
</div>
</div>
</div>
</section>
<section class="section alt">
<div class="container">
<div class="section-head">
<h2>搜索结果</h2>
<p>示例结果用于承接前台搜索动作。</p>
</div>
<div class="result-list">
<a class="result-card tilt-card" href="family-detail.html"
><span>公开家谱</span>
<h3>四川武胜汤氏族</h3>
<p>成员 128 人,公开谱文 18 篇,宣传相册 7 组。</p></a
>
<a class="result-card tilt-card" href="surname-detail.html"
><span>姓氏百科</span>
<h3>汤姓源流</h3>
<p>查看汤姓源流、堂号、分布和相关家谱。</p></a
>
<a class="result-card tilt-card" href="article-detail.html"
><span>家谱知识</span>
<h3>为什么家谱不只是一本名册</h3>
<p>理解家谱中的关系、故事和协作维护。</p></a
>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div>
<a class="brand" href="index.html"
><img class="brand-logo" src="public/images/logo-light.png" alt="我们的家谱,代代相传" /></a
>
<p>一个面向家庭和宗族的数字家谱与家族文化门户。</p>
</div>
<div>
<h4>产品入口</h4>
<a href="genealogy.html">数字家谱</a
><a href="plaza.html">家谱广场</a><a href="app.html">应用下载</a
><a href="help.html">帮助中心</a>
</div>
<div>
<h4>文化内容</h4>
<a href="culture.html">家族文化</a
><a href="surname.html">姓氏百科</a
><a href="article-detail.html">家谱知识</a
><a href="notice-detail.html">平台公告</a>
</div>
<div>
<h4>联系我们</h4>
<p>客服电话:400-000-0000</p>
<p>邮箱:service@example.com</p>
<p>地址:中国 · 成都</p>
</div>
</div>
<div class="footer-legal">
<div>© 2026 代代相传. All rights reserved.</div>
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopener">ICP备案:蜀ICP备2024044594号-1</a>
</div>
</div>
</footer>
<script src="public/js/page-effects.js"></script>
</body>
</html>