Update base.layout.vue

update jmy126
This commit is contained in:
麦哲伦 2023-07-27 10:14:40 +08:00 committed by GitHub
parent 1f4159504b
commit df4cfb3094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ const tools = computed<ToolCategory[]>(() => [
<div> <div>
IT-Tools IT-Tools
<c-link target="_blank" rel="noopener" :href="`https://github.com/CorentinTh/it-tools/tree/v${version}`"> <c-link target="_blank" rel="noopener" :href="`https://github.com/jmy126/it-tools/tree/v${version}`">
v{{ version }} v{{ version }}
</c-link> </c-link>
@ -67,7 +67,7 @@ const tools = computed<ToolCategory[]>(() => [
target="_blank" target="_blank"
rel="noopener" rel="noopener"
type="primary" type="primary"
:href="`https://github.com/CorentinTh/it-tools/tree/${commitSha}`" :href="`https://github.com/jmy126/it-tools/tree/${commitSha}`"
> >
{{ commitSha }} {{ commitSha }}
</c-link> </c-link>
@ -75,7 +75,7 @@ const tools = computed<ToolCategory[]>(() => [
</div> </div>
<div> <div>
© {{ new Date().getFullYear() }} © {{ new Date().getFullYear() }}
<c-link target="_blank" rel="noopener" href="https://github.com/CorentinTh"> <c-link target="_blank" rel="noopener" href="https://github.com/jmy126">
Corentin Thomasset Corentin Thomasset
</c-link> </c-link>
</div> </div>
@ -113,7 +113,7 @@ const tools = computed<ToolCategory[]>(() => [
<template #trigger> <template #trigger>
<c-button <c-button
round round
href="https://www.buymeacoffee.com/cthmsst" href="https://www.buymeacoffee.com/itnongfu"
rel="noopener" rel="noopener"
target="_blank" target="_blank"
class="support-button" class="support-button"