fix: login timer / add:不规范的promise

This commit is contained in:
手瓜一十雪
2025-03-16 10:42:15 +08:00
parent b0cf23f775
commit b39d8bae27
3 changed files with 20 additions and 13 deletions

View File

@@ -60,7 +60,10 @@ export interface QuickLoginResult {
}
export interface NodeIKernelLoginService {
getMsfStatus: () => number;
setLoginMiscData(arg0: string, value: string): unknown;
getMachineGuid(): string;
get(): NodeIKernelLoginService;