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>
|
||||
|
||||
@ -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]}」的图标` />
|
||||
|
||||
Reference in New Issue
Block a user