mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
调整逻辑
This commit is contained in:
@@ -252,6 +252,7 @@ class Update extends Command
|
|||||||
|
|
||||||
foreach ($last_version_skip_config['append_dir'] as $dir) {
|
foreach ($last_version_skip_config['append_dir'] as $dir) {
|
||||||
if(str_starts_with($file_path,$dir)){
|
if(str_starts_with($file_path,$dir)){
|
||||||
|
$last_version_list_append_files[] = $file_path;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ use think\facade\App;
|
|||||||
|
|
||||||
class Version extends Command
|
class Version extends Command
|
||||||
{
|
{
|
||||||
public const VERSION = 'v2.0.35';
|
public const VERSION = 'v2.0.36';
|
||||||
|
|
||||||
public const LAYUI_VERSION = '2.8.16';
|
public const LAYUI_VERSION = '2.8.16';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user