硬编码可用作者
All checks were successful
Build and Deploy Qingshuige / build-deploy (push) Successful in 4s

This commit is contained in:
2026-02-04 00:41:55 +08:00
parent 386d7a32bf
commit ac22d662c8

View File

@@ -18,5 +18,11 @@ collections:
fields:
- { label: "标题", name: "title", widget: "string" }
- { label: "日期", name: "date", widget: "datetime" }
- { label: "作者", name: "author", widget: "string", default: "佚名" }
- { label: "Body", name: "body", widget: "markdown" }
- {
label: "作者",
name: "author",
widget: "select",
options: ["线粒体", "南木", "刁钻神", "猕猴桃教教主"],
default: "线粒体"
}
- { label: "正文", name: "body", widget: "markdown" }