修改Decap配置
All checks were successful
Build and Deploy Qingshuige / build-deploy (push) Successful in 2s

This commit is contained in:
2026-02-03 14:00:23 +08:00
parent 5a3b5ea347
commit 9592cfaffe

View File

@@ -11,11 +11,12 @@ public_folder: "/uploads"
collections:
- name: "blog"
label: "Blog"
label: "文章"
folder: "content/blog"
create: true
slug: "{{slug}}"
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Date", name: "date", widget: "datetime" }
- { label: "标题", name: "title", widget: "string" }
- { label: "日期", name: "date", widget: "datetime" }
- { label: "作者", name: "author", widget: "string", default: "佚名" }
- { label: "Body", name: "body", widget: "markdown" }