From 0abdcc4c5b1a288dbf164875c43bea70f4f8c9d1 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 27 Sep 2023 10:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AC=A2=E8=BF=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=9B=B4=E6=96=B0=E7=BA=A7=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/update.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/update.php b/config/update.php index 159787b..32cff57 100644 --- a/config/update.php +++ b/config/update.php @@ -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';