修改欢迎页面的更新级别

This commit is contained in:
2023-09-27 10:33:55 +08:00
parent 6b665f50ad
commit 0abdcc4c5b

View File

@@ -15,6 +15,9 @@ $skip_files[] = 'README.md';
$skip_files[] = 'README.en.md';
$skip_files[] = 'composer.json';
$skip_files[] = 'view/index/welcome.html';
$skip_files[] = 'public/static/common/css/welcome.css';
$skip_files[] = 'app/common/event/AdminLoginSuccess/LogEvent.php';
$skip_files[] = 'app/common/event/AdminLoginType/DemoEvent.php';
@@ -58,6 +61,9 @@ $append_files[] = 'app/common/app/provider.php';
$append_files[] = '.example.env';
$append_files[] = 'view/index/welcome.html';
$append_files[] = 'public/static/common/css/welcome.css';
$append_files[] = 'app/common/event/AdminLoginSuccess/LogEvent.php';
$append_files[] = 'app/common/event/AdminLoginType/DemoEvent.php';