mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 05:45:56 +00:00
chore(friends): add blog of xiaohuo to exsisiting friend site links group & fix some minior grammatical improvement by altering the word link to site instead
This commit is contained in:
parent
3e1fb8fde8
commit
c18f0bbf06
@ -34,6 +34,12 @@ export default Vue.extend({
|
|||||||
name: 'Summit’s Blog',
|
name: 'Summit’s Blog',
|
||||||
description: 'So who’s Summit?',
|
description: 'So who’s Summit?',
|
||||||
website: 'https://csmoe.top/'
|
website: 'https://csmoe.top/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
logo: 'https://www.xiaohuo.icu/wp-content/uploads/2024/04/773679.jpg',
|
||||||
|
name: "Xiaohuo's Blog",
|
||||||
|
description: '这里是小火,请多关照',
|
||||||
|
website: 'https://www.xiaohuo.icu/'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -73,7 +79,7 @@ export default Vue.extend({
|
|||||||
class="space-y-2 margin"
|
class="space-y-2 margin"
|
||||||
>
|
>
|
||||||
<div class="flex flex-col space-y-2">
|
<div class="flex flex-col space-y-2">
|
||||||
<Title>Add Your Link</Title>
|
<Title>Add Your Site</Title>
|
||||||
<!-- <p class="text-black/50 dark:text-white/30">Comtemplating</p> -->
|
<!-- <p class="text-black/50 dark:text-white/30">Comtemplating</p> -->
|
||||||
<p>Fundamental information details of my website including 4 major fields of data.</p>
|
<p>Fundamental information details of my website including 4 major fields of data.</p>
|
||||||
<pre class="rounded-md h-38 shadow w-full overflow-y-auto language-json scrollbar text-sm space-y-2">
|
<pre class="rounded-md h-38 shadow w-full overflow-y-auto language-json scrollbar text-sm space-y-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user