优化:友链页面 “申请友链方法”文本增加下边距

This commit is contained in:
j m 2024-03-20 19:37:01 +08:00
parent cf7741d375
commit 2d194feae6
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "halo-theme-dream2.0", "name": "halo-theme-dream2.0",
"version": "1.3.1.2", "version": "1.3.1.3",
"description": "梦之城,童话梦境,动漫类型博客主题。", "description": "梦之城,童话梦境,动漫类型博客主题。",
"main": "index.js", "main": "index.js",
"author": "nineya", "author": "nineya",

View File

@ -34,7 +34,7 @@
<hr th:if="${theme.config.page_config.show_exchange_info || !#strings.isEmpty(theme.config.page_config.links_info)}"/> <hr th:if="${theme.config.page_config.show_exchange_info || !#strings.isEmpty(theme.config.page_config.links_info)}"/>
<th:block th:if="${theme.config.page_config.show_exchange_info}" <th:block th:if="${theme.config.page_config.show_exchange_info}"
th:with="bloggerAvatar= ${#strings.defaultString(theme.config.page_config.links_blogger_avatar, contributor.avatar)}"> th:with="bloggerAvatar= ${#strings.defaultString(theme.config.page_config.links_blogger_avatar, contributor.avatar)}">
申请友链的方法: <p style="margin-bottom: 4px">申请友链的方法:</p>
<ul> <ul>
<li>名称:[[${site.title}]]</li> <li>名称:[[${site.title}]]</li>
<li>地址:<a th:href="${site.url}" target="_blank" th:text="${site.url}"></a></li> <li>地址:<a th:href="${site.url}" target="_blank" th:text="${site.url}"></a></li>

View File

@ -22,6 +22,6 @@ spec:
settingName: theme-dream-setting settingName: theme-dream-setting
configMapName: theme-dream-configMap configMapName: theme-dream-configMap
# 版本号 # 版本号
version: 1.3.1.2 version: 1.3.1.3
# 最低支持的 Halo 版本 # 最低支持的 Halo 版本
require: ">=2.0.0" require: ">=2.0.0"