From 445184975da7ffa0a0fa6244cf262d8166c3ef59 Mon Sep 17 00:00:00 2001 From: lijun Date: Mon, 30 Mar 2026 21:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E6=9C=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/vpn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/vpn.ts b/src/types/vpn.ts index 958545f..a969dc3 100644 --- a/src/types/vpn.ts +++ b/src/types/vpn.ts @@ -54,7 +54,7 @@ export interface OnlineUserInfoList { vpn_dp_secret: string; uuid: string; last_update_time: number; - host_info: HostInfo; + host_info: HostInfo | null; } export interface HostInfo {