mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 06:17:11 -04:00
Update base.layout.vue
update jmy126
This commit is contained in:
parent
1f4159504b
commit
df4cfb3094
1 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,7 @@ const tools = computed<ToolCategory[]>(() => [
|
|||
<div>
|
||||
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 }}
|
||||
</c-link>
|
||||
|
||||
|
@ -67,7 +67,7 @@ const tools = computed<ToolCategory[]>(() => [
|
|||
target="_blank"
|
||||
rel="noopener"
|
||||
type="primary"
|
||||
:href="`https://github.com/CorentinTh/it-tools/tree/${commitSha}`"
|
||||
:href="`https://github.com/jmy126/it-tools/tree/${commitSha}`"
|
||||
>
|
||||
{{ commitSha }}
|
||||
</c-link>
|
||||
|
@ -75,7 +75,7 @@ const tools = computed<ToolCategory[]>(() => [
|
|||
</div>
|
||||
<div>
|
||||
© {{ 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
|
||||
</c-link>
|
||||
</div>
|
||||
|
@ -113,7 +113,7 @@ const tools = computed<ToolCategory[]>(() => [
|
|||
<template #trigger>
|
||||
<c-button
|
||||
round
|
||||
href="https://www.buymeacoffee.com/cthmsst"
|
||||
href="https://www.buymeacoffee.com/itnongfu"
|
||||
rel="noopener"
|
||||
target="_blank"
|
||||
class="support-button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue