From 1353541c9497bb1a2477c920dfc914103a48132c Mon Sep 17 00:00:00 2001 From: xing Date: Sat, 13 May 2023 18:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.example.yaml b/config.example.yaml index e9f376b..60e9e7c 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -97,4 +97,6 @@ plugins: ["enlightjs"] # 插件存放路径 pluginPath: "./plugins" # 列表页面post使用的插件 -listPagePlugins: ["digest"] \ No newline at end of file +listPagePlugins: ["digest"] +# 额外引入的脚本 第一个为head 第二个为footer +externScript: ["",""] \ No newline at end of file