进入信息板前关闭线索交流时间
This commit is contained in:
parent
a2d84d4991
commit
53a7297e2f
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ class MessageBoard(SceneGraphSolver, BaseMixin):
|
|||
if (
|
||||
scene := self.scene()
|
||||
) == Scene.INFRA_DETAILS and self.detect_room() == "meeting":
|
||||
if pos := self.find("clue/title_party"):
|
||||
self.tap(pos)
|
||||
return
|
||||
score, scope = config.recog.match("clue/message_board_entry")
|
||||
if score > 0.8:
|
||||
self.ctap(scope)
|
||||
|
|
Loading…
Add table
Reference in a new issue