fix rkeyManager

This commit is contained in:
手瓜一十雪
2024-08-09 14:05:47 +08:00
parent 282bdc40df
commit 0319fafeca
3 changed files with 60 additions and 57 deletions

View File

@@ -7,7 +7,7 @@ interface ServerRkeyData {
expired_time: number;
}
class RkeyManager {
export class RkeyManager {
serverUrl: string = '';
private rkeyData: ServerRkeyData = {
group_rkey: '',