diff --git a/settings.yaml b/settings.yaml
index 56f9b1f0..c7188e2d 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -373,17 +373,13 @@ spec:
name: recommendPostCustom
label: 自定义文章
help: 建议设置六篇文章
- value: [ ]
+ max: 6
children:
- - $formkit: url
- name: url
- label: 链接
- - $formkit: text
- name: title
- label: 标题
- - $formkit: attachment
- name: cover
- label: 封面地址
+ - $formkit: postSelect
+ name: post
+ label: 文章
+ value: ""
+ validation: required
- group: layout
label: 布局
@@ -1540,9 +1536,6 @@ spec:
label: 描述
value: 每一张照片都是一次美好的记忆。
-
-
-
- group: todo
label: 待办清单
formSchema:
@@ -1961,7 +1954,6 @@ spec:
value:
心路历程
为什么建站?
创建这个站的时候,想要就是能够有一个自己能够积累知识、积累兴趣的地方。和他人分享,会让这些成为积累和沉淀。如果能够帮助到更多的人,帮助更多人解决问题,那一定是非常棒的事情。
分享这件事我从很早就开始了,起初做的微信公众号,现在做的网站。因为我比较喜欢研究数码和软件,想要探究在互联网上的事物是如何被创造和发展。网络给我带来了非常多的知识和眼界,我也想力所能及的分享一些我生活的琐碎知识。
与大多数垂直类的技术博客不同,这里的种类会非常的繁杂,有技能的教程干货、有生活上的吐槽和妙招、有话题上的思考和想法。一般我研究什么、发现了什么都会分享在这里。
这些就是创造这个小站的本意,也是我分享生活的方式。有幸能和你相遇在这里,相信我们能共同留下一段美好记忆。
help: 支持 HTML 语法
-
- group: aboutReward
label: 关于(打赏)
formSchema:
diff --git a/templates/macro/author-content.html b/templates/macro/author-content.html
index 3859856e..0c2e124e 100644
--- a/templates/macro/author-content.html
+++ b/templates/macro/author-content.html
@@ -1,6 +1,6 @@
-
@@ -16,6 +16,6 @@
-
+
\ No newline at end of file
diff --git a/templates/modules/widgets/top-group.html b/templates/modules/widgets/top-group.html
index 9a5bbe62..3da68cde 100644
--- a/templates/modules/widgets/top-group.html
+++ b/templates/modules/widgets/top-group.html
@@ -31,23 +31,25 @@