mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-04 09:02:49 +08:00
调整源码对比方式;调整更新逻辑
This commit is contained in:
13
extend/base/admin/service/adminUpdateData/tips.php
Normal file
13
extend/base/admin/service/adminUpdateData/tips.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
'version' => 'v2.0.57',
|
||||
'desc' => [
|
||||
'删除了localheinz/diff依赖,可以通过以下命令调整',
|
||||
'composer remove localheinz/diff',
|
||||
'',
|
||||
'调整了AdminUpdateServiceBase的代码的文件名和类名,可能需要手动修改或删除旧的文件',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user