Git Product home page Git Product logo

jd_task's Introduction

jd_task

之前文件名_改-是为了避免xx面板集成了这个库,跟作者朋友使用的脚本重名,不得不改名 目前看到有其他脚本库自己改名回去,为避免上述的事情发生,将重新改名

function目录是脚本引用的必要文件夹,请连同function文件一起放到srcrips目录,一起更新

此模块助力逻辑:所有账户会去助力前面的主号,而不是所有账户轮流助力

JdMain为你想设置的主号数,假如你docker挂了10个号,前面2个号是你自己的主要账户,后面8个号都是代挂,那么这10个号都会去助力前面2个主要账号

如果,你想单独设置某一个任务的助力次数,假如这个任务的文件名叫jd_help_test.js,你想助力前面三个账号,那么就单独添加 export jd_help_test = 3

如果都没添加,那么会根据脚本中的min参数来设置主要助力个数

如需排除账号做某一个任务,只需在全局变量filename_except中添加账户pt_pin,用","隔开;比如export jd_help_test_except = 'pt_pin1,pt_pin2'

全局助力次数: JdMain (_help_xxx)

export JdMain = 2

单任务助力次数: filename(单独设置某个任务助力个数,-替换成_)

export jd_help_grapbean = 3

跳过当前账号: filename_except

export jd_help_test_except = 'jd_1,jd_2'

自定义配置: user.js

module.exports = {'key1':'value1','key2':'value2'}

jd_task's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.