修改著作信息;修改更新配置文件

This commit is contained in:
2023-09-25 11:12:57 +08:00
parent b6d91ec500
commit 3dcf336bbc
7 changed files with 33 additions and 25 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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