diff --git a/settings.yaml b/settings.yaml index 0e0d677f..bfd3ae91 100644 --- a/settings.yaml +++ b/settings.yaml @@ -648,6 +648,31 @@ spec: label: 图片 validation: "url" value: https://p.zhheo.com/2023788ba3b8739936f844e64f483faacaf1085602.png!cover + - $formkit: text + name: authorInfoAddress + label: 居住地 + placeholder: 请输入内容 + - $formkit: text + name: authorInfoAddressBackground + label: 居住地背景图 + placeholder: 请输入内容 + - $formkit: repeater + name: authorInfo + label: 个人信息 + value: [ ] + children: + - $formkit: text + name: authorInfoTitle + label: 标题 + placeholder: 请输入内容 + - $formkit: text + name: authorInfoContent + label: 内容 + placeholder: 请输入内容 + - $formkit: color + name: authorInfoColor + label: 内容颜色 + placeholder: 请输入内容 - $formkit: select diff --git a/templates/about.html b/templates/about.html index 625cb925..5a8c7b09 100644 --- a/templates/about.html +++ b/templates/about.html @@ -725,17 +725,19 @@