We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dca43a commit b345e57Copy full SHA for b345e57
1 file changed
docs/config/proxies/sudoku.md
@@ -43,15 +43,15 @@ proxies:
43
44
## table-type
45
46
-可选值:prefer_ascii、prefer_entropy 前者全ascii映射,后者保证熵值(汉明1)低于3
+可选值:prefer_ascii、prefer_entropy、up_ascii_down_entropy、up_entropy_down_ascii
47
48
## custom-table
49
50
-可选,自定义字节布局,必须包含2个x、2个p、4个v,可随意组合。启用此处则需配置`table-type`为`prefer_entropy`
+可选,自定义字节布局,必须包含2个x、2个p、4个v,可随意组合;只对 entropy 方向生效
51
52
## custom-tables
53
54
-可选,自定义字节布局列表(x/v/p),用于 xvp 模式轮换;非空时覆盖 custom-table
+可选,自定义字节布局列表(x/v/p),非空时覆盖 custom-table
55
56
## httpmask.disable
57
0 commit comments