118 lines
4.8 KiB
HTML
118 lines
4.8 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/help.css" />
|
|
</head>
|
|
<body class="page-help">
|
|
<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 href="app.html">应用下载</a>
|
|
<a class="active" 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 help-hero">
|
|
<div class="container">
|
|
<div class="hero-copy">
|
|
<div class="eyebrow">帮助中心</div>
|
|
<h1>从创建到协作,快速解决常见问题</h1>
|
|
<p class="lead">
|
|
帮助内容由平台持续维护,覆盖账号、家谱和内容使用中的常见问题。
|
|
</p>
|
|
<div class="help-tags">
|
|
<span>账号安全</span><span>家谱使用</span><span>内容管理</span>
|
|
</div>
|
|
</div>
|
|
<div class="hero-card help-card tilt-card">
|
|
<div class="help-orb"></div>
|
|
<div class="help-icon">?</div>
|
|
<h3>需要人工协助?</h3>
|
|
<p class="muted">
|
|
遇到资料导入、权限或账号问题,可以提交说明,客服会协助处理。
|
|
</p>
|
|
<a class="btn primary magnetic" href="submit-ticket.html"
|
|
>提交工单</a
|
|
>
|
|
<a class="btn ghost magnetic" href="my-tickets.html">我的工单</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section alt faq-section">
|
|
<div class="container">
|
|
<div class="section-head">
|
|
<h2>常见问题</h2>
|
|
<p>选择问题后读取平台发布的完整解答。</p>
|
|
<button class="btn ghost" type="button" data-help-refresh>刷新帮助</button>
|
|
</div>
|
|
<div class="muted" data-help-status role="status" aria-live="polite"></div>
|
|
<div class="faq-list is-loading" data-help-list>
|
|
<div class="api-state api-state--loading" data-api-state="loading" role="status" aria-live="polite" aria-busy="true">正在读取帮助文章…</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>
|
|
<a href="help.html">帮助中心</a>
|
|
<a href="submit-ticket.html">提交问题</a>
|
|
<a href="about.html">关于平台</a>
|
|
</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="config.js"></script>
|
|
<script src="utils/StorageUtil.js"></script>
|
|
<script src="utils/axios.js"></script>
|
|
<script src="utils/AxiosRequestUtil.js"></script>
|
|
<script src="utils/ApiClient.js"></script>
|
|
<script src="public/js/page-effects.js"></script>
|
|
<script src="public/js/profile-common.js"></script>
|
|
<script src="public/js/help-pages.js"></script>
|
|
</body>
|
|
</html>
|