新版搜索界面搜索校验增加*符号的校验避免站点500错误,优化pjax下发生错误的问题

This commit is contained in:
mjsoftware 2024-07-17 13:41:52 +08:00
parent 0cb5356cce
commit f620e28971
3 changed files with 11 additions and 3 deletions

View File

@ -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;
} }
} }

File diff suppressed because one or more lines are too long

View File

@ -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"
# 许可 # 许可