white

Results 10 issues of white

### 说说你遇到的问题? 建议肉鸽增加一个设置:检测到特定收藏品,停止。(这把5元,换我来玩) ### 有什么好的想法? 建议肉鸽增加一个设置:检测到特定收藏品,停止。(这把5元,换我来玩) ### 其他内容 _No response_

enhancement
module: roguelike

目前main()里 在不停的进行点击,识图操作。 在【停止脚本】按钮加了 thread.interrupt();希望通过捕捉异常的方式停止脚本。 把脚本放在try里面。try{脚本} catch ( InterruptedException e ) {} 但基本停不下来。 我现在是在识图的方法里加了判断,然后exit。但这样直接把整个程序弄崩了。。 if(Thread.currentThread().isInterrupted()){ System.exit( 0 ); } 大佬,有没有什么好点的办法?网上查了资料,好像java里就是不太好停止一个正在运行的程序。只能一步步判断正常结束线程吗?

help wanted

主页显示已经登录了,可以看到最新的体力等信息

## 🐛 Bug Description ## To Reproduce Steps to reproduce the behavior: ## Expected Behavior ## Screenshot ## Environment **Note**: User could run `cd scripts && python collect_info.py all` under...

bug

ModuleNotFoundError: No module named 'talib._ta_lib'

question

### 建议 内置组件设置为最上层,仍然无法高于图片 ### 建议原因 会被图片遮挡

enhancement