mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:40:03 -04:00
fear: 优化站点配置
1. Nav 增加状态 2. 新增一个图标库 3. 优化文档描述
This commit is contained in:
@@ -19,8 +19,14 @@ const postsCollection = defineCollection({
|
||||
nextSlug: z.string().default(""),
|
||||
}),
|
||||
});
|
||||
/* https://github.com/afoim/fuwari/commit/8b651d5d4e666c520d8fc95e89bf9d0ecf307644#diff-544dcd1cb4d05890db2dcf497052df475216a57683c346216e43133407b7ea58 */
|
||||
const specCollection = defineCollection({
|
||||
schema: z.object({}),
|
||||
schema: z.object({
|
||||
title: z.string().optional(),
|
||||
published: z.date().optional(),
|
||||
updated: z.date().optional(),
|
||||
draft: z.boolean().optional().default(false),
|
||||
}),
|
||||
});
|
||||
export const collections = {
|
||||
posts: postsCollection,
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# 关于 / Hi there!
|
||||
既然你来到了这里,就说明你在访问由 [Netlify](https://www.netlify.com) 托管的 [adclosenn.top](https://adclosenn.top)。本站 Netlify 优选 IP:`3.33.186.135`
|
||||
|
||||
本站使用 [@satcaca/fuwari](https://github.com/saicaca/fuwari) 博客模板。嗯,真漂亮,真好用。
|
||||
本站使用 [@satcaca/fuwari](https://github.com/saicaca/fuwari) 博客模板,部分代码来源于 [@afoim/fuwri](https://github.com/afoim/fuwar)。嗯,真漂亮,真好用。
|
||||
|
||||
::github{repo="saicaca/fuwari"}
|
||||
::github{repo="withastro/astro"}
|
||||
::github{repo="afoim/fuwari"}
|
||||
|
||||
## 域名
|
||||
目前你现在见到的,也就是 [adclosenn.top](https://adclosenn.top)。除了这个,我还有其他的域名(部分):
|
||||
|
||||
Reference in New Issue
Block a user