From 41199ec88e7a86627f844e07120f80e7019b0466 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: Wed, 26 Mar 2025 22:40:33 +0800 Subject: [PATCH] fix --- src/core/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/index.ts b/src/core/index.ts index 3e1386d0..dff28680 100644 --- a/src/core/index.ts +++ b/src/core/index.ts @@ -89,7 +89,7 @@ export class NapCatCore { NapCatTempPath: string = ''; apis: StableNTApiWrapper; // runtime info, not readonly - selfInfo: Partial; + selfInfo: SelfInfo; util: NodeQQNTWrapperUtil; configLoader: NapCatConfigLoader;