We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre_delay 与 post_delay 字段支持数组类型,以实现随机延迟的功能。 如:
pre_delay
post_delay
"post_delay" : [2000,3000]
预期效果为:在 2000 至 3000 毫秒这个区间随机一个值作为最终的延迟,以让 maafw 的操作更拟人(?
玛丽佬说加两行代码的事,所以我来水个issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pre_delay
与post_delay
字段支持数组类型,以实现随机延迟的功能。如:
预期效果为:在 2000 至 3000 毫秒这个区间随机一个值作为最终的延迟,以让 maafw 的操作更拟人(?
玛丽佬说加两行代码的事,所以我来水个issueThe text was updated successfully, but these errors were encountered: