feat(工作台): 优化入口布局与连接安全状态

This commit is contained in:
Cheng Zhou
2026-07-13 11:04:15 +08:00
parent f2fa10c178
commit b26ebdda02
19 changed files with 1461 additions and 241 deletions
+1
View File
@@ -36,6 +36,7 @@ export type LoginKeyResponse = {
export type SessionHeartbeatResponse = {
status: "online";
last_seen_at: string;
client_ip: string | null;
};
export type EncryptedPasswordRequest = {