From f40de023b04c74557ecd775f00b9833d18110163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 15 Nov 2024 20:35:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- napcat.webui/src/backend/shell.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napcat.webui/src/backend/shell.ts b/napcat.webui/src/backend/shell.ts index dd320221..878ed7e1 100644 --- a/napcat.webui/src/backend/shell.ts +++ b/napcat.webui/src/backend/shell.ts @@ -1,7 +1,7 @@ export class QQLoginManager { private retCredential: string; private apiprefix: string; - + //调试时http://127.0.0.1:6099/api 打包时 ../api constructor(retCredential: string, apiprefix: string = 'http://127.0.0.1:6099/api') { this.retCredential = retCredential; this.apiprefix = apiprefix;