This commit is contained in:
Viet An
2026-06-26 14:47:49 +07:00
parent 1262dc6d82
commit 6ff4112d66
96 changed files with 348 additions and 2936 deletions

View File

@@ -40,7 +40,10 @@
v-if="finalLink"
>
<span class="icon">
<SvgIcon v-bind="{ name: 'open.svg', type: 'primary', size: 24 }" />
<Icon
name="mdi:launch"
:size="20"
/>
</span>
</a>
@@ -51,7 +54,10 @@
v-if="finalLink"
>
<span class="icon">
<SvgIcon v-bind="{ name: 'download.svg', type: 'primary', size: 24 }" />
<Icon
name="material-symbols:download-rounded"
:size="20"
/>
</span>
</a>
</div>