User
User
以前用autojspro时使用过这个多点比色函数 images.detectsMultiColors(img, x, y, firstColor, colors, options) 感觉有时候用起来还挺方便的,发现autoxjs里面没有,希望能够添加一个 函数大概类似于 ```javascript images.detectsMultiColors(img, x, y, firstColor, colors, options) { initIfNeeded(); options = options || {}; var threshold = options.threshold === undefined ?...
### Preparation - [X] I tested the [latest release](https://github.com/Fate-Grand-Automata/FGA/releases/tag/canary) - [X] I looked at other issues (even the [closed ones](https://github.com/Fate-Grand-Automata/FGA/issues?q=is%3Aissue+is%3Aclosed)) - [X] I read the [Troubleshooting Guide](https://github.com/Fate-Grand-Automata/FGA/wiki/Troubleshooting) ### FGO server...
### 在提问之前... - [x] 我已经搜索了现有的 issues - [x] 我在提问题之前至少花费了 5 分钟来思考和准备 - [x] 我已经阅读了文档中的 常见问题(FAQ) - [ ] 这个问题出现了至少三次,不是偶发的 - [ ] 我使用 OAS 的 dev 分支 ### 描述你的问题 ...
### 当前不足 有时候做完每天的日常之后花合战满不了100,但我看每日任务里斗技给的花合战点数很多。 现在的斗技结束条件里没有胜利x场退出,只能通过限制运行时间来大致控制。 希望能增加一个根据胜利场数退出的结束条件 ### 解决方案 _No response_ ### 其他内容 _No response_
 其它安卓好像是正常的,都有外面的白色正方形底,华为和荣耀的没有,感觉有点不太协调
以前好像在autojs里面用过,detectsColor的多点版本