Giter Site home page Giter Site logo

lf_jd's Introduction

注意注意

1.自用,勿拉取(后果自负)

2.本项目仅用于学习使用,请下载后24小时内删除

自动填地址(报错就是变量不对,或者删除变量)

无线类

export WX_ADDRESS="" # 变量格式:收件人@手机号@省份@城市@区县@详细地址@6位行政区划代码@邮编,需按照顺序依次填写,多个用管道符分开(6位行政区划代码自己查地图,也可用身份证号前六位)

export WX_ADDRESS_BLOCK="" # 多个关键词用@分开  黑名单

例子:export WX_ADDRESS="Z先生@13888888888@@江苏省@南通市@崇川区@开发区万科翡翠公园@320602@226001|K先生@13888888888@@江苏省@南通市@崇川区@开发区万科翡翠公园@320602@226001"

Jinggen(京耕)类

export jd_jinggeng_address="" # 变量格式:收件人@手机号@省份@城市@区县@详细地址,需按照顺序依次填写,多个用管道符分开

例子:export jd_jinggeng_address="Z先生@13888888888@江苏省@南通市@崇川区@开发区万科翡翠公园|K先生@13888888888@江苏省@南通市@崇川区@开发区万科翡翠公园"

lzkj_loreal类

export jd_lzkj_loreal_address="" # 变量格式:收件人@手机号@省份@城市@区县@详细地址,需按照顺序依次填写,多个用管道符分开

例子:export jd_lzkj_loreal_address="Z先生@13888888888@江苏省@南通市@崇川区@开发区万科翡翠公园|K先生@13888888888@江苏省@南通市@崇川区@开发区万科翡翠公园"

拉取(js py sh)青龙 config.sh 文件中修改

ql repo命令拉取脚本时需要拉取的文件后缀,直接写文件后缀名即可

RepoFileExtensions="js py sh"

青龙面板神秘代码

ql repo https://github.com/LingFeng0918/LF_JD.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sign|sendNotify|ql|JDJR"

拉库失败或者拉不到更新的解决方案:

rm -rf /ql/repo/LingFeng0918_LF_JD && ql repo https://github.com/LingFeng0918/LF_JD.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sendNotify|ql|JDJR"

DL使用说明(项目频道

JS使用方法:
1.安装依赖 global-agent (选择nodejs中安装,请勿在python中安装)
2.然后在你的要使用 DL 的 JS 中加入下方代码

require("global-agent/bootstrap");
global.GLOBAL_AGENT.HTTP_PROXY="http://DL池docker地址:8080";

禁止使用DL名单,例如本机访问不走DL 

global.GLOBAL_AGENT.NO_PROXY="127.0.0.1,*.baidu.com"

lf_jd's People

Contributors

lingfeng0918 avatar yoqie avatar

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.