优化欢迎页面的手机端兼容性

This commit is contained in:
2023-09-27 10:32:36 +08:00
parent 7f5483c46d
commit 6b665f50ad
2 changed files with 69 additions and 50 deletions

View File

@@ -10,6 +10,7 @@ $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[] = '.example.env';
$skip_files[] = 'README.md';
$skip_files[] = 'README.en.md';
$skip_files[] = 'composer.json';
@@ -55,6 +56,8 @@ $append_files[] = 'app/common/app/middleware.php';
$append_files[] = 'app/common/app/service.php';
$append_files[] = 'app/common/app/provider.php';
$append_files[] = '.example.env';
$append_files[] = 'app/common/event/AdminLoginSuccess/LogEvent.php';
$append_files[] = 'app/common/event/AdminLoginType/DemoEvent.php';