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