mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
新版搜索界面搜索校验增加*符号的校验避免站点500错误,优化pjax下发生错误的问题
This commit is contained in:
parent
0cb5356cce
commit
f620e28971
@ -36,6 +36,14 @@ lit-toast-container, halo-contact-form-toast-container {
|
|||||||
filter: grayscale(1) !important;
|
filter: grayscale(1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.qmsg.qmsg-wrapper {
|
||||||
|
color: #333 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.qmsg .qmsg-content {
|
||||||
|
background: var(--light-z) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-above {
|
.navbar-above {
|
||||||
|
|
||||||
&.animation {
|
&.animation {
|
||||||
@ -5244,7 +5252,7 @@ button.swiper-pagination-bullet {
|
|||||||
|
|
||||||
i {
|
i {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 1.2rem;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
@ -30,7 +30,7 @@ spec:
|
|||||||
settingName: theme-dream2-plus-setting
|
settingName: theme-dream2-plus-setting
|
||||||
configMapName: theme-dream2-plus-configMap
|
configMapName: theme-dream2-plus-configMap
|
||||||
# 版本号
|
# 版本号
|
||||||
version: 1.2.6.beta4
|
version: 1.2.6.beta5
|
||||||
# 最低支持的 Halo 版本
|
# 最低支持的 Halo 版本
|
||||||
require: ">=2.15.0"
|
require: ">=2.15.0"
|
||||||
# 许可
|
# 许可
|
||||||
|
Loading…
x
Reference in New Issue
Block a user