auto skip: use new new icon

This commit is contained in:
辉鸭蛋
2024-07-17 23:13:14 +08:00
parent 3173e5aeba
commit 349469250f
4 changed files with 20 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -7,7 +7,10 @@ namespace BetterGenshinImpact.GameTask.AutoSkip.Assets;
public class AutoSkipAssets : BaseAssets<AutoSkipAssets>
{
public RecognitionObject StopAutoButtonRo;
public RecognitionObject ChatReviewButtonRo;
// public RecognitionObject ChatReviewButtonRo;
public RecognitionObject DisabledUiButtonRo;
public RecognitionObject PlayingTextRo;
public Rect OptionRoi;
@@ -45,12 +48,20 @@ public class AutoSkipAssets : BaseAssets<AutoSkipAssets>
DrawOnWindow = true
}.InitTemplate();
ChatReviewButtonRo = new RecognitionObject
// ChatReviewButtonRo = new RecognitionObject
// {
// Name = "ChatReviewButton",
// RecognitionType = RecognitionTypes.TemplateMatch,
// TemplateImageMat = GameTaskManager.LoadAssetImage("AutoSkip", "chat_review.png"),
// RegionOfInterest = new Rect(0, 0, CaptureRect.Width / 4, CaptureRect.Height / 8),
// DrawOnWindow = true
// }.InitTemplate();
DisabledUiButtonRo = new RecognitionObject
{
Name = "ChatReviewButton",
Name = "DisabledUiButton",
RecognitionType = RecognitionTypes.TemplateMatch,
TemplateImageMat = GameTaskManager.LoadAssetImage("AutoSkip", "chat_review.png"),
RegionOfInterest = new Rect(0, 0, CaptureRect.Width / 4, CaptureRect.Height / 8),
TemplateImageMat = GameTaskManager.LoadAssetImage("AutoSkip", "disabled_ui.png"),
RegionOfInterest = new Rect(0, 0, CaptureRect.Width / 3, CaptureRect.Height / 8),
DrawOnWindow = true
}.InitTemplate();

View File

@@ -140,7 +140,7 @@ public class AutoSkipTrigger : ITaskTrigger
GetDailyRewardsEsc(_config, content);
// 找左上角剧情自动的按钮
using var foundRectArea = content.CaptureRectArea.Find(_autoSkipAssets.ChatReviewButtonRo);
using var foundRectArea = content.CaptureRectArea.Find(_autoSkipAssets.DisabledUiButtonRo);
var isPlaying = !foundRectArea.IsEmpty(); // 播放中

View File

@@ -1,4 +1,7 @@
[
"幻想真境剧诗",
"开始演奏",
"募刻巧像",
"绘想游迹",
"祀珑典仪",
"召唤激流",