release 2.0.14Beta2
This commit is contained in:
11
app/src/main/assets/sample/QQ与微信/QQ批量同意好友验证.js
Normal file
11
app/src/main/assets/sample/QQ与微信/QQ批量同意好友验证.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"auto";
|
||||
|
||||
launchApp("QQ");
|
||||
toast("请打开新朋友界面并自行下滑");
|
||||
|
||||
while(true){
|
||||
text("同意").clickable().findOne().click();
|
||||
sleep(1500);
|
||||
click("完成");
|
||||
sleep(1000);
|
||||
}
|
||||
@@ -143,6 +143,8 @@ public class Pref {
|
||||
}
|
||||
def().edit().putLong(KEY_LAST_SHOW_AD_MILLIS, System.currentTimeMillis()).apply();
|
||||
return true;
|
||||
case "Off":
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -226,11 +226,13 @@
|
||||
<string-array name="ad_showing_mode_keys">
|
||||
<item>默认</item>
|
||||
<item>每天显示一次</item>
|
||||
<item>关闭广告</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="ad_showing_mode_values">
|
||||
<item>Default</item>
|
||||
<item>OncePerDay</item>
|
||||
<item>Off</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user