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