diff --git a/templates/common/config.html b/templates/common/config.html index 4d80ee5..9385b9b 100644 --- a/templates/common/config.html +++ b/templates/common/config.html @@ -75,6 +75,7 @@ DreamConfig["gray_mode"] = [[${theme.config.enhance.gray_mode_group.enable_gray_mode}]]; DreamConfig["gray_mode_start_time"] = [[${theme.config.enhance.gray_mode_group.gray_mode_start_time}]]; DreamConfig["gray_mode_end_time"] = [[${theme.config.enhance.gray_mode_group.gray_mode_end_time}]]; + DreamConfig["pjax_state"] = [[${theme.config.enhance.enable_pjax}]]; /** 配置分享方式 */ let post_share = [] for (let share of [[${theme.config.post.custom_post_share}]]) { diff --git a/templates/search.html b/templates/search.html index e7228c1..1805e63 100644 --- a/templates/search.html +++ b/templates/search.html @@ -10,20 +10,27 @@