1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

Fix: ensure project should use index instead of name

This commit is contained in:
sui-feng-cb
2025-10-12 16:14:27 +08:00
parent 3bc3fe6959
commit 27e32ce8af
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):