From 50596ec29d5450514f1490db369d980bc30ecd4c Mon Sep 17 00:00:00 2001 From: nineya <361654768@qq.com> Date: Thu, 13 Jul 2023 09:33:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(patch):=20=E5=8E=BB=E9=99=A4=E8=A1=A5?= =?UTF-8?q?=E4=B8=81=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.yaml | 12 +----------- templates/common/head.html | 2 -- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/settings.yaml b/settings.yaml index 57a6f86..f6e1831 100644 --- a/settings.yaml +++ b/settings.yaml @@ -917,7 +917,7 @@ spec: label: 卸载 - $formkit: radio name: enable_pjax - label: Pjax加载 + label: Pjax 加载 value: false help: '使用Pjax加载可极大提升页面跳转的速度,但可能和部分插件不兼容。' options: @@ -974,16 +974,6 @@ spec: label: 开启 - value: false label: 关闭 - - $formkit: radio - name: enable_patch - label: 补丁模式 - value: true - help: '引入补丁脚本,实现对部分异常不更新主题进行 bug 修复!' - options: - - value: true - label: 开启 - - value: false - label: 关闭 - $formkit: radio name: enable_busuanzi label: 开启 busuanzi 访客统计 diff --git a/templates/common/head.html b/templates/common/head.html index 27a3234..3d5731c 100644 --- a/templates/common/head.html +++ b/templates/common/head.html @@ -44,9 +44,7 @@ th:with="description=${isPost ? post != null ? post.status.excerpt : singlePage - - [(${theme.config.custom.external_js_head})]