From 56f34e98379f639f38ea9a4cad23c85c59e909e8 Mon Sep 17 00:00:00 2001 From: luoyifan Date: Sat, 5 Jul 2025 23:30:29 +0800 Subject: [PATCH] =?UTF-8?q?Web=20Worker=20=E5=A4=9A=E7=BA=BF=E7=A8=8B?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=EF=BC=8C=E5=8F=AF=E5=81=9C=E6=AD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/LCC.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/LCC.d.ts b/src/types/LCC.d.ts index 53fadf1..8f46c9d 100644 --- a/src/types/LCC.d.ts +++ b/src/types/LCC.d.ts @@ -6,7 +6,7 @@ declare interface LCC { /** * 打印日志 */ - log(from: string, message: string, ...args: any[]): void + log(message: string, ...args: any[]): void /** * 延时函数