From 32a60597ff6af4ec68d55c97a4db81cb896a33c3 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 21 Sep 2023 18:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/admin/Update.php | 1 + app/common/command/admin/Version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/common/command/admin/Update.php b/app/common/command/admin/Update.php index 5672d49..7da2a93 100644 --- a/app/common/command/admin/Update.php +++ b/app/common/command/admin/Update.php @@ -252,6 +252,7 @@ class Update extends Command foreach ($last_version_skip_config['append_dir'] as $dir) { if(str_starts_with($file_path,$dir)){ + $last_version_list_append_files[] = $file_path; continue; } } diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index abb86af..72c8a39 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -14,7 +14,7 @@ use think\facade\App; class Version extends Command { - public const VERSION = 'v2.0.35'; + public const VERSION = 'v2.0.36'; public const LAYUI_VERSION = '2.8.16';