From 1a44e94bb546b1987e09c3f2a668664e44746744 Mon Sep 17 00:00:00 2001 From: erio Date: Tue, 3 Mar 2026 09:15:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E9=9B=86=E6=88=90=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95=E5=92=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.en.md | 10 ++++++---- README.md | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index 03b81db..872e695 100644 --- a/README.en.md +++ b/README.en.md @@ -264,11 +264,13 @@ docker compose exec app npx prisma migrate deploy ## Sub2API Integration -Configure the recharge URL in the Sub2API admin panel: +The following page URLs can be configured in the Sub2API admin panel: -``` -https://pay.example.com/pay -``` +| Page | URL | Description | +|------|-----|-------------| +| Payment | `https://pay.example.com/pay` | User recharge entry | +| My Orders | `https://pay.example.com/pay/orders` | User views their own recharge history | +| Order Management | `https://pay.example.com/admin` | Sub2API admin only | Sub2API **v0.1.88** and above will automatically append the following parameters — no manual query string needed: diff --git a/README.md b/README.md index 67f3111..f24a6b0 100644 --- a/README.md +++ b/README.md @@ -264,11 +264,13 @@ docker compose exec app npx prisma migrate deploy ## 集成到 Sub2API -在 Sub2API 管理后台将充值链接配置为: +在 Sub2API 管理后台可配置以下页面链接: -``` -https://pay.example.com/pay -``` +| 页面 | 链接 | 说明 | +|------|------|------| +| 充值页面 | `https://pay.example.com/pay` | 用户充值入口 | +| 我的订单 | `https://pay.example.com/pay/orders` | 用户查看自己的充值记录 | +| 订单管理 | `https://pay.example.com/admin` | 仅 Sub2API 管理员可访问 | Sub2API **v0.1.88** 及以上版本会自动拼接以下参数,无需手动添加: