119 lines
5.0 KiB
HTML
119 lines
5.0 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/notice-detail.css" />
|
|
</head>
|
|
<body class="page-notice-detail" 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 class="active" 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 notice-hero">
|
|
<div class="container">
|
|
<div class="hero-copy">
|
|
<div class="eyebrow">Notice</div>
|
|
<h1 data-promotion-title>平台内容公开展示规范说明</h1>
|
|
<p class="lead" data-promotion-summary>
|
|
为了保护家族资料安全,平台仅展示管理员确认公开的家谱介绍、文章、宣传相册和宣传视频。
|
|
</p>
|
|
<div class="article-meta">
|
|
<span>平台公告</span><span data-promotion-time>2026.05</span>
|
|
</div>
|
|
</div>
|
|
<div class="hero-card notice-card tilt-card">
|
|
<span>告</span>
|
|
<p>公开有边界,传承更长久。</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section alt">
|
|
<div class="container notice-layout">
|
|
<!-- 公告详情区域:从 /genealogy/app/promotions 列表中按 id 选择一条展示。 -->
|
|
<article class="notice-content tilt-card" data-promotion-content>
|
|
<p>
|
|
平台前台页面主要用于展示家族文化与公开资料。涉及成员联系方式、详细个人信息、未审核资料等内容,不会在公开页面直接呈现。
|
|
</p>
|
|
<h2>公开内容范围</h2>
|
|
<p>
|
|
可公开内容包括家族简介、姓氏源流、谱文节选、宣传相册、宣传视频、平台公告和管理员允许展示的纪念内容。
|
|
</p>
|
|
<h2>资料维护建议</h2>
|
|
<p>
|
|
建议由管理员先整理资料,再邀请亲人补充和校对。需要修改公开范围时,可以在权限设置中调整。
|
|
</p>
|
|
</article>
|
|
<aside class="notice-side tilt-card">
|
|
<h3>相关页面</h3>
|
|
<a href="help.html">帮助中心</a
|
|
><a href="article-detail.html">家谱知识</a
|
|
><a href="about.html">关于我们</a>
|
|
</aside>
|
|
</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="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/promotion-pages.js"></script>
|
|
<script src="public/js/page-effects.js"></script>
|
|
</body>
|
|
</html>
|