This commit is contained in:
fengchuanhn@gmail.com
2026-05-23 10:19:24 +08:00
parent a6335ba712
commit 6ad45ed60c
5 changed files with 176 additions and 5 deletions

View File

@@ -93,6 +93,11 @@ const activeName = computed(() => {
stroke-linecap="round"
/>
</svg>
<svg v-else-if="item.icon === 'card-activate'" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="3" y="5" width="18" height="14" rx="2" />
<circle cx="9" cy="12" r="2.5" />
<path d="M11.5 12h5M15 12v2M17 12v1.5" stroke-linecap="round" />
</svg>
<svg v-else-if="item.icon === 'help'" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<circle cx="12" cy="12" r="9" />
<path d="M9.5 9a2.5 2.5 0 1 1 4.2 1.8c-.8.7-1.2 1.2-1.2 2.2M12 17h.01" stroke-linecap="round" />