File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -78,20 +78,14 @@ http-request ^https:\/\/ph0001\.hezyq\.com\/* script-path= https://raw.githubuse
7878
7979
8080
81- let s = 200 //各数据接口延迟
81+
8282const $ = new Env ( "早起打卡" )
8383const jsname = "早起打卡"
8484let notifyInterval = 1
85- const notify = $ . isNode ( ) ? require ( './sendNotify' ) : '' ;
86- let logs = $ . getdata ( 'zqlogs' ) || false , signresult ;
87- let dkurl = 'https://ph0001.hezyq.com/app/index.php?i=597&t=0&v=1.0.2&from=wxapp&c=entry&a=wxapp&do=distribute&m=bh_rising&sign=2b18eebf989b3a26a9ca677492b74724&action=today&contr=index&token=8ddce1ace72e7b6ac0e8befd789a69be&version=2.0.34
85+ const dkurl = 'https://ph0001.hezyq.com/app/index.php?i=597&t=0&v=1.0.2&from=wxapp&c=entry&a=wxapp&do=distribute&m=bh_rising&sign=2b18eebf989b3a26a9ca677492b74724&action=today&contr=index&token=8ddce1ace72e7b6ac0e8befd789a69be&version=2.0.34
8886'
8987
90- console . log ( `\n============ 脚本执行来自 Github Action ==============\n` )
91- console . log ( `============ 脚本执行-国际标准时间(UTC):${ new Date ( ) . toLocaleString ( ) } =============\n` )
92- console . log ( `============ 脚本执行-北京时间(UTC+8):${ new Date ( new Date ( ) . getTime ( ) + 8 * 60 * 60 * 1000 ) . toLocaleString ( ) } =============\n` )
93-
94-
88+
9589if ( isGetCookie = typeof $request !== 'undefined' ) {
9690 GetCookie ( )
9791} else
You can’t perform that action at this time.
0 commit comments