提交 51631ae1 编写于 作者: H hjdhnx

修复本地js的未来功能隐藏

上级 232f43cd
无法预览此类型文件
......@@ -192,7 +192,7 @@ def merged_hide(merged_config):
all_cnt = len(merged_config['sites'])
def filter_show(x):
name = x['api'].split('rule=')[1].split('&')[0] if 'rule=' in x['api'] else x['key']
name = x['api'].split('rule=')[1].split('&')[0] if 'rule=' in x['api'] else x['key'].replace('dr_','')
# print(name)
return name not in hide_rule_names
......
3.7.19beta5
\ No newline at end of file
3.7.19beta6
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册