mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-30 21:00:43 +08:00
add user page
This commit is contained in:
@@ -414,3 +414,15 @@ export interface Context {
|
||||
// 种子信息
|
||||
torrent_info: TorrentInfo,
|
||||
}
|
||||
|
||||
|
||||
// 用户信息
|
||||
export interface User {
|
||||
id: number,
|
||||
name: string,
|
||||
password: string,
|
||||
email: string,
|
||||
is_active: boolean,
|
||||
is_superuser: boolean,
|
||||
avatar: string,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user