From a0531a1d74a26f89876a6e8d6e81910146f56abe Mon Sep 17 00:00:00 2001 From: NeoFantom <38828722+NeoFantom@users.noreply.github.com> Date: Wed, 14 Nov 2018 09:00:52 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Update=20=E8=9A=82=E8=9A=81=E6=A3=AE?= =?UTF-8?q?=E6=9E=97.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\350\232\202\350\232\201\346\243\256\346\236\227.js" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\350\232\202\350\232\201\346\243\256\346\236\227.js" "b/\350\232\202\350\232\201\346\243\256\346\236\227.js" index 32ca82c..b8bce75 100644 --- "a/\350\232\202\350\232\201\346\243\256\346\236\227.js" +++ "b/\350\232\202\350\232\201\346\243\256\346\236\227.js" @@ -326,12 +326,12 @@ function AntForest(robot, options) { // 统计下次时间 var minuteList = []; - var keyword = "查看更多好友"; + var keyword = "View more friends"; if (desc(keyword).exists()) { log(keyword); if (this.robot.clickCenter(desc(keyword).findOne(timeout))) { // 等待更多列表刷新 - if (id("com.alipay.mobile.nebula:id/h5_tv_title").text("好友排行榜").findOne(timeout)) { + if (id("com.alipay.mobile.nebula:id/h5_tv_title").text("Green heroes").findOne(timeout)) { sleep(1000); log("进入好友排行榜成功"); // 跳过第一屏 From 86cc26c7f7167548b4ee83484b15428fdaebb3cf Mon Sep 17 00:00:00 2001 From: NeoFantom <38828722+NeoFantom@users.noreply.github.com> Date: Wed, 14 Nov 2018 09:02:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Rename=20=E8=9A=82=E8=9A=81=E6=A3=AE?= =?UTF-8?q?=E6=9E=97.js=20to=20=E8=9A=82=E8=9A=81=E6=A3=AE=E6=9E=97(Englis?= =?UTF-8?q?h=20Systems).js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...2\202\350\232\201\346\243\256\346\236\227(English Systems).js" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "\350\232\202\350\232\201\346\243\256\346\236\227.js" => "\350\232\202\350\232\201\346\243\256\346\236\227(English Systems).js" (100%) diff --git "a/\350\232\202\350\232\201\346\243\256\346\236\227.js" "b/\350\232\202\350\232\201\346\243\256\346\236\227(English Systems).js" similarity index 100% rename from "\350\232\202\350\232\201\346\243\256\346\236\227.js" rename to "\350\232\202\350\232\201\346\243\256\346\236\227(English Systems).js"