1 Star 1 Fork 1

handongke/autojs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.js 472 Bytes
一键复制 编辑 原始数据 按行查看 历史
ridersam 提交于 2018-04-22 03:25 . update
var config = {
password: "", // 锁屏密码
takeImg: "take.png", // 收取好友能量用到的图片
pattern_size: 3, // 图案解锁每行点数
max_retry_times: 10, // 最大失败重试次数
timeout: 12000, // 超时时间:毫秒
min_time: "7:14:00", // 检测时段
max_time: "7:15:50",
max_swipe_times: 100, // 好友列表最多滑动次数
check_within_time: 5 // 排行反复检测5分钟以内
};
module.exports = config;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/handongke/autojs.git
git@gitee.com:handongke/autojs.git
handongke
autojs
autojs
master

搜索帮助