This commit is contained in:
2023-07-02 17:29:37 +08:00
parent 71f5516c2c
commit b777b4758c
6 changed files with 166 additions and 9 deletions

View File

@@ -5,4 +5,5 @@ export type StatusData = {
host: string;
key: string;
};
no_user: boolean;
};