Skip to content

Commit

Permalink
eval
Browse files Browse the repository at this point in the history
  • Loading branch information
air committed Aug 18, 2021
1 parent d191232 commit 92381c7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified function/.DS_Store
Binary file not shown.
5 changes: 1 addition & 4 deletions function/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
module.exports = {
"ThreadJs": [],
"invokeKey": "ztmFUCxcPMNyUq0P"
}
module.exports = {"ThreadJs":[],"invokeKey":"ztmFUCxcPMNyUq0P"}
2 changes: 2 additions & 0 deletions function/eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function mainEval($) {
console.log('助力码', $.sharecode )
}
}catch(e1){console.log("初始函数不存在,将继续执行主函数Main\\n")}
if(typeof(main) != 'undefined'){
try{
for (let i = 0; i < taskCookie.filter(d => d).length; i++) {
$.cookie = taskCookie[i];
Expand Down Expand Up @@ -46,6 +47,7 @@ function mainEval($) {
}
}catch(em){console.log(em.message)}
}
if (typeof(extra) != 'undefined') {
console.log(\`============================开始运行额外任务============================\`)
try{
Expand Down

0 comments on commit 92381c7

Please sign in to comment.