This commit is contained in:
Leon 2021-07-30 23:45:13 +08:00 committed by GitHub
parent 50b44d471b
commit 403c53466c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ Ninja="down" ##up为运行down为不运行
3-he1pu
4-shufflewzc
6-Aaron-lv
7-Tsukasa007
二、其他仓库Other Repositories
1-passerby-b
2-curtinlv
@ -68,6 +68,9 @@ CR4(){
CR6(){
ql repo https://github.com/Aaron-lv/sync.git "jd_|jx_|getJDCookie" "activity|backUp|Coupon" "^jd[^_]|USER|utils" "jd_scripts"
}
CR7(){
ql repo https://github.com/Tsukasa007/my_script.git "" "jdCookie|USER_AGENTS|sendNotify|backup" "" "master"
}
for i in ${CollectedRepo[@]}; do
CR$i
done
@ -100,7 +103,7 @@ OR9(){
ql repo https://github.com/photonmang/quantumultX.git "JDscripts"
}
OR10(){
ql repo https://github.com/jiulan/platypus.git
ql repo https://github.com/jiulan/platypus.git "jd_|jx_" "" "" "main"
}
OR11(){
ql repo https://github.com/panghu999/panghu.git "jd_"
@ -117,8 +120,8 @@ done
# 🍪Ninja
if [ "${Ninja}" = 'up' ]; then
cd /ql/ninja/backend && git checkout . && git pull && pnpm install && pm2 start && cp sendNotify.js /ql/scripts/sendNotify.js
if [ "${Ninja}" = "up" ]; then
cd /ql/ninja/backend && git checkout . && git pull && pnpm install && pm2 start && cp sendNotify.js /ql/scripts/sendNotify.js &
fi
@ -191,4 +194,4 @@ install_dependencies_all(){
if [ "${Install}" = 'yes' ]; then
install_dependencies_all &
fi
fi