mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
fix: 修复一些主题节点状态显示有误的问题
This commit is contained in:
@@ -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']
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user