🔨Fix
This commit is contained in:
parent
50b44d471b
commit
403c53466c
@ -36,7 +36,7 @@ Ninja="down" ##up为运行,down为不运行
|
|||||||
3-he1pu
|
3-he1pu
|
||||||
4-shufflewzc
|
4-shufflewzc
|
||||||
6-Aaron-lv
|
6-Aaron-lv
|
||||||
|
7-Tsukasa007
|
||||||
二、其他仓库(Other Repositories)
|
二、其他仓库(Other Repositories)
|
||||||
1-passerby-b
|
1-passerby-b
|
||||||
2-curtinlv
|
2-curtinlv
|
||||||
@ -68,6 +68,9 @@ CR4(){
|
|||||||
CR6(){
|
CR6(){
|
||||||
ql repo https://github.com/Aaron-lv/sync.git "jd_|jx_|getJDCookie" "activity|backUp|Coupon" "^jd[^_]|USER|utils" "jd_scripts"
|
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
|
for i in ${CollectedRepo[@]}; do
|
||||||
CR$i
|
CR$i
|
||||||
done
|
done
|
||||||
@ -100,7 +103,7 @@ OR9(){
|
|||||||
ql repo https://github.com/photonmang/quantumultX.git "JDscripts"
|
ql repo https://github.com/photonmang/quantumultX.git "JDscripts"
|
||||||
}
|
}
|
||||||
OR10(){
|
OR10(){
|
||||||
ql repo https://github.com/jiulan/platypus.git
|
ql repo https://github.com/jiulan/platypus.git "jd_|jx_" "" "" "main"
|
||||||
}
|
}
|
||||||
OR11(){
|
OR11(){
|
||||||
ql repo https://github.com/panghu999/panghu.git "jd_"
|
ql repo https://github.com/panghu999/panghu.git "jd_"
|
||||||
@ -117,8 +120,8 @@ done
|
|||||||
|
|
||||||
|
|
||||||
# 🍪Ninja
|
# 🍪Ninja
|
||||||
if [ "${Ninja}" = 'up' ]; then
|
if [ "${Ninja}" = "up" ]; then
|
||||||
cd /ql/ninja/backend && git checkout . && git pull && pnpm install && pm2 start && cp sendNotify.js /ql/scripts/sendNotify.js
|
cd /ql/ninja/backend && git checkout . && git pull && pnpm install && pm2 start && cp sendNotify.js /ql/scripts/sendNotify.js &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user