From ed8ac68daab109a41740fa4ef54417e0c089711f Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Tue, 11 Oct 2022 12:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=A7=A3=E6=9E=90=E8=BF=87=E6=BB=A4=E5=8A=A0?= =?UTF-8?q?=E5=AF=86=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/rules.py | 2 +- js/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/rules.py b/js/rules.py index 2b81990..333ab04 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 33f465d..4764627 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 -- GitLab