提交 ed8ac68d 编写于 作者: H hjdhnx

自动生成的配置解析过滤加密的

上级 98930727
......@@ -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)
......
3.9.1
\ No newline at end of file
3.9.2
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册