Recent content by 余川705

  1. Action block and check screen text

    Hello, developer, I am a fan of macrodroid, I have several functional suggestions that I hope you can consider. 1:When using macrodroid to make macros, the action of adding action blocks is too complicated, and the frequency of using action blocks is also high when I usually use them, which...
  2. Reading System Settings into a variable

    曾经也可以直接将字符串设置为整数,先定义一个字符串变量,把他的值改成任意的整数,之后设置一个整数变量并直接选择这个字符串变量的时候是可以点击确定的
  3. Check Text On Screen

    Strongly recommend" Check Text On Screen" This action adds "Query only screen visible options "and"The word" Returns corresponding coordinates saved to variable "
  4. Wait for macro to be invoked action

    你用一个宏发送一个意图,将两个要同时触发的宏触发器设置为接收到这个意图不就好了
  5. How to conditionally select first entry from one of two dictionaries?

    js得到的就算是纯数字格式也是字符串,转为整数或者十进制用函数MIN()不就比较出来了
  6. How to conditionally select first entry from one of two dictionaries?

    灰色是因为js解析里面的数据是字符串,你想比较大小需要先转换为整数或者十进制
  7. 循环中断能的bug能改改吗

    做了一个自动填写验证码的宏,在循环里面用了循环中断,但是执行两次中必有一次失败,把循环中断禁了就没问题,但是把循环中断禁了会执行整个循环消耗更多时间
Top