Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Update xxqg_v3.1.3.js
Browse files Browse the repository at this point in the history
修复一些小问题
  • Loading branch information
lolisaikou committed Oct 13, 2020
1 parent f54a6a2 commit 603fcbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xxqg_v3.1.3.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function articleStudy(x) {
while (!desc("工作").exists());//等待加载出主页
var listView = className("ListView");//获取文章ListView控件用于翻页
if (x == 0) {
desc("学习").click();//点击主页正下方的"学习"按钮
desc("工作").click();//点击主页正下方的"学习"按钮
delay(2);
click(aCatlog);
}
Expand Down Expand Up @@ -291,7 +291,7 @@ function articleStudy(x) {
delay(0.5);
listenToRadio();//听电台广播
while (!desc("工作").exists());
desc("学习").click();
desc("工作").click();
}
delay(2);
continue;
Expand Down Expand Up @@ -370,7 +370,7 @@ function articleStudy(x) {
*/
function videoStudy_news() {
delay(1)
desc("学习").click();
desc("工作").click();
delay(2)
click("电视台");
delay(1)
Expand Down Expand Up @@ -460,7 +460,7 @@ function start_app() {
function localChannel() {
delay(1)
while (!desc("工作").exists());//等待加载出主页
desc("学习").click();
desc("工作").click();
console.log("点击本地频道");
if (text("新思想").exists()) {
text("新思想").findOne().parent().parent().child(3).click();
Expand Down Expand Up @@ -577,7 +577,7 @@ function stopRadio() {
@return: null
*/
function sub() {
desc("学习").click();
desc("工作").click();
delay(2);
click("订阅");
delay(2);
Expand Down

0 comments on commit 603fcbf

Please sign in to comment.