mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
supplement the mode of the runner
This commit is contained in:
@@ -8,9 +8,12 @@ public enum DispatcherTimerOperationEnum
|
||||
// 关闭实时触发器,自己主动获取图像
|
||||
UseSelfCaptureImage,
|
||||
|
||||
// 使用实时触发器的缓存图模式
|
||||
// 使用实时触发器的缓存图模式,但是不执行触发器
|
||||
UseCacheImage,
|
||||
|
||||
// 使用实时触发器的缓存图模式
|
||||
UseCacheImageWithTrigger,
|
||||
|
||||
// 不做任何操作
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user