diff --git a/js/rules.py b/js/rules.py index 2b81990365584f1bb05a353bf6742a237d1793a7..333ab04cc8bfe89c38ed2ea9027536fe2919bad0 100644 --- a/js/rules.py +++ b/js/rules.py @@ -184,7 +184,7 @@ def getJxs(path='js',host=None): base_path = 'jiexi' # 自建解析目录 os.makedirs(base_path, exist_ok=True) file_name = os.listdir(base_path) - file_name = list(filter(lambda x: str(x).endswith('.js') and str(x).find('模板') < 0, file_name)) + file_name = list(filter(lambda x: str(x).endswith('.js') and str(x).find('模板') < 0 and str(x).find('加密') < 0, file_name)) # print(file_name) jx_list = [file.replace('.js', '') for file in file_name] # print(file_name) diff --git a/js/version.txt b/js/version.txt index 33f465d1ad3b7c3181aa7fcad2cac51d642457dc..4764627f92506cb1851115abfa9b5635ee52b92a 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.1 \ No newline at end of file +3.9.2 \ No newline at end of file