Skip to content

Commit d9eedfb

Browse files
author
jacob.zb
committed
add readme
1 parent 562a58b commit d9eedfb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# 解决的问题
55
1. 有些时候你的订阅被墙了,或者订阅本身不稳定挂了
66
2. 你的 Mac 在使用 ClashX 而你的机场并不提供 SS 以外的订阅类型
7+
3. 对于不同倍率的节点做了区分,倍率低于 3 的自动加入到测试列表,倍率高于 2 的可以自己选择
78

89
# 配置文件
910
config.json

update_clash_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def update(intput_name, output_name, name_list, yaml_list):
105105
'''- { name: "auto", type: url-test, proxies:'''):
106106
url_test_list = config['append_name']
107107
for name in name_list:
108-
if ('倍率:0.' in name or name.endswith('(倍率:1.')
108+
if ('倍率:0' in name or name.endswith('(倍率:1.')
109109
or '(倍率:2' in name
110110
) or '(倍率:2' in name and '[国内]' not in name:
111111
url_test_list.append(name)

0 commit comments

Comments
 (0)