e0bee00ff4
- Web: 隐藏 ICP 备案号(条件渲染),联系入口改为微信咨询(条件渲染,配置 wechat 字段后生效) - backend: 拼音回填抽取为独立 cmd/backfill-pinyin 工具,不再在启动时运行 - backend: DB 连接池参数(max_idle_conns/max_open_conns)改为配置可控,默认 10/100 - backend: Inventory 反范式字段添加注释说明快照语义 - backend: 全量 handler 采用 util.RespondSuccess/RespondCreated 统一响应格式(51 处) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
50 lines
1.7 KiB
Plaintext
50 lines
1.7 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">
|
|
{% if site.support.wechat %}<div>客服微信:{{ site.support.wechat }}</div>{% endif %}
|
|
<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>
|
|
{% if site.icp %}<div>{{ site.icp }}</div>{% endif %}
|
|
</div>
|
|
</div>
|
|
</footer>
|