From 503395f7d719f6879a8e16bf169fa8ac21668a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E8=90=BD?= Date: Thu, 7 Oct 2021 23:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E6=98=AF=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- assets/assets_load.php | 2 +- framework/plugin-options.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ceae2f8..3c2f5b0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ cache/*.txt *.ini .vscode/* .SynologyWorkingDirectory/* -*/cache/* +*/cache/* \ No newline at end of file diff --git a/assets/assets_load.php b/assets/assets_load.php index 79b95dd..44c685c 100644 --- a/assets/assets_load.php +++ b/assets/assets_load.php @@ -64,7 +64,7 @@ jQuery(function($) { } }); $(".add-shortcode").click(function() { - send_to_editor("" + $(this).data("shortcodes") + ""); + send_to_editor( $(this).data("shortcodes") ); $(".shortcodes-wrap").removeClass("is-active"); return false }); diff --git a/framework/plugin-options.php b/framework/plugin-options.php index ea04253..f41d4b3 100644 --- a/framework/plugin-options.php +++ b/framework/plugin-options.php @@ -71,7 +71,7 @@ $activePanelIdx = $_GET['panel'] ?? 0; echo '
  • ' . $name . '
  • '; } ?> -
  • 关于插件
  • +
  • 关于