1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 12:35:34 +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 c35ddd87cd
commit 2426c6895c
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):