mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-20 13:40:10 +08:00
16 lines
295 B
TypeScript
16 lines
295 B
TypeScript
import { MsfChangeReasonType, MsfStatusType } from "@/core/types/adapter";
|
|
|
|
export class NodeIDependsAdapter {
|
|
onMSFStatusChange(statusType: MsfStatusType, changeReasonType: MsfChangeReasonType) {
|
|
|
|
}
|
|
|
|
onMSFSsoError(args: unknown) {
|
|
|
|
}
|
|
|
|
getGroupCode(args: unknown) {
|
|
|
|
}
|
|
}
|