mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
修改欢迎页面的更新级别
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user