mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-16 05:10:34 +00:00
Add onLoginRecordUpdate method to listener
Introduces the onLoginRecordUpdate method to NodeIKernelLoginListener, preparing for future handling of login record updates.
This commit is contained in:
parent
a2450b72be
commit
31daf41135
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user