Browse Source

添加jc_corn

main
haptear 4 years ago
parent
commit
425d89efc0
  1. 108
      jc_cron.json
  2. 2
      jctx/晶彩天气看看赚.js
  3. 4
      jctx/晶彩天气阅读.js

108
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"
}
}
]
}

2
jctx/晶彩天气看看赚.js

@ -8,7 +8,7 @@ function start () {
auto.waitFor()
var appName = "com.ldzs.jcweather";
if (launch(appName)) {
console.info("启动中青看点");
console.info("启动晶彩天气");
}
console.show();

4
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)

Loading…
Cancel
Save