[Update] 修改Minxs

This commit is contained in:
ibuler
2019-07-02 17:51:50 +08:00
parent 58182712a2
commit 7bf1555c67
30 changed files with 284 additions and 890 deletions

View File

@@ -55,6 +55,8 @@ class Action:
x = cls.NAME_MAP_REVERSE.get(x, 0)
y = cls.NAME_MAP_REVERSE.get(y, 0)
return x | y
if not value:
return None
return reduce(to_choices, value)
@classmethod