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