增加图片匹配

This commit is contained in:
fofolee
2022-04-10 12:29:29 +08:00
parent 0cd878adfb
commit c78581bc76
4 changed files with 13 additions and 6 deletions

View File

@@ -170,7 +170,7 @@
</q-badge>
</span>
<span v-else-if="cmd.type === 'img'">
<q-badge rounded :color="cmdBadgeColor(cmd.type)" label="">
<q-badge rounded :color="cmdBadgeColor(cmd.type)">
<q-icon class="q-mr-xs" :name="commandTypes.img.icon" />图片
</q-badge>
</span>