diff --git a/js/version.txt b/js/version.txt index f954839d9bb5773fcc48f7636be5f521cf0ee890..07dc2df2aa9057b3e7def4635a204d9fdd63de87 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.7.15 \ No newline at end of file +3.7.16 \ No newline at end of file diff --git a/utils/update.py b/utils/update.py index 4bfdbe98d24ccca249c86e7b573f6627d27ff8b2..dbc1b06b9966348138691848f2b706b6ef12f904 100644 --- a/utils/update.py +++ b/utils/update.py @@ -83,6 +83,7 @@ def copytree(src, dst, ignore=None): if ignore is None: ignore = [] dirs = os.listdir(src) # 获取目录下的所有文件包括文件夹 + logger.info(f'{dirs}') print(dirs) for dir in dirs: # 遍历文件或文件夹 from_dir = os.path.join(src, dir) # 将要复制的文件夹或文件路径