[add] Room 完成

This commit is contained in:
2023-09-02 22:33:23 +08:00
parent ec44d7a345
commit c43b113e5f
11 changed files with 140 additions and 70 deletions

5
account/PtlLogin.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface ReqLogin {
name: string
}
export type ResLogin = number