From 425d89efc004d484531e56f424c12a62c43144cf Mon Sep 17 00:00:00 2001 From: haptear Date: Thu, 18 Nov 2021 10:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0jc=5Fcorn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jc_cron.json | 108 ++++++++++++++++++++++++++++++++++ jctx/晶彩天气看看赚.js | 2 +- jctx/晶彩天气阅读.js | 4 +- 3 files changed, 111 insertions(+), 3 deletions(-) create mode 100644 jc_cron.json diff --git a/jc_cron.json b/jc_cron.json new file mode 100644 index 0000000..8be2ab8 --- /dev/null +++ b/jc_cron.json @@ -0,0 +1,108 @@ +{ + "name": "晶彩看点定时任务订阅", + "desc": "无", + "date": "2021-08-05 20:32:08", + "author": "https://t.me/ShaolinTemple1", + "resource": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_cron.json", + "list": [ + { + "name": "晶彩签到", + "type": "cron", + "time": "15 2 * * *", + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jcqd.js" + } + }, + { + "name": "晶彩文章", + "type": "cron", + "time": "30 7,12,18 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jcwz.js" + } + }, + { + "name": "晶彩看看赚", + "type": "cron", + "time": "45 9 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jckkz.js" + } + }, + { + "name": "晶彩火爆转发", + "type": "cron", + "time": "15 6,12,18 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_share.js" + } + }, + { + "name": "晶彩福利视频", + "type": "cron", + "time": "20 21 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_Adv_video.js" + } + }, + { + "name": "晶彩每日任务宝箱领取", + "type": "cron", + "time": "15 22 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jcbox.js" + } + }, + { + "name": "晶彩好友签到红包", + "type": "cron", + "time": "15 7 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_friendSign.js" + } + }, + { + "name": "晶彩抽奖", + "type": "cron", + "time": "34 22 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_Rotary.js" + } + }, + { + "name": "晶彩提现", + "type": "cron", + "time": "34 10 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_withdraw.js" + } + }, + { + "name": "晶彩每日收益统计", + "type": "cron", + "time": "15 23 * * *", + "running": true, + "job": { + "type": "runjs", + "target": "https://ghproxy.com/https://raw.githubusercontent.com/shaolin-kongfu/js_scripts/main/jc_today_score.js" + } + } + ] +} diff --git a/jctx/晶彩天气看看赚.js b/jctx/晶彩天气看看赚.js index 8d8a7dc..8e30d09 100644 --- a/jctx/晶彩天气看看赚.js +++ b/jctx/晶彩天气看看赚.js @@ -8,7 +8,7 @@ function start () { auto.waitFor() var appName = "com.ldzs.jcweather"; if (launch(appName)) { - console.info("启动中青看点"); + console.info("启动晶彩天气"); } console.show(); diff --git a/jctx/晶彩天气阅读.js b/jctx/晶彩天气阅读.js index 7c01a9d..b00a34b 100644 --- a/jctx/晶彩天气阅读.js +++ b/jctx/晶彩天气阅读.js @@ -5,7 +5,7 @@ function start () { auto.waitFor() var appName = "com.ldzs.jcweather"; if (launch(appName)) { - console.info("启动中青看点"); + console.info("启动晶彩天气"); } console.show(); viewTask(); @@ -44,7 +44,7 @@ function getById (maxIndex, name) { } function viewTask () { - for (var i = 1; i < 500; i++) { + for (var i = 1; i < 100; i++) { sleep(1000); if (i % 10== 0)