Add onLoginRecordUpdate method to listener

Introduces the onLoginRecordUpdate method to NodeIKernelLoginListener, preparing for future handling of login record updates.
This commit is contained in:
手瓜一十雪 2026-01-14 13:13:18 +08:00
parent a2450b72be
commit 31daf41135

View File

@ -53,6 +53,8 @@ export class NodeIKernelLoginListener {
onLoginState (..._args: any[]): any { onLoginState (..._args: any[]): any {
} }
onLoginRecordUpdate (..._args: any[]): any {
}
} }
export interface QRCodeLoginSucceedResult { export interface QRCodeLoginSucceedResult {