ref: 功能优化

This commit is contained in:
muwoo
2021-06-21 10:38:18 +08:00
parent 0d6872d12b
commit 1e77613565
3 changed files with 4 additions and 1 deletions

View File

@@ -39,6 +39,8 @@
:src="item.icon"
/>
</a-list-item-meta>
<a-tag v-show="item.type === 'dev'">开发者</a-tag>
<a-tag v-show="item.type === 'system'">系统</a-tag>
</a-list-item>
</a-list>
</div>