Files
jiapu/download.html
T
2026-07-09 17:30:10 +08:00

105 lines
4.2 KiB
HTML

<!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/download.css" />
</head>
<body class="page-download" data-promotion-page>
<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 href="plaza.html">家谱广场</a><a href="culture.html">家族文化</a
><a href="surname.html">姓氏百科</a
><a class="active" 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 download-hero">
<div class="container">
<div class="hero-copy">
<div class="eyebrow">Download</div>
<h1>下载代代相传 APP</h1>
<p class="lead">
手机端适合日常上传宣传相册、发布宣传视频、查看家谱和补充资料。
</p>
<div class="detail-actions">
<a class="btn primary magnetic" href="app.html">查看应用介绍</a
><a class="btn ghost magnetic" href="help.html">安装帮助</a>
</div>
</div>
<div class="hero-card qr-card tilt-card">
<div class="qr-box"><span>扫码</span></div>
<h3>手机扫码下载</h3>
<p>支持 iOS 与 Android,实际项目可替换为真实下载二维码。</p>
</div>
</div>
</section>
<section class="section alt">
<div class="container">
<div class="section-head">
<h2>下载方式</h2>
<p>前台先展示下载入口,后续可以接真实应用商店地址。</p>
</div>
<!-- 下载入口区域:内容来自 /genealogy/app/promotions 列表接口。 -->
<div class="grid-3" data-promotion-download-list>
<div class="api-empty">下载推广内容加载中</div>
</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/api-client.js"></script>
<script src="public/js/promotion-pages.js"></script>
<script src="public/js/page-effects.js"></script>
</body>
</html>