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

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

View File

@@ -1,5 +1,5 @@
export class NodeIKernelLoginListener {
onLoginConnected(...args: any[]): any {
onLoginConnected(): Promise<void> | void {
}
onLoginDisConnected(...args: any[]): any {

View File

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