Skip to content

Commit b345e57

Browse files
authored
Update sudoku.md
1 parent 8dca43a commit b345e57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/config/proxies/sudoku.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ proxies:
4343

4444
## table-type
4545

46-
可选值:prefer_ascii、prefer_entropy 前者全ascii映射,后者保证熵值(汉明1)低于3
46+
可选值:prefer_ascii、prefer_entropy、up_ascii_down_entropy、up_entropy_down_ascii
4747

4848
## custom-table
4949

50-
可选,自定义字节布局,必须包含2个x、2个p、4个v,可随意组合。启用此处则需配置`table-type``prefer_entropy`
50+
可选,自定义字节布局,必须包含2个x、2个p、4个v,可随意组合;只对 entropy 方向生效
5151

5252
## custom-tables
5353

54-
可选,自定义字节布局列表(x/v/p),用于 xvp 模式轮换;非空时覆盖 custom-table
54+
可选,自定义字节布局列表(x/v/p),非空时覆盖 custom-table
5555

5656
## httpmask.disable
5757

0 commit comments

Comments
 (0)