mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-29 22:39:45 +08:00
🐛 修复 #268
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
:key="index"
|
||||
>
|
||||
<a-avatar style="width: 28px; height: 28px;" :src="item.icon" />
|
||||
<div class="name ellpise">{{item.pluginName || item._name || item.name}}</div>
|
||||
<div class="name ellpise">{{item.cmd || item.pluginName || item._name || item.name}}</div>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user