fix: 跟进实际逻辑

This commit is contained in:
手瓜一十雪
2024-09-08 18:21:55 +08:00
parent bbeb22a9c5
commit f828c4def4
2 changed files with 8 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ export interface QuickLoginResult {
}
export interface NodeIKernelLoginService {
connect(): boolean;
// eslint-disable-next-line @typescript-eslint/no-misused-new
new(): NodeIKernelLoginService;