diff --git a/xxqg_v3.1.2.js b/xxqg_v3.1.2.js index 54e0a46..7a871d7 100644 --- a/xxqg_v3.1.2.js +++ b/xxqg_v3.1.2.js @@ -445,8 +445,9 @@ function localChannel() { if (text("新思想").exists()) { text("新思想").findOne().parent().parent().child(3).click(); delay(3); - className("android.support.v7.widget.RecyclerView").findOne().child(2).click(); - delay(2); + className("android.support.v7.widget.RecyclerView").findOne().child(3).click(); + console.log("观看本地频道,获取1积分"); + delay(9); console.log("返回主界面"); back(); text("新思想").findOne().parent().parent().child(0).click(); @@ -1184,4 +1185,4 @@ function weeklyQuestion() { } } console.log("每周答题结束") -} \ No newline at end of file +}