mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: Add LDPlayer serial auto switching
- Opt: Show help text for wrong serial
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user