推进更新功能

This commit is contained in:
2023-09-19 18:08:47 +08:00
parent 56b706fe89
commit 8ed5a40147
7 changed files with 185 additions and 26 deletions

View File

@@ -4,16 +4,16 @@ $config = [];
$skip_files = [];
$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/functions.php';
$skip_files[] = 'app/common/app/listen.php';
$skip_files[] = 'app/common/app/middleware.php';
$skip_files[] = 'app/common/app/service.php';
$config['skip_files'] = $skip_files;
$skip_dir = [];
$skip_dir[] = '/runtime';
$skip_dir[] = '/vendor';
$skip_dir[] = 'runtime';
$skip_dir[] = 'vendor';
$config['skip_dir'] = $skip_dir;