mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
fix: 修复Xboard主题扫描二维码不显示节点类型的问题
This commit is contained in:
@@ -16,6 +16,8 @@ class NodeResource extends JsonResource
|
||||
{
|
||||
return [
|
||||
'id' => $this['id'],
|
||||
'type' => $this['type'],
|
||||
'version' => $this['version'],
|
||||
'name' => $this['name'],
|
||||
'rate' => $this['rate'],
|
||||
'tags' => $this['tags'],
|
||||
|
||||
Reference in New Issue
Block a user