feat: 支持获取和查看板子连接的情况。
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
export type BoardInfo = {
|
||||
name: string;
|
||||
host: string;
|
||||
address: string;
|
||||
port: number;
|
||||
ttl: number;
|
||||
is_online: boolean;
|
||||
checked_at: Date;
|
||||
};
|
||||
|
Reference in New Issue
Block a user