mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
优化欢迎页面的手机端兼容性
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user