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';