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

Fix: AUTO_CONFIRM in daily

- Fix AUTO_CONFIRM in daily preparation
- Fix exercise quit
- Add additional button clicks in ui_click
- Add support to grid_info 'Me'
This commit is contained in:
LmeSzinc
2020-06-22 01:02:10 +08:00
parent 970c6ec461
commit 11b8c50f16
6 changed files with 21 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ class GridInfo:
location = None
def decode(self, text):
text = text.upper()
dic = {
'++': 'is_land',
'SP': 'is_spawn_point',