This commit is contained in:
Faker
2022-05-07 12:49:19 +08:00
parent 12e066d31c
commit 82220319be
13 changed files with 2231 additions and 170 deletions

View File

@@ -8,9 +8,6 @@ function mainEval($) {
}
$.sleep=cookies['all'].length * 500
taskCookie=cookies['all']
if($.config[\`\${$.runfile}_limit\`]){
taskCookie = cookies['all'].slice(0,parseInt($.config[\`\${$.runfile}_limit\`]))
}
jxAlgo = new common.jxAlgo();
if ($.readme) {
console.log(\`使用说明:\\n\${$.readme}\\n以上内容仅供参考,有需求自行添加\\n\`,)