加入点击 #1599

This commit is contained in:
辉鸭蛋
2026-03-23 02:48:40 +08:00
parent aef3fa913b
commit 0d8de96e17

View File

@@ -70,9 +70,16 @@ internal class QuickTeleportTrigger : ITaskTrigger
if (content.CurrentGameUiCategory == GameUiCategory.BigMap
|| Bv.IsInBigMapUi(content.CaptureRectArea))
{
if (Bv.ClickBlackConfirmButton(content.CaptureRectArea))
{
return;
}
// 2. 判断是否有传送按钮
var hasTeleportButton = CheckTeleportButton(content.CaptureRectArea);
if (!hasTeleportButton)
{
// 存在地图关闭按钮,说明未选中传送点,直接返回