Skip to content

Commit

Permalink
v10.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hgjazhgj committed Mar 17, 2023
1 parent 894682b commit fb0afc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FGO-py/fgoConst.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION='v10.4.2'
VERSION='v10.4.3'
CONFIG={
'runOnce':'',
'device':'',
Expand Down
2 changes: 1 addition & 1 deletion FGO-py/fgoDetect.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def isMailDone(self):return self._watchMailDone.send(self)
def isMainInterface(self):return self._compare(IMG.MENU,(1086,613,1280,700))
def isMailListEnd(self):return self._isListEnd((937,679))
def isNetworkError(self):return self._compare(IMG.NETWORKERROR,(798,544,879,584))
def isNoFriend(self):return self._compare(IMG.NOFRIEND,(246,363,274,392))
def isNoFriend(self):return self._compare(IMG.NOFRIEND,(245,362,274,392),.15)
def isServantDead(self,pos,friend=None):return any((self._watchServantPortrait[pos].send(self),self._watchServantFriend[pos].send(self.isServantFriend(pos)if friend is None else friend)))
def isServantFriend(self,pos):return self._compare(IMG.SUPPORT,(194+318*pos,388,284+318*pos,418))
def isSkillCastFailed(self):return self._compare(IMG.SKILLERROR,(595,539,684,586))
Expand Down
Binary file modified FGO-py/fgoImage/nofriend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ Add:onepush

# 版本记录 Version Logs

## 2023/03/17 v10.4.3

Fix(?):nofriend
似乎是背景纹理修改了

## 2023/03/01 v10.4.2

Opt:允许.作为sleep时间分隔符
Expand Down

0 comments on commit fb0afc4

Please sign in to comment.