Ayu0K
|
e7d76cdae1
|
mod: 修改PickAroundHandler,直接使用KeyBindings中的值
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
8d577050d1
|
mod: 修改NahidaCollectHandler中元素战技的按键,直接从KeyBindingsConfig中获取值
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
242832edc9
|
mod: 修改ElementalSkillHandler使用的按键,直接获取KeyBindingsConfig中的值
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
e39eb9ef93
|
mod: 修改AutoFight下Avatar(角色战斗逻辑)中的按键,由于该类不是Base On ISoloTask接口的,因此将读取配置文件的操作放在构造函数中。
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
2db2c1957a
|
mod: 为连发功能提供改键支持
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
60ccbfbace
|
fix: 删除不需要的异常处理结构
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
5786ba7634
|
mod: 修改提示文本
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
bc6970b6c5
|
mod: 更改KeyBindingTextBox的行为,在获得焦点时显示输入提示,并忽略取得焦点前的鼠标左键单击事件
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
06ee8ab1cc
|
mod: 修改了注释
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
ac866f9293
|
fix: 按键名称Unknown
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
ca3b31f84e
|
mod: 将按键设置与VK解耦合,并提供KeyId向WPF按键、WPF鼠标按键以及VK的互相转换。
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
a80f6fc423
|
fix: 修改VK_OEM_PLUS对应的按键名称
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
4cfff57b2c
|
mod: 修改AutoFightTask中检测战斗结束使用的打开编队界面和取消攀爬的按键为KeyBindingsConfig记录的按键;修改方案参考AutoWood,在调用Start方法时将该模块需要用到的按键从KeyBindingsConfig中取出
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
114a84a9e8
|
fix: 修正默认的编队键位
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
9fa2bcb5a7
|
mod: 将AutoDomain启动秘境与领取奖励的识别目标和拾取按键与AutoPick统一
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
5d80d6d53b
|
mod: 修改AutoDomain中角色移动(用于支持非QWERTY布局的键盘)、冲刺、吃药的按键为KeyBindingsConfig记录的按键;修改方案参考AutoWood,在调用Start方法时将该模块需要用到的按键从KeyBindingsConfig中取出
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
5a19b7d2ef
|
mod: 将AutoDomain启动秘境与领取奖励的识别目标和拾取按键与AutoPick统一
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
accd0280bb
|
add: 添加从注册表中读取按键的功能(待完善:星之归还、隐藏UI按键无法获取;拾取按键、派蒙菜单按键可能存在错误)
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
317a526f16
|
add: 按键绑定的GUI实现(初步)
|
2025-01-06 22:55:07 +08:00 |
|
Ayu0K
|
8dd6131c94
|
add: 集成按键绑定配置
|
2025-01-06 22:55:07 +08:00 |
|
Feiran Zhang
|
0a04734a40
|
添加茜特菈莉作为循环短E角色
|
2025-01-06 22:55:07 +08:00 |
|
辉鸭蛋
|
38e5de35a2
|
Delete 1岩水雷火四神.txt
|
2025-01-06 22:55:07 +08:00 |
|
洪籽阳外婆
|
5353231810
|
Update README.md
Update Screenshot
|
2025-01-06 22:55:07 +08:00 |
|
秋云
|
476f36a19a
|
确保传送任务开始前一定位于地图界面。
|
2025-01-06 22:55:07 +08:00 |
|
Baisbt
|
8a6bb597c4
|
Add files via upload
|
2025-01-06 22:55:07 +08:00 |
|
masm611
|
b90a6c4227
|
修正windows10_1909版本WGC故障
windows10_1909版本的WGC不支持IsCursorCaptureEnabled,加了个动态判断防止异常与抓屏失败等。
但是这样就有可能会抓到光标导致图像识别失败,但是个人认为瘦死的骆驼比马大,没有这个api就不调用即可,好歹还能用一下
如果有必要,后面可以考虑加一个弹窗警告一下啥的,但是这样可能会让用户糟心,总不能逼人家换个系统吧?但是不弹窗呢又好像向用户隐藏了某些可能存在的错误,好像又不太对啥的。
只能说云原神的限制还是大了一点,要不要加弹窗我无法决策,还是由大佬来吧
|
2025-01-06 22:55:07 +08:00 |
|
辉鸭蛋
|
0650bebefa
|
fix genshin install path get
|
2025-01-06 22:55:07 +08:00 |
|
辉鸭蛋
|
e6e549814d
|
Merge remote-tracking branch 'origin/main'
0.39
|
2025-01-02 22:51:04 +08:00 |
|
辉鸭蛋
|
c80799cbee
|
0.39.1 & fix some bug
|
2025-01-02 22:49:38 +08:00 |
|
辉鸭蛋
|
c2fce8618d
|
Merge pull request #916 from haokaiyang/main
auto tcg: update character card config to v5.3
|
2025-01-02 12:50:07 +08:00 |
|
haokaiyang
|
663277a990
|
auto tcg: update character card config to v5.3
|
2025-01-02 11:55:57 +08:00 |
|
辉鸭蛋
|
c0fecd079e
|
0.39.0
|
2025-01-02 01:16:05 +08:00 |
|
辉鸭蛋
|
97f1000370
|
fix auto album task end
|
2025-01-02 01:15:31 +08:00 |
|
辉鸭蛋
|
02f2c1321a
|
auto album
|
2025-01-02 01:05:03 +08:00 |
|
辉鸭蛋
|
f9d0bd4521
|
music test
|
2025-01-01 23:08:01 +08:00 |
|
辉鸭蛋
|
5e929d3d07
|
fix walk to domain
|
2025-01-01 23:07:12 +08:00 |
|
辉鸭蛋
|
3c393087eb
|
auto music opt
|
2025-01-01 19:34:39 +08:00 |
|
辉鸭蛋
|
85c7707c7a
|
avatar 5.3
|
2025-01-01 19:33:14 +08:00 |
|
辉鸭蛋
|
a41a0bdba1
|
5.3 avatar
|
2025-01-01 14:10:02 +08:00 |
|
辉鸭蛋
|
5de2067489
|
auto music opt
|
2025-01-01 13:59:06 +08:00 |
|
辉鸭蛋
|
c95343e953
|
#846 daily reward party
|
2025-01-01 10:48:29 +08:00 |
|
mfkvfhpdx
|
f34e6c3530
|
当最后出招人为万叶,并且剩余cd>3时,跳过此次万叶拾取 (#906)
|
2025-01-01 09:20:08 +08:00 |
|
辉鸭蛋
|
2d3395b491
|
typo & ui
|
2025-01-01 01:52:41 +08:00 |
|
辉鸭蛋
|
d86959297c
|
fix skip blessing of the welkin moon
|
2024-12-31 01:50:38 +08:00 |
|
辉鸭蛋
|
726863462a
|
0.38.1
|
2024-12-31 01:00:09 +08:00 |
|
辉鸭蛋
|
9971817e44
|
fixed #609
|
2024-12-31 00:59:48 +08:00 |
|
辉鸭蛋
|
bfeaa1b14a
|
fix pathing bug
|
2024-12-31 00:44:27 +08:00 |
|
秋云
|
71fa4eaf3a
|
Merge pull request #899 from physligl/main
新的传送点数据集 @Limint
|
2024-12-31 00:28:34 +08:00 |
|
辉鸭蛋
|
9049c85be7
|
Merge pull request #897 from mfkvfhpdx/main
修正开启万叶拾取后,不生效的问题。修正战斗检查时间的换算问题,以及一个逻辑判断问题。
|
2024-12-30 22:23:03 +08:00 |
|
zjl
|
ac85cda170
|
修正开启万叶拾取后,不生效的问题。修正战斗检查时间的换算问题,以及一个逻辑判断问题。
|
2024-12-30 21:42:03 +08:00 |
|