refactor: 个人中心 在线设备 样式重构

This commit is contained in:
dap
2025-06-20 14:19:22 +08:00
parent f7ae821dc2
commit cb83bca12d
2 changed files with 67 additions and 36 deletions

View File

@@ -7,4 +7,5 @@ export interface OnlineUser {
browser: string;
os: string;
loginTime: number;
deviceType: string;
}