硬编码可用作者
All checks were successful
Build and Deploy Qingshuige / build-deploy (push) Successful in 4s
All checks were successful
Build and Deploy Qingshuige / build-deploy (push) Successful in 4s
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user