调整逻辑

This commit is contained in:
2023-09-21 18:13:01 +08:00
parent 3f200a3a8b
commit 32a60597ff
2 changed files with 2 additions and 1 deletions

View File

@@ -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;
}
}