安防大屏
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-08-16 17:58:59 +08:00
parent 7edbeca307
commit 97dc93f3aa
14 changed files with 1027 additions and 56 deletions

View File

@@ -26,6 +26,10 @@ interface BasicUserInfo {
* 用户名
*/
username: string;
/**
* 邮箱
*/
email: string;
}
interface AccessState {