Commit Graph

16 Commits

Author SHA1 Message Date
辉鸭蛋
3c2739c5c5 add GoToAdventurersGuildTask
优化项目结构并新增任务和路径文件

主要更改:
- 在 `BetterGenshinImpact.csproj` 文件中,添加了对 `GameTask\Common\Element\Assets\Json\**` 目录的处理,并确保其内容始终复制到输出目录。
- 在 `RecognitionObject.cs` 文件中,新增了多个静态方法 `Ocr` 和一个静态实例 `OcrThis`。
- 在 `PathExecutor.cs` 文件中,优化了路径执行逻辑,新增 `GetPosition` 方法,并调整了超时判断。
- 在 `AutoPickAssets.cs` 文件中,添加了多个 `using` 语句,新增 `_logger` 和 `PickRo` 字段,并在构造函数中添加了自定义拾取按键的处理逻辑。
- 在 `AutoPickTrigger.cs` 文件中,移除了自定义拾取按键的初始化逻辑。
- 在 `OneKeyExpeditionTask.cs` 文件中,注释掉了 `Cv2.ImWrite` 方法的调用。
- 在 `TpTask.cs` 文件中,添加了点位很近时不切换的判断逻辑。
- 在 `BvSimpleOperation.cs` 文件中,新增了多个点击按钮的方法和 `FindF`、`FindFAndPress` 方法。
- 在 `BvStatus.cs` 文件中,新增了多个方法用于判断是否在对话界面并等待对话界面加载完成。
- 在 `GameTaskManager.cs` 文件中,添加了 `MapAssets.DestroyInstance` 方法的调用。
- 在 `HotKeyPageViewModel.cs` 文件中,注释掉了 `ElementalCollectHandler` 的测试代码,并添加了 `GoToAdventurersGuildTask` 的测试代码。
- 在 `TaskSettingsPageViewModel.cs` 文件中,更新了 `OnGoToAutoGeniusInvokationUrlAsync` 方法中的 URL。
- 添加了 `BetterGenshinImpact - Backup.csproj` 文件,配置了项目属性、资源文件和包引用。
- 添加了 `冒险家协会_枫丹.json`、`合成台_枫丹.json` 和 `合成台_璃月.json` 文件,定义了前往相应地点的路径和动作。
- 添加了 `ChooseTalkOptionTask.cs` 文件,实现了选择对话选项的任务。
- 添加了 `GoToAdventurersGuildTask.cs` 文件,实现了前往冒险家协会领取奖励的任务。
2024-11-10 22:49:55 +08:00
qhy040404
c490d29aa1 code cleanup 2024-08-14 18:01:02 +08:00
辉鸭蛋
e250498c57 quick tp : eliminate interference from place names on the map 2024-05-04 15:55:00 +08:00
辉鸭蛋
e744aba880 add more recognition capabilities for RectArea 2024-04-04 20:35:42 +08:00
辉鸭蛋
22ea2c2576 clean up code by ReSharper and CodeMaid [\Core] 2024-03-10 12:55:11 +08:00
辉鸭蛋
5df1eac561 opencv mask test 2024-03-09 16:20:44 +08:00
huiyadanli
d7963fb0c9 quick teleport init 2023-12-02 23:23:08 +08:00
huiyadanli
92df6d8bb4 add 3-channel template match & can quickly exit during automatic pole throwing 2023-11-25 03:24:35 +08:00
huiyadanli
71eaecab0d add OCR within 3s of auto skip button recognition failure 2023-11-11 20:26:29 +08:00
huiyadanli
b770f6ed9f remove Media.Ocr 2023-11-03 22:49:35 +08:00
huiyadanli
a2dcad54c8 auto get daily rewards 2023-10-30 00:09:39 +08:00
huiyadanli
30e81d1d04 finsh auto pick 2023-10-06 20:59:51 +08:00
huiyadanli
ed6df959fa refactor: rename enum name 2023-10-06 18:24:39 +08:00
huiyadanli
5088be2f44 refactor: fix tiggers 2023-10-02 22:11:51 +08:00
huiyadanli
cbaf1afdfc refactor: Identification Method Replacement and Packaging 2023-10-02 15:07:28 +08:00
huiyadanli
24b3f2b030 Add RecognitionObject 2023-10-01 01:27:17 +08:00