release 2.0.14Beta2
This commit is contained in:
@@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "com.stardust.scriptdroid"
|
applicationId "com.stardust.scriptdroid"
|
||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 150
|
versionCode 151
|
||||||
versionName "2.0.14 Alpha3"
|
versionName "2.0.14 Beta2.1"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
ndk {
|
ndk {
|
||||||
|
|||||||
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();
|
def().edit().putLong(KEY_LAST_SHOW_AD_MILLIS, System.currentTimeMillis()).apply();
|
||||||
return true;
|
return true;
|
||||||
|
case "Off":
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -226,11 +226,13 @@
|
|||||||
<string-array name="ad_showing_mode_keys">
|
<string-array name="ad_showing_mode_keys">
|
||||||
<item>默认</item>
|
<item>默认</item>
|
||||||
<item>每天显示一次</item>
|
<item>每天显示一次</item>
|
||||||
|
<item>关闭广告</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="ad_showing_mode_values">
|
<string-array name="ad_showing_mode_values">
|
||||||
<item>Default</item>
|
<item>Default</item>
|
||||||
<item>OncePerDay</item>
|
<item>OncePerDay</item>
|
||||||
|
<item>Off</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
10
version.json
10
version.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"versionCode": 147,
|
"versionCode": 151,
|
||||||
"versionName": "2.0.14 Beta",
|
"versionName": "2.0.14 Beta2",
|
||||||
"releaseNotes": "* 新增 自动添加群成员脚本\n* 优化 QQ名片点赞脚本(自动取消金豆)\n* 优化 空间点赞脚本\n* 新增 桌面小部件的支持\n* 修复 低分辨率下悬浮窗显示不全的问题\n* 修复 其他一些问题",
|
"releaseNotes": "* 修复 QQ加群成员、群成员点赞脚本(完美版)\n* 新增 互赞交流群(设置页面末尾)\n* 新增 批量同意好友验证脚本\n* 新增 文件读写、图色处理、控制台、一般常用函数等部分的文档\n* 修复 无障碍授权跳转失败的问题",
|
||||||
"downloads" : [
|
"downloads" : [
|
||||||
{
|
{
|
||||||
"name": "酷安",
|
"name": "酷安",
|
||||||
@@ -10,10 +10,6 @@
|
|||||||
{
|
{
|
||||||
"name": "应用宝",
|
"name": "应用宝",
|
||||||
"url": "http://a.app.qq.com/o/simple.jsp?pkgname=com.stardust.scriptdroid"
|
"url": "http://a.app.qq.com/o/simple.jsp?pkgname=com.stardust.scriptdroid"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "百度手机助手",
|
|
||||||
"url": "https://mobile.baidu.com/item?docid=11462633"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"oldVersions": [
|
"oldVersions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user