Giter VIP home page Giter VIP logo

kr's Introduction

注意注意

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

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

一键上车

1.一键上车地址:上车地址 支持短信,扫码,请填写备注

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

无线类(包含lzkj_loreal抽奖脚本)

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/KingRan/KR.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sign|sendNotify|ql|JDJR"

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

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

Arcadia面板神秘代码(项目地址

arcadia repo KR "https://github.com/KingRan/KR.git" main --updateTaskList true --whiteList "^jd_|^jx_" --blackList "^jd_(wsck|CheckCK|disable|wx|txzj_|opencard|lzkj_|dplh|jinggeng)"

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"

本库代理开启变量(部分支持)
JD_PROXY_OPEN      // 代理启用变量,默认不开启(true/false)
JD_PROXY_TUNNRL      // 代理地址变量,默认不开启,仅支持代理池模式(auto-proxy-pool),格式为:http://ip:port

DL推荐

kr's People

Contributors

kingran217 avatar kingran888 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.