From c677d7b429d8f2aa6bf934b60676878315e64f82 Mon Sep 17 00:00:00 2001 From: 1e0n Date: Wed, 8 Oct 2025 15:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=EF=BC=9A?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0Windows=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99dcc35..9888ec4 100644 --- a/README.md +++ b/README.md @@ -129,16 +129,23 @@ export DROID_REFRESH_KEY="your_refresh_token_here" ### 启动服务器 +**方式1:使用npm命令** ```bash npm start ``` -或使用快捷脚本: +**方式2:使用启动脚本** +Linux/macOS: ```bash ./start.sh ``` +Windows: +```cmd +start.bat +``` + 服务器默认运行在 `http://localhost:3000`。 ### Docker部署