mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 20:54:03 +08:00
@@ -84,8 +84,9 @@ class ConnectionAttr:
|
|||||||
except ValueError:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
# 夜神模拟器 127.0.0.1:62001
|
# 夜神模拟器 127.0.0.1:62001
|
||||||
|
# MuMu模拟器12127.0.0.1:16384
|
||||||
if '模拟' in serial:
|
if '模拟' in serial:
|
||||||
res = re.search(r'(\d+\.\d+\.\d+\.\d+:\d+)', serial)
|
res = re.search(r'(127\.\d+\.\d+\.\d+:\d+)', serial)
|
||||||
if res:
|
if res:
|
||||||
serial = res.group(1)
|
serial = res.group(1)
|
||||||
return str(serial)
|
return str(serial)
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ class MeowfficerEnhance(MeowfficerBase):
|
|||||||
break
|
break
|
||||||
|
|
||||||
# Exit if button is empty slot
|
# Exit if button is empty slot
|
||||||
if self.image_color_count(button, color=(231, 223, 221), threshold=221, count=450):
|
if self.image_color_count(button, color=(231, 223, 221), threshold=235, count=450):
|
||||||
break
|
break
|
||||||
|
|
||||||
# Continue onto next if button
|
# Continue onto next if button
|
||||||
|
|||||||
Reference in New Issue
Block a user