feat: add setting option for post title position (#213)

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2024-11-16 11:08:58 +08:00
committed by GitHub
parent 4d8475cfc0
commit 6b3dc79b37
6 changed files with 60 additions and 17 deletions

View File

@@ -110,6 +110,19 @@ spec:
value: github
- label: Tailwind CSS Typography
value: tailwind
- $formkit: select
name: title_position
label: 标题位置
value: "content"
options:
- value: "content"
label: "正文中"
- value: "cover"
label: "封面中"
- $formkit: text
name: cover_height
label: 封面图高度
value: "24rem"
- $formkit: checkbox
name: show_upvote_button
label: 显示点赞按钮