This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user