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
虽然也是1920x1080的屏幕,但有时候会点到评论,然后整个逻辑就乱了。。用这个配置文件可以解决。测试了几个小时都没有差错,最后被抖音限制了点赞速度。。
{ "center_point":{ "x": 540, "y": 965, "rx": 10, "ry": 300 }, "follow_bottom":{ "x": 987, "y": 795, "rx": 10, "ry": 10 }, "star_bottom":{ "x": 986, "y": 954, "rx": 10, "ry": 10 }
}
The text was updated successfully, but these errors were encountered:
可以可以。小米max2怎么配置
Sorry, something went wrong.
小米6可用楼主提供的参数
@binyoucai MIUI中,应该在开发者模式中有 指针位置 设置选项,开启之后,进入抖音App中,分别点击 关注与点赞的按钮,在屏幕的头部会显示 x,y的坐标调试信息
指针位置
No branches or pull requests
虽然也是1920x1080的屏幕,但有时候会点到评论,然后整个逻辑就乱了。。用这个配置文件可以解决。测试了几个小时都没有差错,最后被抖音限制了点赞速度。。
{
"center_point":{
"x": 540,
"y": 965,
"rx": 10,
"ry": 300
},
"follow_bottom":{
"x": 987,
"y": 795,
"rx": 10,
"ry": 10
},
"star_bottom":{
"x": 986,
"y": 954,
"rx": 10,
"ry": 10
}
}
The text was updated successfully, but these errors were encountered: