Skip to content

Commit 2c8fac7

Browse files
author
ziye12
authored
Update asdkziye.js
1 parent e4678d7 commit 2c8fac7

File tree

1 file changed

+19
-25
lines changed

1 file changed

+19
-25
lines changed

asdkziye.js

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
/*ziye
1+
/*ziye爱尚打卡
22
3-
微信扫码 https://raw.githubusercontent.com/ziye12/JavaScript/master/asdkziye.png 进入小程序,登录获取授权
3+
非常重要!!!
44
5+
微信扫码 https://raw.githubusercontent.com/ziye12/JavaScript/master/asdkziye.png 进入小程序,登录获取授权,再启动软件获取ck
6+
建议设置6点到23点之间打卡,时间间隔30分钟以上,否则容易封号
57
68
7-
2020.9.9
8-
9-
10-
说明:以爱尚打卡为例的打卡模版,可以抓包然后替换以下内容来制作其他打卡脚本
11-
12-
13-
需要替换的内容如下,先替换长的,再替换短的,自己用电脑或者KODE软件替换,下载链接https://apps.apple.com/cn/app/koder-code-editor/id1447489375
149
10+
《《《《《《《《《《制作其他打卡js的说明
1511
12+
抓包小程序,然后替换以下内容来制作其他打卡js,
13+
需要替换的内容如下,按顺序替换字符,自己用电脑或者KODE软件替换,KODE下载链接https://apps.apple.com/cn/app/koder-code-editor/id1447489375
1614
1715
ph0001.hezyq.com
1816
爱尚打卡
@@ -25,8 +23,17 @@ asdk
2523
手动替换
2624
ph0001\.hezyq\.com
2725
28-
使用说明:
26+
制作其他打卡js的说明》》》》》》》》》》》
27+
28+
29+
30+
31+
32+
33+
////////////////////////////////////////正文
34+
2935
36+
使用说明:
3037
一,微信扫码 https://raw.githubusercontent.com/ziye12/JavaScript/master/asdkziye.png 进入小程序,登录获取授权
3138
3239
二,然后将hostname复制粘贴进配置文件
@@ -39,45 +46,32 @@ ph0001\.hezyq\.com
3946
3.现金统计,自动提现
4047
4148
42-
***建议设置每小时运行一次
4349
4450
45-
圈X
46-
47-
1、hostname= ph0001.hezyq.com,
48-
4951
52+
hostname= ph0001.hezyq.com,
5053
5154
//surge
5255
爱尚打卡 = type=http-request,pattern=^https:\/\/ph0001\.hezyq\.com\/*,requires-body=1,max-size=0,script-path= https://raw.githubusercontent.com/ziye12/JavaScript/master/asdkziye.js
5356
54-
55-
5657
//圈x
5758
https:\/\/ph0001\.hezyq\.com\/* url script-request-header https://raw.githubusercontent.com/ziye12/JavaScript/master/asdkziye.js
5859
59-
6060
//loon
6161
http-request ^https:\/\/ph0001\.hezyq\.com\/* script-path= https://raw.githubusercontent.com/ziye12/JavaScript/master/asdkziye.js
6262
, requires-body=true, timeout=10, tag=爱尚打卡
6363
6464
65-
66-
67-
68-
6965
*/
7066

7167

72-
//正文
73-
7468

7569
const sy = init()//声明必须
7670
const notifyInterval = 1; //通知开为1,常关为0
7771
const logs = 0; // 日志开关
7872
const jsname = '爱尚打卡'
7973
const jbid =1
80-
const sb='失败,请获取ck'
74+
const sb='失败,请先关闭,进入程序获取授权'
8175

8276
const cs = 20;//小程序打卡次数
8377
const xj = 1;//提现标准

0 commit comments

Comments
 (0)