From faaeee0bfe1c2bb6d8a6481184d1e6ff3be84470 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sun, 5 Jul 2026 06:49:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(docs):=20=E6=94=B6=E9=93=B6=E5=8F=B0?= =?UTF-8?q?=E5=8E=9F=E5=9E=8B=EF=BC=88=E6=89=AB=E7=A0=81/=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E6=8B=89=E8=B5=B7/=E4=B8=89=E6=80=81=EF=BC=89+=20?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E9=82=AE=E7=AE=B1=E5=88=87=E6=8D=A2=20suppor?= =?UTF-8?q?t@51yanmei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- .superpowers/prototype/index.html | 1 + .superpowers/prototype/screens/pay.html | 213 ++++++++++++++++++++++++ web/_data/site.json | 2 +- 3 files changed, 215 insertions(+), 1 deletion(-) create mode 100644 .superpowers/prototype/screens/pay.html diff --git a/.superpowers/prototype/index.html b/.superpowers/prototype/index.html index 7ea4ec6..b9e7b26 100644 --- a/.superpowers/prototype/index.html +++ b/.superpowers/prototype/index.html @@ -155,6 +155,7 @@
用户管理成员/角色 · 新增编辑弹窗
购买授权时长套餐 · 版本档位
确认订单下单 · 开票 · 无支付占位
+
收银台订单信息 · 支付宝扫码 · 三态
diff --git a/.superpowers/prototype/screens/pay.html b/.superpowers/prototype/screens/pay.html new file mode 100644 index 0000000..f94edd2 --- /dev/null +++ b/.superpowers/prototype/screens/pay.html @@ -0,0 +1,213 @@ + + + + + +收银台 · 岩美酒库 + + + + + +
+ + 岩美酒库收银台 + 支付宝官方渠道 · 支付成功即时到账 +
+ +
+
确认订单/支付
+

扫码支付

+ +
+ +
+

订单信息

+
+
+
岩美酒库 · 高级版年付365 天授权 · 到期时间自动叠加,不覆盖
+
+
开通门店鼎晟酒行(S001)
+
订单号yanmei-20260705061422-e1e6bbef
+
下单时间2026-07-05 14:14
+
支付方式支付宝
+
收款方岩美(北京)技术有限公司
+
+
套餐原价¥5,999
+
优惠− ¥0
+
应付总额¥5,999
+
+
支付成功后授权即时到账,回到应用即可看到新的到期时间;如需发票或对公转账,请联系 support@51yanmei.com。
+
+ + +
+

支付宝扫码支付

+
+ +
+
+

二维码已失效

+ +
+
+
¥6,999¥5,999
+
打开手机支付宝「扫一扫」完成付款
+
+ + 未安装支付宝 App 时将打开网页版收银台 +
+
+

订单已失效

+ +
+
等待支付 · 支付结果自动检测,无需刷新
+
订单 14:32 后失效,失效后可重新下单
+ +
+
+

支付成功

+

高级版授权已到账,新到期时间 2027-08-04
本页可以关闭,返回应用即可使用。

+ 查看订单与发票 +
+
+
+
+ + +
+ + + + +
+ + + + + + diff --git a/web/_data/site.json b/web/_data/site.json index 3524e81..7763161 100644 --- a/web/_data/site.json +++ b/web/_data/site.json @@ -4,7 +4,7 @@ "copyright": "© 2026 岩美科技 · 保留所有权利", "icp": "京ICP备2026039814号", "support": { - "email": "yammy2023@163.com", + "email": "support@51yanmei.com", "wechat": "" }, "appUrl": "/app/",