mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2024-11-25 00:25:26 +08:00
update llc_cli.py. 这次应该OK了
Signed-off-by: Eilles Wan <w-yi_doctoryi@outlook.com>
This commit is contained in:
parent
d18e636278
commit
9ec33845f4
12
llc_cli.py
12
llc_cli.py
@ -187,12 +187,12 @@ def is_in_player(sth: str, in_ok: tuple = (0,1,2)):
|
|||||||
[
|
[
|
||||||
(i, v)
|
(i, v)
|
||||||
for i, v in [
|
for i, v in [
|
||||||
0,
|
(0,
|
||||||
("delay", "0", "延迟", "帝蕾"),
|
("delay", "0", "延迟", "帝蕾"),),
|
||||||
1,
|
(1,
|
||||||
("score", "1", "计分板", "积分", "积分板", "计分", "斯阔尔"),
|
("score", "1", "计分板", "积分", "积分板", "计分", "斯阔尔"),),
|
||||||
2,
|
(2,
|
||||||
("repeater", "2", "中继器", "瑞皮特"),
|
("repeater", "2", "中继器", "瑞皮特"),),
|
||||||
]
|
]
|
||||||
if i in in_ok
|
if i in in_ok
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user