摘要:
auto.waitFor(); //初始化方法 function init() { events.observeKey(); events.on("key", function(keyCode, event){ if(keyCode == keys.volume_up){ toastLog("音量上 阅读全文
posted @ 2023-03-31 13:23
凡夫俗人一枚
阅读(14)
评论(0)
推荐(0)
摘要:
/** * 30元起提,没有限制,只要求手机验证码 */ const deviceHeight=device.height const deviceWidth=device.width const halfDeviceHeight=deviceHeight/2 const halfDeviceWid 阅读全文
posted @ 2023-03-31 13:22
凡夫俗人一枚
阅读(17)
评论(0)
推荐(0)
摘要:
/** * 1元起提,没有限制,只要求手机验证码 */ const deviceHeight=device.height const deviceWidth=device.width const halfDeviceHeight=deviceHeight/2 const halfDeviceWidt 阅读全文
posted @ 2023-03-31 13:21
凡夫俗人一枚
阅读(35)
评论(0)
推荐(0)
摘要:
let DEFAULT_CONFIG = { // 配置初始化 initialized: true, // 开发者模式 developer: false, // 分辨率宽高比 aspect_ratio: "", // 缩放比率,当前分辨率和采样分辨率之比 scale_ratio: 1, // 全局找 阅读全文
posted @ 2023-03-31 13:20
凡夫俗人一枚
阅读(16)
评论(0)
推荐(0)
摘要:
// 先运行config_main.js加载配置,避免忘记手动运行 try { engines.execScriptFile("./config_main.js"); } catch (error) { toastLog(error); exit(); } // 检查无障碍服务和截图服务 let i 阅读全文
posted @ 2023-03-31 13:19
凡夫俗人一枚
阅读(41)
评论(0)
推荐(0)