From abcbe303fb94438da21f9834237b74c9a776baca Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Tue, 6 Sep 2022 11:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E8=A6=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/update.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/update.py b/utils/update.py index 231d641..ee2df7d 100644 --- a/utils/update.py +++ b/utils/update.py @@ -75,6 +75,8 @@ def copy_to_update(): return False force_copy_files(os.path.join(dr_path, f'js'),os.path.join(base_path, f'js')) force_copy_files(os.path.join(dr_path, f'classes'),os.path.join(base_path, f'classes')) + force_copy_files(os.path.join(dr_path, f'models'),os.path.join(base_path, f'models')) + force_copy_files(os.path.join(dr_path, f'static'),os.path.join(base_path, f'static')) force_copy_files(os.path.join(dr_path, f'templates'),os.path.join(base_path, f'templates')) force_copy_files(os.path.join(dr_path, f'utils'),os.path.join(base_path, f'utils')) return True -- GitLab