From c0001f08c253d3b04fe14798736a910709ac8cf0 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sun, 7 Jun 2026 21:13:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E5=AE=98=E7=BD=91=20todo=20?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E5=85=A8=E9=87=8F=E4=BF=AE=E5=A4=8D=EF=BC=88?= =?UTF-8?q?=E8=81=94=E7=B3=BB=E6=96=B9=E5=BC=8F/=E6=AD=BB=E9=93=BE/?= =?UTF-8?q?=E6=8C=89=E9=92=AE/=E5=AF=BC=E8=88=AA/=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 联系方式: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 --- web/_data/site.json | 4 ++-- web/_includes/footer.njk | 19 ++++++------------- web/_includes/nav.njk | 4 ++++ web/docs.njk | 10 ++++++++-- web/download.njk | 25 ++++++++++++++++++++----- web/features/approval.html | 28 ++++++++++------------------ web/features/inventory.html | 28 ++++++++++------------------ web/index.njk | 15 ++++++++------- 8 files changed, 68 insertions(+), 65 deletions(-) diff --git a/web/_data/site.json b/web/_data/site.json index 9da0c12..117a1d7 100644 --- a/web/_data/site.json +++ b/web/_data/site.json @@ -4,9 +4,9 @@ "copyright": "© 2026 岩美科技 · 保留所有权利", "icp": "沪 ICP 备 2026000000 号 · 沪公网安备 31010000000000 号", "support": { - "email": "support@yanmei.app", - "phone": "400-880-8888" + "email": "yammy2023@163.com" }, "appUrl": "/app/", + "appBaseUrl": "https://jiu.51yanmei.com", "lucideVersion": "0.469.0" } diff --git a/web/_includes/footer.njk b/web/_includes/footer.njk index 7edf189..fdcc5b1 100644 --- a/web/_includes/footer.njk +++ b/web/_includes/footer.njk @@ -5,8 +5,8 @@ 岩美

为酒行与酒店设计的库存、审核、财务一体化管理平台。

diff --git a/web/_includes/nav.njk b/web/_includes/nav.njk index 6147f7b..8a37843 100644 --- a/web/_includes/nav.njk +++ b/web/_includes/nav.njk @@ -5,6 +5,8 @@
- + 立即使用 Web 版 @@ -323,7 +323,7 @@ pageStyle: |

Web 版

浏览器直接访问,功能完整,无需安装,支持 PC 与平板。

✓ 已上线 - + 立即使用
@@ -433,8 +433,9 @@ pageStyle: | diff --git a/web/features/approval.html b/web/features/approval.html index 2e23f23..a2a979b 100644 --- a/web/features/approval.html +++ b/web/features/approval.html @@ -976,7 +976,7 @@ footer { background: var(--gray-25); border-top: 1px solid var(--border-subtle);

免费试用 30 天 - + 查看文档
@@ -1554,7 +1554,7 @@ footer { background: var(--gray-25); border-top: 1px solid var(--border-subtle);

30 天免费试用,无需绑定支付方式。所有审批与审计数据可随时导出。

- + 免费开通试用 @@ -1573,8 +1573,7 @@ footer { background: var(--gray-25); border-top: 1px solid var(--border-subtle); 岩美

为酒行与酒店设计的库存、审核、财务一体化管理平台。

@@ -1674,8 +1666,8 @@ function renderNav() { ''; } else { cta.innerHTML = - '登录' + - '免费试用'; + '登录' + + '免费试用'; } if (window.lucide) lucide.createIcons(); } diff --git a/web/features/inventory.html b/web/features/inventory.html index 023a78e..d8e0238 100644 --- a/web/features/inventory.html +++ b/web/features/inventory.html @@ -718,7 +718,7 @@ footer { background: var(--gray-25); border-top: 1px solid var(--border-subtle);

免费试用 30 天 - + 查看文档
@@ -1333,7 +1333,7 @@ footer { background: var(--gray-25); border-top: 1px solid var(--border-subtle);

30 天免费试用,无需绑定支付。所有数据云端实时备份,可随时导出。

- + 免费开通试用 @@ -1352,8 +1352,7 @@ footer { background: var(--gray-25); border-top: 1px solid var(--border-subtle); 岩美

为酒行与酒店设计的库存、审核、财务一体化管理平台。

@@ -1453,8 +1445,8 @@ function renderNav() { ''; } else { cta.innerHTML = - '登录' + - '免费试用'; + '登录' + + '免费试用'; } if (window.lucide) lucide.createIcons(); } diff --git a/web/index.njk b/web/index.njk index e9e1a3a..c7e28dc 100644 --- a/web/index.njk +++ b/web/index.njk @@ -198,7 +198,7 @@ details[open] .faq-q .icon { transform: rotate(45deg); }

岩美酒库管理系统,为酒行与酒店设计的库存、审核、财务一体化平台。审核驱动业务流,库存与账款自动同步,五端无缝接入。

免费试用 30 天 - 观看演示 + 查看使用手册
无需安装
@@ -312,6 +312,7 @@ details[open] .faq-q .icon { transform: rotate(45deg); }
  • 支持单据打印、商品标签打印
  • 批次号追踪,生产日期可追溯
  • + 了解审核流详情 →
    @@ -322,6 +323,7 @@ details[open] .faq-q .icon { transform: rotate(45deg); }

    库存管理

    实时查询每个 SKU 的库存数量、所在仓库、批次。支持全仓盘点与库存流水。

    + 了解更多 →
    @@ -401,7 +403,7 @@ details[open] .faq-q .icon { transform: rotate(45deg); }

    Web

    主流浏览器,无需安装

    Windows

    桌面客户端

    macOS

    原生应用

    -

    iOS

    iPhone / iPad

    +

    iOS

    TestFlight 内测中

    Android

    手机 / 平板

    @@ -569,7 +571,7 @@ details[open] .faq-q .icon { transform: rotate(45deg); }
  • 云端每日备份
  • 工作日 9-18 点支持
  • - 购买 + 免费试用 30 天
    企业方案
    @@ -583,7 +585,7 @@ details[open] .faq-q .icon { transform: rotate(45deg); }
  • 专属实施与培训服务
  • 7×24 专属客户经理
  • - 联系销售 + 联系销售
    @@ -617,7 +619,7 @@ details[open] .faq-q .icon { transform: rotate(45deg); }
    可以试用多长时间? -
    标准版提供 30 天免费试用,无需绑定支付方式。试用期可使用全部功能、五端访问。30 天后可继续按月或按年付费,已录入的数据完整保留。
    +
    注册后即可免费试用 30 天,全部功能开放、五端可用,无需绑定支付方式。30 天到期后,升级到单店版(¥299/月)即可继续使用,已录入的数据完整保留。
    只读账号能做什么? @@ -637,8 +639,7 @@ details[open] .faq-q .icon { transform: rotate(45deg); }
    立即开通试用 - 预约 1 对 1 演示 - 销售热线 {{ site.support.phone }} · 工作日 9:00-18:00 + 邮件咨询