mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-06-04 11:05:50 +08:00
加入点击 #1599
This commit is contained in:
@@ -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)
|
||||
{
|
||||
// 存在地图关闭按钮,说明未选中传送点,直接返回
|
||||
|
||||
Reference in New Issue
Block a user