mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修改著作信息;修改更新配置文件
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | EasyAdmin
|
||||
// | ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
// | PHP交流群: 763822524
|
||||
// | PHP交流群: 207160418
|
||||
// +----------------------------------------------------------------------
|
||||
// | 开源协议 https://mit-license.org
|
||||
// | 开源协议 http://license.coscl.org.cn/MulanPSL2
|
||||
// +----------------------------------------------------------------------
|
||||
// | github开源项目:https://github.com/zhongshaofa/EasyAdmin
|
||||
// | gitee开源项目:https://gitee.com/ulthon/ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\admin\service\annotation;
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | EasyAdmin
|
||||
// | ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
// | PHP交流群: 763822524
|
||||
// | PHP交流群: 207160418
|
||||
// +----------------------------------------------------------------------
|
||||
// | 开源协议 https://mit-license.org
|
||||
// | 开源协议 http://license.coscl.org.cn/MulanPSL2
|
||||
// +----------------------------------------------------------------------
|
||||
// | github开源项目:https://github.com/zhongshaofa/EasyAdmin
|
||||
// | github开源项目:https://github.com/zhongshaofa/ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\admin\service\annotation;
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | EasyAdmin
|
||||
// | ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
// | PHP交流群: 763822524
|
||||
// | PHP交流群: 207160418
|
||||
// +----------------------------------------------------------------------
|
||||
// | 开源协议 https://mit-license.org
|
||||
// | 开源协议 http://license.coscl.org.cn/MulanPSL2
|
||||
// +----------------------------------------------------------------------
|
||||
// | github开源项目:https://github.com/zhongshaofa/EasyAdmin
|
||||
// | gitee开源项目:https://gitee.com/ulthon/ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\admin\service\node;
|
||||
|
||||
@@ -8,6 +8,7 @@ $skip_files[] = 'app/common/app/functions.php';
|
||||
$skip_files[] = 'app/common/app/listen.php';
|
||||
$skip_files[] = 'app/common/app/middleware.php';
|
||||
$skip_files[] = 'app/common/app/service.php';
|
||||
$skip_files[] = 'app/common/app/provider.php';
|
||||
$skip_files[] = 'composer.lock';
|
||||
$skip_files[] = 'README.md';
|
||||
$skip_files[] = 'README.en.md';
|
||||
@@ -29,7 +30,14 @@ $config['skip_dir'] = $skip_dir;
|
||||
|
||||
// append 如果当前版本不存在,则追加,如果存在,则不应当覆盖
|
||||
// append 的文件应当在skip内部
|
||||
$config['append_files'] = [];
|
||||
|
||||
$append_files = [];
|
||||
$append_files[] = 'app/common/app/functions.php';
|
||||
$append_files[] = 'app/common/app/listen.php';
|
||||
$append_files[] = 'app/common/app/middleware.php';
|
||||
$append_files[] = 'app/common/app/service.php';
|
||||
$append_files[] = 'app/common/app/provider.php';
|
||||
$config['append_files'] = $append_files;
|
||||
|
||||
$append_dir = [];
|
||||
$append_dir[] = 'app/admin/controller';
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | EasyAdmin
|
||||
// | ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
// | PHP交流群: 763822524
|
||||
// | PHP交流群: 207160418
|
||||
// +----------------------------------------------------------------------
|
||||
// | 开源协议 https://mit-license.org
|
||||
// | 开源协议 http://license.coscl.org.cn/MulanPSL2
|
||||
// +----------------------------------------------------------------------
|
||||
// | github开源项目:https://github.com/zhongshaofa/EasyAdmin
|
||||
// | gitee开源项目:https://gitee.com/ulthon/ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace base\admin\service\annotation;
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | EasyAdmin
|
||||
// | ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
// | PHP交流群: 763822524
|
||||
// | PHP交流群: 207160418
|
||||
// +----------------------------------------------------------------------
|
||||
// | 开源协议 https://mit-license.org
|
||||
// | 开源协议 http://license.coscl.org.cn/MulanPSL2
|
||||
// +----------------------------------------------------------------------
|
||||
// | github开源项目:https://github.com/zhongshaofa/EasyAdmin
|
||||
// | gitee开源项目:https://gitee.com/ulthon/ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace base\admin\service\annotation;
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | EasyAdmin
|
||||
// | ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
// | PHP交流群: 763822524
|
||||
// | PHP交流群: 207160418
|
||||
// +----------------------------------------------------------------------
|
||||
// | 开源协议 https://mit-license.org
|
||||
// | 开源协议 http://license.coscl.org.cn/MulanPSL2
|
||||
// +----------------------------------------------------------------------
|
||||
// | github开源项目:https://github.com/zhongshaofa/EasyAdmin
|
||||
// | gitee开源项目:https://gitee.com/ulthon/ulthon_admin
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace base\admin\service\node;
|
||||
|
||||
Reference in New Issue
Block a user