mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: Resolve merge conflict ui/assets.py
This commit is contained in:
@@ -266,6 +266,10 @@ class AzurLaneConfig:
|
||||
# because a closing swipe will be treat as a click in game.
|
||||
MAP_SWIPE_DROP = 0.15
|
||||
MAP_SWIPE_PREDICT = True
|
||||
# Corner to ensure in ensure_edge_insight.
|
||||
# Value can be 'upper-left', 'upper-right', 'bottom-left', 'bottom-right', or 'upper', 'bottom', 'left', 'right'
|
||||
# Missing axis will be random, and '' for all random
|
||||
MAP_ENSURE_EDGE_INSIGHT_CORNER = ''
|
||||
|
||||
"""
|
||||
module.retire
|
||||
@@ -386,7 +390,7 @@ class AzurLaneConfig:
|
||||
'expire_longer_than_6': -11,
|
||||
'duration_shorter_than_2': 11,
|
||||
'duration_longer_than_6': -11,
|
||||
'doa_daily': 500,
|
||||
'event_daily': 500,
|
||||
}
|
||||
COMMISSION_TIME_LIMIT = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user