From e1a3b629b44f6948efb4e69c116b8877824b9c63 Mon Sep 17 00:00:00 2001 From: zimk Date: Tue, 17 Mar 2026 00:26:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=A7=BB=E9=99=A4=20README=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=A7=81=E6=9C=89=E5=9F=9F=E5=90=8D=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E7=94=A8=E9=80=9A=E7=94=A8=E5=8D=A0=E4=BD=8D=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3a98e0..3324d1e 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ npm run deploy - `nekoai-api` 默认地址类似: -- `https://nekoai-api.zimk.workers.dev` +- `https://nekoai-api.your-subdomain.workers.dev` ### 2. 部署 Pages 前端 @@ -93,7 +93,7 @@ npm run deploy ```js window.NEKOAI_CONFIG = { - API_BASE_URL: "https://nekoai-api.git.llc" + API_BASE_URL: "https://nekoai-api.your-subdomain.workers.dev" }; ```