mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
fix: 修复一些主题节点状态显示有误的问题
This commit is contained in:
parent
caa22ae9d2
commit
8e57bc4e9b
@ -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']
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user