From 63c597248fa95042a5b6610ab4a42455cdf6c69d Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sat, 25 Apr 2026 17:03:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2=E7=AB=AF=E5=8F=A3=201?= =?UTF-8?q?9019=20=E2=86=92=2019021?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- works/ai-chat-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/works/ai-chat-app/package.json b/works/ai-chat-app/package.json index e192f93..4683a98 100644 --- a/works/ai-chat-app/package.json +++ b/works/ai-chat-app/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "AI对话助手移动端应用", "scripts": { - "dev": "npx http-server -p 19019 -c-1", + "dev": "npx http-server -p 19021 -c-1", "build:android": "npx cap sync android", "build:ios": "npx cap sync ios", "open:android": "npx cap open android",