From 0986f93dff081edfdecee8748488da3f43fa666d Mon Sep 17 00:00:00 2001 From: NB-Dragon <34410109+NB-Dragon@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:22:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b67df9..ee856db 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ mitmdump -p 6666 -s capture.py > 倒数第二行的结果为卡牌的编号,可用于在第三方项目中显示操作步骤 # 算法的选择 -> 本算法目前提供四种选牌方式,可在`main.py`的第12行代码处自行修改 +> 本算法目前提供四种选牌方式,可在`solve.py`的第12行代码处自行修改 - normal: 默认模式,该模式下取牌顺序由程序进度决定 - random: 随机模式,该模式下取牌顺序完全随机 - reverse: 反转模式,该模式下取牌顺序由卡牌的逆序号决定,序号大的优先