mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 19:21:31 +08:00
feat: 新增置顶文章
This commit is contained in:
@ -21,6 +21,7 @@ const post = defineCollection({
|
||||
date_modified: z.date().optional(),
|
||||
data_created: z.date().optional(),
|
||||
category: z.string().optional().nullable(),
|
||||
fixedToTop: z.boolean().optional().default(false),
|
||||
}),
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user