mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
修复首次加载文章详情时会弹出打赏图片的问题
This commit is contained in:
parent
d02bbf84e1
commit
5e46269187
@ -28,6 +28,7 @@
|
||||
margin-right: 10px;
|
||||
|
||||
&-list {
|
||||
display: block !important;
|
||||
position: absolute;
|
||||
bottom: 40px;
|
||||
right: 50%;
|
||||
|
2
templates/assets/css/post.min.css
vendored
2
templates/assets/css/post.min.css
vendored
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@
|
||||
<button th:if="${donate}" class="donate" type="button">
|
||||
<i class="ri-bank-card-line"></i>
|
||||
<span>打赏</span>
|
||||
<div class="donate-list" th:if="${theme.config.post.post_donate_style == 'donate_style_poster'}">
|
||||
<div class="donate-list" style="display: none;" th:if="${theme.config.post.post_donate_style == 'donate_style_poster'}">
|
||||
<ol>
|
||||
<li th:if="${!#strings.isEmpty(theme.config.post.donate_wechat)}"><img
|
||||
th:src="${theme.config.post.donate_wechat}" alt="微信捐赠"></li>
|
||||
@ -14,7 +14,7 @@
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div class="donate-list" th:if="${theme.config.post.post_donate_style == 'donate_style_qr'}">
|
||||
<div class="donate-list" style="display: none;" th:if="${theme.config.post.post_donate_style == 'donate_style_qr'}">
|
||||
<ol>
|
||||
<li th:if="${!#strings.isEmpty(theme.config.post.donate_wechat)}">
|
||||
<div class="qr-code">
|
||||
|
@ -28,6 +28,6 @@ spec:
|
||||
settingName: theme-dream2-plus-setting
|
||||
configMapName: theme-dream2-plus-configMap
|
||||
# 版本号
|
||||
version: 1.1.0
|
||||
version: 1.1.0.0001
|
||||
# 最低支持的 Halo 版本
|
||||
require: ">=2.12.0"
|
Loading…
x
Reference in New Issue
Block a user