1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-12 02:37:51 +08:00

Fix: ensure project should use index instead of name

This commit is contained in:
2025-10-12 16:14:27 +08:00
parent 903e94c2fc
commit 10998645f6
2 changed files with 6 additions and 2 deletions

View File

@@ -98,6 +98,8 @@ class IslandProject:
return True
def __str__(self):
return self.name
class ItemNameOcr(Ocr):
def after_process(self, result):