From 403c53466c87332fc1c8798fa0b4a80efc53ae40 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Fri, 30 Jul 2021 23:45:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tasks/qlrepo/extra.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Tasks/qlrepo/extra.sh b/Tasks/qlrepo/extra.sh index 1016866..a2665dd 100644 --- a/Tasks/qlrepo/extra.sh +++ b/Tasks/qlrepo/extra.sh @@ -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 \ No newline at end of file +fi