c0001f08c2
- 联系方式:site.json email 改为真实地址,移除假电话,页脚条件渲染 - 死链:功能页 /download.html → /download/,页脚 href="#" 全部落地或移除 - 按钮指向:价格「购买」→ /register/,「联系销售/演示」→ mailto - 导航:新增库存管理、审核流直链;模块卡加「了解更多」入口 - iOS 矛盾:首页平台卡标注「TestFlight 内测中」与下载页对齐 - 下载:API 域名抽到 site.json;接口失败时按钮降级为禁用态 - FAQ:试用版/单店版口径统一,明确「注册即试用 30 天」 - 文档:⌘K/Ctrl+K 绑定聚焦搜索框;反馈按钮改为本地 UI,不调不存在的接口 - dist:清理旧 docs.html 残留 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
<footer>
|
|
<div class="container">
|
|
<div class="footer-grid">
|
|
<div class="footer-brand">
|
|
<img src="/assets/logo-full.svg" alt="岩美" />
|
|
<p>为酒行与酒店设计的库存、审核、财务一体化管理平台。</p>
|
|
<div class="footer-contact">
|
|
<div><a href="mailto:{{ site.support.email }}">{{ site.support.email }}</a></div>
|
|
{% if site.support.phone %}<div>{{ site.support.phone }}</div>{% endif %}
|
|
</div>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h5>产品</h5>
|
|
<ul>
|
|
<li><a href="/#modules">核心模块</a></li>
|
|
<li><a href="/#platforms">多端覆盖</a></li>
|
|
<li><a href="/#reports">数据洞察</a></li>
|
|
<li><a href="/#pricing">价格方案</a></li>
|
|
<li><a href="/download/">版本更新</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h5>资源</h5>
|
|
<ul>
|
|
<li><a href="/docs/">使用手册</a></li>
|
|
<li><a href="/download/">下载客户端</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h5>客户支持</h5>
|
|
<ul>
|
|
<li><a href="/#faq">常见问题</a></li>
|
|
<li><a href="mailto:{{ site.support.email }}">联系我们</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-col">
|
|
<h5>公司</h5>
|
|
<ul>
|
|
<li><a href="/register/">注册门店</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="footer-bottom">
|
|
<div>{{ site.copyright }}</div>
|
|
<div>{{ site.icp }}</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|