This commit is contained in:
Putoo
2026-04-28 16:17:19 +08:00
parent 2996fa712c
commit 29b76bab65
5 changed files with 37 additions and 30 deletions

View File

@@ -21,4 +21,9 @@ export class StateHelper {
this.userStore.setSid(sid);
}
static OffOnline()
{
this.userStore.offOnline();
}
}