This commit is contained in:
jxxghp
2024-07-14 12:28:37 +08:00
parent 360f9afb54
commit 169f1b327b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ const dropdownItems = ref([
</div> </div>
<VCardText class="flex align-self-baseline py-3 w-full align-end"> <VCardText class="flex align-self-baseline py-3 w-full align-end">
<span> <span>
<VIcon icon="mdi-account" class="me-1" /> <VIcon icon="mdi-github" class="me-1" />
<a :href="props.plugin?.author_url" target="_blank" @click.stop> <a :href="props.plugin?.author_url" target="_blank" @click.stop>
{{ props.plugin?.plugin_author }} {{ props.plugin?.plugin_author }}
</a> </a>
+1 -1
View File
@@ -435,7 +435,7 @@ watch(
</div> </div>
<VCardText class="flex align-self-baseline py-3 w-full align-end"> <VCardText class="flex align-self-baseline py-3 w-full align-end">
<span> <span>
<VIcon icon="mdi-account" class="me-1" /> <VIcon icon="mdi-github" class="me-1" />
<a :href="props.plugin?.author_url" target="_blank" @click.stop> <a :href="props.plugin?.author_url" target="_blank" @click.stop>
{{ props.plugin?.plugin_author }} {{ props.plugin?.plugin_author }}
</a> </a>