You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
再比如caculated.py里面427行move_num+=1应该添加条件判定,在补漏的时候丹鼎司-2会出现无法识别锚点的情况,或许可以添加:
if move_num/3 == 3:#寻找锚点3次,地图向下大于900,应该重置到顶部
for i in range(3):
self.swipe((start_x, start_y), (start_x, start_y + 300), 0.3)
log.info('resetting')
然后后面的卡死判断由15改为21
原因
cmd里面看着感觉有待优化
功能简述
cmd里面输出的log.info过于冗长
功能逻辑
好看就行
实现参考
比如map.py里面的201行。可以改为log.info(_('地图加载完毕,加载时间为 {count:.2f} 毫秒').format(count=(count*1000)))
比如config.json里面改为"star_version": "v1.8.7","picture_version": "vP0","map_version": "vM2023.10.05-16.38.17",这样写
The text was updated successfully, but these errors were encountered: