提交 abcbe303 编写于 作者: H hjdhnx

重要更新

上级 5a4aa3eb
...@@ -75,6 +75,8 @@ def copy_to_update(): ...@@ -75,6 +75,8 @@ def copy_to_update():
return False 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'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'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'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')) force_copy_files(os.path.join(dr_path, f'utils'),os.path.join(base_path, f'utils'))
return True return True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册