Skip to content

Commit ede74d4

Browse files
committed
1 parent fa8e5f5 commit ede74d4

5 files changed

Lines changed: 196 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
<br>
1212

13+
[跳转到任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf) --- [跳转到脚本列表](https://github.com/Sunert/Scripts/tree/master/Task)
14+
1315
***
1416

1517
## 免责声明:

Surge_Task/Sunert_Cookie.sgmodule

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
#!name=Task Cookie - By Sunert
2+
#!desc=该模块适用于获取任务Cookie,仅集成Sunert签到任务Cookie。您可以在使用后手动将其禁用,以免产生不必要的MITM.。
3+
#!system=ios
4+
5+
# GitHub主页(https://github.com/Sunert/Scripts)
6+
# TG聊天群 (https://t.me/EveryLucky)
7+
# 定时脚本
8+
9+
[Script]
10+
# 定时脚本Cookie
11+
12+
# 数码之家 Cookie.
13+
数码之家 = type=http-request,pattern=https:\/\/www\.mydigit\.cn\/plugin\.php\?id=k_misign:sign&operation=qiandao,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/mydigit.js
14+
15+
# 中青看点
16+
中青看点 = type=http-request,pattern=https:\/\/kd\.youth\.cn\/WebApi\/NewTaskIos\/getTaskList,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/youth.js
17+
18+
中青看点 = type=http-request,pattern=https:\/\/ios\.baertt\.com\/v5\/article\/complete,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/youth.js, requires-body=true
19+
20+
中青看点 = type=http-request,pattern=https:\/\/ios\.baertt\.com\/v5\/article\/red_packet,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/youth.js, requires-body=true
21+
22+
中青看点 = type=http-request,pattern=https:\/\/ios\.baertt\.com\/v5\/user\/app_stay\.json,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/youth.js, requires-body=true
23+
24+
25+
# 腾讯新闻
26+
腾讯新闻 = type=http-request,pattern=https:\/\/api\.inews\.qq\.com\/event\/v1\/user\/event\/report\?,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/txnews.js, requires-body=true
27+
28+
# 新浪新闻
29+
新浪新闻 = type=http-request,pattern=https:\/\/newsapi\.sina\.cn\/\?resource=hbpage&newsId=HB-1-sina_gold_center,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/sinanews.js
30+
31+
新浪新闻 = type=http-request,pattern=https:\/\/newsapi\.sina\.cn\/\?resource=userpoint\/signIn,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/sinanews.js
32+
33+
# 新浪微博
34+
微博签到 = type=http-request,pattern=https:\/\/api\.weibo\.cn\/\d\/page\/\w+\?gsid,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js
35+
36+
# 微博钱包签到
37+
钱包签到 = type=http-request,pattern=https:\/\/pay\.sc\.weibo\.com\/aj\/mobile\/home\/welfare\/signin\/do\?,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js
38+
39+
# 快手极速版
40+
快手极速版 = type=http-request,pattern=https:\/\/nebula\.kuaishou\.com\/nebula\/task\/earning\?,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/kuaishou.js
41+
42+
# 来客有礼
43+
来客有礼 = type=http-request,pattern=https:\/\/draw\.jdfcloud\.com\/\/api\/bean\/square\/silverBean\/task\/get\?,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/lkyl.js
44+
45+
# 电视家
46+
电视家签到 = type=http-request,pattern=http:\/\/act\.gaoqingdianshi\.com\/\/api\/v4\/sign\/signin,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/dianshijia.js
47+
48+
电视家兑换 = type=http-request,pattern=http:\/\/api\.gaoqingdianshi\.com\/api\/v2\/cash\/withdrawal,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/dianshijia.js
49+
50+
# 电信套餐查询
51+
电信套餐查询 = script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/telecomInfinity.js,type=http-request,pattern=https?:\/\/e\.189\.cn\/store\/user\/package_detail\.do
52+
53+
# 聚看点
54+
中青看点 = type=https:\/\/www\.xiaodouzhuan\.cn\/jkd\/newMobileMenu\/infoMe\.action,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/jukan.js, requires-body=true
55+
56+
57+
[MITM]
58+
hostname = %APPEND% www.mydigit.cn, kd.youth.cn, ios.baertt.com, api.inews.qq.com, newsapi.sina.cn, api.weibo.cn, pay.sc.weibo.com, nebula.kuaishou.com, draw.jdfcloud.com, e.189.cn, www.xiaodouzhuan.cn
59+
60+
61+
62+
63+
64+

Surge_Task/Sunert_Task.sgmodule

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
#!name=Task - By Sunert
2+
#!desc=该模块适用于定时签到:集成Sunert签到脚本。建议本地安装以便自定义修改签到时间。
3+
#!system=ios
4+
5+
# GitHub主页(https://github.com/Sunert/Scripts)
6+
# TG聊天群 (https://t.me/EveryLucky)
7+
# 定时脚本
8+
9+
[Script]
10+
# 定时脚本
11+
12+
# > 电视节目预告
13+
电视节目预告 = type=cron,cronexp=0 0 8 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/tvpreview.js,script-update-interval=0
14+
15+
# > 12306余票及列车时刻表查询
16+
12306 = type=cron,cronexp=0 0 8 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/trainquery.js
17+
18+
# > 实时货币换算
19+
实时汇率 = type=cron,cronexp=35 5 0 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/exchangeRate.js,script-update-interval=0
20+
21+
# > 中国电信套餐
22+
中国电信套餐 = type=cron,cronexp=50 4 0 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/telecomInfinity.js,script-update-interval=0
23+
24+
# > 腾讯新闻
25+
腾讯新闻 = type=cron,cronexp=35 */7 */2 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/txnews.js,script-update-interval=0
26+
27+
# > 京东到家
28+
京东到家 = type=cron,cronexp=25 5 0 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/jddj.js,script-update-interval=0
29+
30+
# > 微信小程序-来客有礼
31+
# 来客有礼 = type=cron,cronexp=30 5 0 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/lkyl.js,script-update-interval=0
32+
33+
# > 电视家
34+
电视家 = type=cron,cronexp=0 0 7,12,22 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/dianshijia.js,script-update-interval=0
35+
36+
# > 快手极速版
37+
快手极速版 = type=cron,cronexp=40 5 0 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/kuaishou.js,script-update-interval=0
38+
39+
# > 微博签到 & 微博钱包
40+
微博(钱包) = type=cron,cronexp=35 2 0 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js,script-update-interval=0
41+
42+
# > 新浪新闻
43+
新浪新闻 = type=cron,cronexp=0 5 0 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/sinanews.js
44+
45+
# > 中青看点极速版
46+
中青看点极速版 = type=cron,cronexp=35 */5 */3 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/youth.js,script-update-interval=0
47+
48+
# > 数码之家
49+
数码之家 = type=cron,cronexp=0 7 0 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/mydigit.js,script-update-interval=0
50+
51+
# > 聚看点
52+
聚看点 = type=cron,cronexp=0 */30 * * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/jukan.js,script-update-interval=0
53+
54+
# > 谷歌翻译
55+
谷歌翻译 = type=cron,cronexp=0 5 10 * * *,script-path=https://raw.githubusercontent.com/Sunert/Scripts/master/Task/translate.js,script-update-interval=0
56+
57+

TaskConf/README.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
#目录导航
2+
3+
本目录为快捷直达所需配置地址页,点击蓝色字体即可
4+
相关配置还在完善中,敬请等待
5+
6+
> [回到主页](https://github.com/Sunert/Scripts)
7+
8+
### 一、本仓库重写配置集
9+
* Surge
10+
* [Cookie]()
11+
* [任务模块]()
12+
<br> </br>
13+
* Loon
14+
* [Cookie]()
15+
* [任务模块]()
16+
<br> </br>
17+
* Quantumult X
18+
* [Cookie]()
19+
* [任务仓库](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/Sunert_Task.json)
20+
21+
### 二、[Boxjs订阅](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/sunert.boxjs.json)
22+
23+
```
24+
https://raw.githubusercontent.com/Sunert/Scripts/master/Task/sunert.boxjs.json
25+
```
26+
27+
### 三、任务配置目录
28+
29+
* 中青看点
30+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/youth)
31+
* [脚本地址](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/youth.js)
32+
<br> </br>
33+
* 腾讯新闻
34+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/txnews)
35+
* [脚本地址](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/txnews.js)
36+
<br> </br>
37+
* 百度极速
38+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/baidu)
39+
* [脚本地址](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/baiduspeed.js)
40+
<br> </br>
41+
* 聚看点
42+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/jukan)
43+
* [脚本地址](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/jkd.js)
44+
<br> </br>
45+
* 电视家
46+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/dianshijia)
47+
* [脚本地址](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/dianshijia.js)
48+
<br> </br>
49+
* 电信套餐查询
50+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/dianxin)
51+
* [脚本地址](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/telecomInfinity.js)
52+
<br> </br>
53+
* 快手视频签到
54+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/kuaishou)
55+
* [脚本地址](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/kuaishou.js)
56+
<br> </br>
57+
* 数码之家
58+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/digital_home)
59+
* [脚本地址](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/mydigit.js)
60+
<br> </br>
61+
* 京东系
62+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/jd)
63+
* 脚本地址
64+
* [京东到家](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/jddk.js)
65+
* [来客有礼](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/lkyl.js)
66+
<br> </br>
67+
* 新浪系
68+
* [任务配置](https://github.com/Sunert/Scripts/tree/master/TaskConf/sina)
69+
* 脚本地址
70+
* [微博](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/weibo.js)
71+
* [新浪新闻](https://raw.githubusercontent.com/Sunert/Scripts/master/Task/sinanews.js)
72+

TaskConf/youth/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# <center> 中青看点使用说明 </center>
66

7-
[跳转至底部](#注意事项)
7+
[跳转至底部](#注意事项) ---- [回到主页](https://github.com/Sunert/Scripts)
88

99
### IOS配置教程
1010
```

0 commit comments

Comments
 (0)