From a8dc195e99505892e9148f42c490f8bb92668d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=C3=A7mulingyuer?= <你的1321968423@qq.com> Date: Mon, 22 Apr 2024 21:22:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?:bug:=20fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 0a5d2d5..cbfba0d 100644 --- a/functions.php +++ b/functions.php @@ -159,7 +159,7 @@ function themeConfig($form) { null, '推荐', _t('首页右侧推荐文章tag文字'), - _t('推荐2个文字'), + _t('推荐2个文字') ); $form->addInput($homeRecommendedArticleTag); From d5eae3e7fdf32baaf11890f54129baf77d8fe687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=C3=A7mulingyuer?= <你的1321968423@qq.com> Date: Mon, 22 Apr 2024 21:31:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?:package:=20build:=20=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 5faed40..face56d 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ * * @package JJ * @author 木灵鱼儿 - * @version 2.3.3 + * @version 2.3.4 * @link https://www.mulingyuer.com */ ?> diff --git a/package.json b/package.json index a2ee162..cdcb6e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-multiple-entry", - "version": "2.3.3", + "version": "2.3.4", "repository": "https://github.com/mulingyuer/Typecho_Theme_JJ.git", "author": "mulingyuer <1321968423@qq.com>", "license": "bsd 3.0",