From 4635c8c1c81a8046068f6a15f999791d79b16b93 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Wed, 20 Aug 2025 15:34:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20dev.ts=20=E4=B8=AD=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/dev.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/script/dev.ts b/script/dev.ts index 638be13..9fac794 100644 --- a/script/dev.ts +++ b/script/dev.ts @@ -480,6 +480,7 @@ async function startHttpServer(port: number = 3000) { server.on('listening', () => { console.log(`编辑器地址:http://127.0.0.1:${port}/editor.html`); + console.log(`文档地址:http://127.0.0.1:${port}/_docs/index.html`); setupHttp(server, name); });