docs(pages): 自定义 Astro 的 Frontmatter

1. docs: 自定义 Astro 的 Frontmatter
2. docs: 你是人类吗?
3. fix(config): Umami 更改网站名称导致的密钥失效
4. feat(config): 新增关闭头图
5. feat(config): 新增更改文章内部头图
6. docs(chore): 更改了 doc: 进行 Folo 订阅源认证 的标题
This commit is contained in:
Ad-closeNN
2025-08-13 13:53:19 +08:00
parent ef721f28cd
commit c5af07d1c8
11 changed files with 381 additions and 5 deletions
+3
View File
@@ -10,6 +10,9 @@ const postsCollection = defineCollection({
image: z.string().optional().default(""),
tags: z.array(z.string()).optional().default([]),
category: z.string().optional().nullable().default(""),
showcover: z.boolean().optional().default(true),
customcover: z.string().optional().default(""),
lang: z.string().optional().default(""),
/* For internal use */