添加友链
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>