From d18e636278cb01b1d65065a6aed7a62f8d086e2a Mon Sep 17 00:00:00 2001 From: Eilles Wan Date: Fri, 8 Mar 2024 11:10:17 +0000 Subject: [PATCH 1/3] =?UTF-8?q?update=20llc=5Fcli.py.=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?mcpack=E7=94=9F=E6=88=90=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eilles Wan --- llc_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llc_cli.py b/llc_cli.py index 12811d2..e5305c1 100644 --- a/llc_cli.py +++ b/llc_cli.py @@ -180,7 +180,7 @@ def is_in_bdx_mcpack(sth: str): ) -def is_in_player(sth: str, in_ok: tuple): +def is_in_player(sth: str, in_ok: tuple = (0,1,2)): return isin( sth, dict( From 9ec33845f470c2dc16a075b3bc3ba05be13cdcf0 Mon Sep 17 00:00:00 2001 From: Eilles Wan Date: Fri, 8 Mar 2024 11:14:59 +0000 Subject: [PATCH 2/3] =?UTF-8?q?update=20llc=5Fcli.py.=20=E8=BF=99=E6=AC=A1?= =?UTF-8?q?=E5=BA=94=E8=AF=A5OK=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eilles Wan --- llc_cli.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/llc_cli.py b/llc_cli.py index e5305c1..d654a05 100644 --- a/llc_cli.py +++ b/llc_cli.py @@ -187,12 +187,12 @@ def is_in_player(sth: str, in_ok: tuple = (0,1,2)): [ (i, v) for i, v in [ - 0, - ("delay", "0", "延迟", "帝蕾"), - 1, - ("score", "1", "计分板", "积分", "积分板", "计分", "斯阔尔"), - 2, - ("repeater", "2", "中继器", "瑞皮特"), + (0, + ("delay", "0", "延迟", "帝蕾"),), + (1, + ("score", "1", "计分板", "积分", "积分板", "计分", "斯阔尔"),), + (2, + ("repeater", "2", "中继器", "瑞皮特"),), ] if i in in_ok ] From bccfd1841da05d8cdc5b27781f681e8a9c50de7c Mon Sep 17 00:00:00 2001 From: Eilles Wan Date: Fri, 5 Apr 2024 04:11:57 +0000 Subject: [PATCH 3/3] =?UTF-8?q?update=20docs/=E5=8A=9F=E8=83=BD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=AF=B4=E6=98=8E.md.=E6=B2=A1=E4=BA=8B=E6=B2=A1?= =?UTF-8?q?=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eilles Wan --- docs/功能使用说明.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/功能使用说明.md b/docs/功能使用说明.md index 76f033e..1fc103a 100644 --- a/docs/功能使用说明.md +++ b/docs/功能使用说明.md @@ -8,7 +8,9 @@ ### [林纳克斯(Linux)与其衍生操作系统](./download%26start/Linux.md) ### [安卓(Android)与其衍生操作系统](./download%26start/Android.md) -## 使用教程 +## 命令行版本的使用教程 + +> 注意,图形用户界面版本无需查看此内容。 1. 参数说明