From 7d5cb9944ddb4ff708d8134e4dc5a678c493ccc9 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Sat, 16 Sep 2023 10:32:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=2011.8.0=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugin.php | 2 +- fetch.sh | 2 +- res/highlight.min.js | 1563 +++++++++++++++++++++++++++++++++++++++++ res/highlight.pack.js | 1554 ---------------------------------------- 4 files changed, 1565 insertions(+), 1556 deletions(-) create mode 100644 res/highlight.min.js delete mode 100644 res/highlight.pack.js diff --git a/Plugin.php b/Plugin.php index 0a897b7..7a57ea4 100644 --- a/Plugin.php +++ b/Plugin.php @@ -90,7 +90,7 @@ class Plugin implements PluginInterface public static function footer(Archive $archive) { if ($archive->is('single')) { - $jsUrl = Helper::options()->pluginUrl . '/HighlightJs/res/highlight.pack.js'; + $jsUrl = Helper::options()->pluginUrl . '/HighlightJs/res/highlight.min.js'; echo ''; echo '