进入信息板前关闭线索交流时间

This commit is contained in:
zhbaor 2025-01-26 20:41:08 +08:00
parent a2d84d4991
commit 53a7297e2f

View file

@ -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)