feat: update pages

This commit is contained in:
Steven
2023-06-22 22:30:07 +08:00
parent 89740fa160
commit 407a8cc7fb
8 changed files with 55 additions and 103 deletions

View File

@ -9,9 +9,9 @@ interface User {
updatedTs: TimeStamp;
rowStatus: RowStatus;
username: string;
nickname: string;
email: string;
displayName: string;
openId: string;
role: Role;
}