添加终端信息查看

This commit is contained in:
lj124 2026-03-29 17:13:06 +08:00
parent 5243d2922f
commit bae4ae4928
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ const onlineServers = ref<string[]>([]);
const loading = ref(false);
const show_host_info = ref(false);
const hostInfo = ref<HostInfo>({} as HostInfo);
const rules = ref({});
let timer: number | null = null;
let timer2: number | null = null;