1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Fix: Add LDPlayer serial auto switching

- Opt: Show help text for wrong serial
This commit is contained in:
LmeSzinc
2022-06-05 06:38:43 +08:00
parent 210fc5bded
commit 25a4162d27
9 changed files with 107 additions and 44 deletions

View File

@@ -130,6 +130,16 @@ class SelectedGrids:
"""
return [grid.__getattribute__(func)(**kwargs) for grid in self]
def first_or_none(self):
"""
Returns:
"""
if self:
return self.grids[0]
else:
return None
def add(self, grids):
"""
Args: