feat(工作台): 优化入口布局与连接安全状态
This commit is contained in:
@@ -36,6 +36,7 @@ export type LoginKeyResponse = {
|
||||
export type SessionHeartbeatResponse = {
|
||||
status: "online";
|
||||
last_seen_at: string;
|
||||
client_ip: string | null;
|
||||
};
|
||||
|
||||
export type EncryptedPasswordRequest = {
|
||||
|
||||
Reference in New Issue
Block a user