mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-02 07:28:13 -05:00
fix: 修复Xboard主题扫描二维码不显示节点类型的问题
This commit is contained in:
parent
7bac88d593
commit
b934128449
@ -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'],
|
||||||
|
Loading…
Reference in New Issue
Block a user