开始自动更新架构

This commit is contained in:
2023-09-18 18:06:40 +08:00
parent c7426e4094
commit 01db0f9956
10 changed files with 53 additions and 7 deletions

14
config/update.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
$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';
$config['skip_files'] = $skip_files;
return $config;