青龙面板拉库教程(脚本合集)
VS资源网导读:本站为大家带来青龙面板拉库教程(脚本合集)文章,更多精品资源,请继续关注VS资源网!
一、拉库命令解释说明
拉取一个库
ql repo <repourl> <path> <blacklist> <dependence> <branch>
对应意思“库地址”“拉哪些”“不拉哪些”“依赖文件”“分支”
拉取单个脚本
ql raw <fileurl>
二、拉库出现的问题及解决方案
错误提示一:
Cannot find module 'xxxx'
依赖不完整,解决方法:
docker exec -it qinglong(容器名称) bash cd /ql/scripts/ pnpm install 'xxxx' npm install 'xxxx'
这两个安装命令都可以用
错误提示二:
Cannot find module './xxxx'
那就很有是拉库命令不完整,请检查或复制完整的拉库命令。
部分需要的依赖:自行安装
"npm install -g npm" "pip3 install requests" "pip3 install pytz" "npm install -g download" "pnpm install jsdom" "apk add --no-cache build-base g++ cairo-dev pango-dev giflib-dev && cd scripts && npm install canvas png-js md5 date-fns axios crypto-js tslib ts-md5 @types/node --build-from-source"
三、库集合
截止2022年2月11日目前还在维护的仓库(排名不分先后)
KingRan/KR(集合库)
拉库命令: 国内鸡:(TX云等) 修改青龙 config.sh 文件中的GithubProxyUrl参数为: GithubProxyUrl="https://git.metauniverse-cn.com/" 然后拉库命令填写下方代码: ql repo https://github.com/KingRan/KR.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sign|sendNotify|ql|JDJR" 国外鸡直接填写下方代码 ql repo https://github.com/KingRan/KR.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sign|sendNotify|ql|JDJR"
ccwav (通知库)(貌似删除)
ccwav大佬的资产通知增强版和CK检测 2.10.3之前版本青龙拉库命令: 不包含sendNotify: ql repo https://github.com/ccwav/QLScript2.git "jd_" "NoUsed" "ql|utils" 包含sendNotify: ql repo https://github.com/ccwav/QLScript2.git "jd_" "NoUsed" "ql|sendNotify|utils" 2.10.3之后版本青龙拉库命令: 不包含sendNotify: ql repo https://github.com/ccwav/QLScript2.git "jd_" "NoUsed" "ql|utils|USER_AGENTS|jdCookie|JS_USER_AGENTS" 包含sendNotify: ql repo https://github.com/ccwav/QLScript2.git "jd_" "NoUsed" "ql|sendNotify|utils|USER_AGENTS|jdCookie|JS_USER_AGENTS"
Zy143L/wskey(wskey转换库)
完美网络用户:ql repo https://github.com/Zy143L/wskey.git "wskey" 国内网络用户:ql repo https://ghproxy.com/github.com/Zy143L/wskey.git "wskey"
smiek2121(开卡库)
ql repo https://github.com/smiek2121/scripts.git "jd_|gua_" "" "ZooFaker_Necklace.js|JDJRValidator_Pure.js|sign_graphics_validate.js|cleancart_activity.js|jdCookie.js|sendNotify.js"
gys619/Absinthe(集合库)
ql raw <fileurl>0
zero205/JD_tencent_scf
ql raw <fileurl>1
其他库
ql raw <fileurl>2 这些库有些可能不能使用了,多试几个
以上就是VS资源网分享的青龙面板拉库教程(脚本合集)全部内容,希望对大家有所帮助!