主机信息

This commit is contained in:
lj124 2026-03-30 21:07:02 +08:00
parent 5ff248c865
commit 445184975d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export interface OnlineUserInfoList {
vpn_dp_secret: string; vpn_dp_secret: string;
uuid: string; uuid: string;
last_update_time: number; last_update_time: number;
host_info: HostInfo; host_info: HostInfo | null;
} }
export interface HostInfo { export interface HostInfo {