mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修改配置
This commit is contained in:
@@ -12,7 +12,7 @@ use think\console\Output;
|
||||
|
||||
class Version extends Command
|
||||
{
|
||||
public const VERSION = 'v2.0.44';
|
||||
public const VERSION = 'v2.0.45';
|
||||
|
||||
public const LAYUI_VERSION = '2.8.16';
|
||||
|
||||
@@ -24,6 +24,7 @@ class Version extends Command
|
||||
|
||||
public const UPDATE_TIPS = [
|
||||
'本次更新调整了composer依赖,请根据实际情况调整',
|
||||
'可以删除app下admin的view目录了',
|
||||
'删除 think-view',
|
||||
'引入 topthink/think-template-view',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,7 @@ $skip_dir[] = 'app/admin/middleware';
|
||||
$skip_dir[] = 'app/admin/model';
|
||||
$skip_dir[] = 'app/admin/service';
|
||||
$skip_dir[] = 'app/admin/traits';
|
||||
$skip_dir[] = 'app/admin/view';
|
||||
|
||||
$config['skip_dir'] = $skip_dir;
|
||||
|
||||
@@ -36,6 +37,7 @@ $append_dir[] = 'app/admin/middleware';
|
||||
$append_dir[] = 'app/admin/model';
|
||||
$append_dir[] = 'app/admin/service';
|
||||
$append_dir[] = 'app/admin/traits';
|
||||
$append_dir[] = 'app/admin/view';
|
||||
|
||||
$config['append_dir'] = $append_dir;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user