mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-09 00:34:14 +08:00
fix: 修复地图切换区域时的文本检测区域 (#2275)
This commit is contained in:
@@ -878,7 +878,7 @@ public class TpTask
|
||||
var list = ra.FindMulti(new RecognitionObject
|
||||
{
|
||||
RecognitionType = RecognitionTypes.Ocr,
|
||||
RegionOfInterest = new Rect(ra.Width / 2, 0, ra.Width / 2, ra.Height),
|
||||
RegionOfInterest = new Rect(ra.Width * 2 / 3, 0, ra.Width / 3, ra.Height),
|
||||
ReplaceDictionary = new Dictionary<string, string[]>
|
||||
{
|
||||
["渊下宫"] = ["渊下宮"],
|
||||
|
||||
Reference in New Issue
Block a user