fix: 修复一些主题节点状态显示有误的问题

This commit is contained in:
xboard 2024-01-13 17:55:28 +08:00
parent caa22ae9d2
commit 8e57bc4e9b

View File

@ -21,7 +21,9 @@ class NodeResource extends JsonResource
'name' => $this['name'],
'rate' => $this['rate'],
'tags' => $this['tags'],
'is_online' => $this['is_online']
'is_online' => $this['is_online'],
'cache_key' => $this['cache_key'],
'last_check_at' => $this['last_check_at']
];
}
}