feat: 完成座右铭文本块

This commit is contained in:
Airbo ZH 2023-06-02 11:04:32 +08:00
parent e88b951b33
commit 5dc410b5e2
2 changed files with 27 additions and 10 deletions

View File

@ -649,6 +649,25 @@ spec:
validation: "url"
value: https://p.zhheo.com/2023788ba3b8739936f844e64f483faacaf1085602.png!cover
- $formkit: repeater
name: textarea
label: 文本块
min: 2
max: 2
help: 左边的一行10字 右面一行19字
children:
- $formkit: text
name: tittle
label: 文本块标题
value: 座右铭
- $formkit: text
name: textarea_up
label: 文本块(上)
value: 生活原本沉闷,
- $formkit: text
name: textarea_down
label: 文本块(下)
value: 但跑起来就有风。
- $formkit: select
name: personalities

View File

@ -613,25 +613,23 @@
</div>
<!-- motto -->
<div class="author-content">
<div class="author-content" th:with="texts = ${theme.config.about.textarea}">
<div class="author-content-item maxim">
<div class="author-content-item-tips">座右铭</div>
<div class="author-content-item-tips" th:text="${texts[0].tittle}">座右铭</div>
<span class="maxim-title">
<span style="opacity: 0.6;margin-bottom:8px;">荆棘之路</span>
<span>劈风斩浪</span>
<span style="opacity: 0.6;margin-bottom:8px;" th:text="${texts[0].textarea_up}">生活原本沉闷</span>
<span th:text="${texts[0].textarea_down}">但跑起来就有风</span>
</span>
</div>
<div class="author-content-item buff">
<div class="author-content-item buff">
<div class="card-content">
<div class="author-content-item-tips">特长</div>
<div class="author-content-item-tips" th:text="${texts[1].tittle}">特长</div>
<span class="buff-title">
<span style="opacity: 0.6;margin-bottom:8px;">玄学流电脑疑难问题解决
<span style="opacity: 0.6;margin-bottom:8px;" th:text="${texts[1].textarea_up}">玄学流电脑疑难问题解决
<span class="inline-word">专家</span>
</span>
<span>软件学习能力
<span class="inline-word">MAX</span>
</span>
<span th:text="${texts[1].textarea_down}">软件学习能力</span>
</span>
</div>
</div>