Maid
Maid
直径 -> 高度
在使用快捷键切换系统代理的时候,不能直观的展示切换是否成功了没有。希望加一个和其他代理工具类似的,切换前切换后改变任务栏图标颜色的功能
If these these lines of the SubFindRun class threw an exception: https://github.com/RaiMan/SikuliX1/blob/aa061a7132081f854acbc5369f96e2b50ad9cf8d/API/src/main/java/org/sikuli/script/Region.java#L3146-L3147 then the "hasFinished" method never be call. wouldn't that cause an endless loop of these lines of code...
使用`SpUtil.getObjList`报错,`Message.fromJson`是使用`json_annotation`自动生成的 ```dart SpUtil.getObjList(getSPKey(), (v) { return Message.fromJson(v as Map); }) ```` 运行时报错: ``` The following TypeErrorImpl was thrown while handling a gesture: Expected a value of type 'Never', but got...