添加友链
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-04 12:40:57 +08:00
parent 12e66a644e
commit e466006f81
4 changed files with 58 additions and 35 deletions

View File

@ -10,11 +10,11 @@ const page = isNaN(_page) ? 1 : Math.max(1, _page)
const blogs = await listBlogs({ page })
---
<FullLayoutV1>
<div class="__dev__caution">
<FullLayoutV1 withGap>
<!-- <div class="__dev__caution">
<h1>仍在开发中,界面会崩坏</h1>
</div>
<section>
</div> -->
<main>
<ul>
{
blogs.map((blog) => (
@ -24,7 +24,7 @@ const blogs = await listBlogs({ page })
))
}
</ul>
</section>
</main>
</FullLayoutV1>
<style>
@ -39,4 +39,7 @@ const blogs = await listBlogs({ page })
font-weight: 800;
}
}
main {
}
</style>

View File

@ -175,6 +175,11 @@ try {
'https://r1kka.one/',
"Rikka's Blog",
],
[
'https://shimizukaede.top/vite.svg',
'https://shimizukaede.top',
'Kaede 的博客',
],
[
'https://nonerd.tech/assets/apple-touch-icon.png',
'https://nonerd.tech/',
@ -189,7 +194,7 @@ try {
'https://legacy.passthem.top/assets/lfxdxy-BogfTZvz.png',
'https://qm.qq.com/q/QOpCVZcvyS',
'六方相的新月 (QQ)'
]
],
].map(b => <a href={b[1]} class="friend">
<div class="avatar">
<Image src={b[0]} width={60} height={60} alt=`网站「${b[2]}」的图标` />