diff --git a/Conf/Qinglong/config.sample.sh b/Conf/Qinglong/config.sample.sh index edbd32e..c4ba641 100644 --- a/Conf/Qinglong/config.sample.sh +++ b/Conf/Qinglong/config.sample.sh @@ -15,7 +15,7 @@ AutoAddCron="true" RepoFileExtensions="js py ts" ## 由于github仓库拉取较慢,所以会默认添加代理前缀,如不需要请移除 -GithubProxyUrl="https://ghproxy.com/" +GithubProxyUrl="https://git.metauniverse-cn.com/" ## 设置定时任务执行的超时时间,默认1h,后缀"s"代表秒(默认值), "m"代表分, "h"代表小时, "d"代表天 CommandTimeoutTime="3h" diff --git a/Conf/Readme.md b/Conf/Readme.md index 46f4cad..81281cf 100644 --- a/Conf/Readme.md +++ b/Conf/Readme.md @@ -858,7 +858,7 @@ AutoDelCron="true" ``` ## 2、由于github仓库拉取较慢,所以会默认添加代理前缀,如不需要请移除 -GithubProxyUrl="https://ghproxy.com/" +GithubProxyUrl="https://git.metauniverse-cn.com/" ``` ``` diff --git a/INS/JD/nevinee/jd_v4.md b/INS/JD/nevinee/jd_v4.md index 6ef9bf0..92de54a 100644 --- a/INS/JD/nevinee/jd_v4.md +++ b/INS/JD/nevinee/jd_v4.md @@ -113,7 +113,7 @@ docker exec -it jd1 bash jup ``` docker exec -it jd1 bash -wget -q https://ghproxy.com/https://raw.githubusercontent.com/jiulan/jd_v4/main/v4mb.sh -O v4mb.sh && chmod +x v4mb.sh && ./v4mb.sh +wget -q https://git.metauniverse-cn.com/https://raw.githubusercontent.com/jiulan/jd_v4/main/v4mb.sh -O v4mb.sh && chmod +x v4mb.sh && ./v4mb.sh ``` #重启手动运行面板 #先进入容器 diff --git a/INS/JD/nevinee/v4mb.sh b/INS/JD/nevinee/v4mb.sh index 67f75ab..7e1dd90 100644 --- a/INS/JD/nevinee/v4mb.sh +++ b/INS/JD/nevinee/v4mb.sh @@ -1,4 +1,4 @@ -wget https://ghproxy.com/https://raw.githubusercontent.com/jiulan/jd_v4/main/v4mb.tar.gz +wget https://git.metauniverse-cn.com/https://raw.githubusercontent.com/jiulan/jd_v4/main/v4mb.tar.gz tar -zxvf v4mb.tar.gz rm -f v4mb.tar.gz mv v4mb/panel panel diff --git a/INS/JD/qinglong/Readme.md b/INS/JD/qinglong/Readme.md index 66a6c8b..5dc3912 100644 --- a/INS/JD/qinglong/Readme.md +++ b/INS/JD/qinglong/Readme.md @@ -105,10 +105,10 @@ docker exec -it qinglong cat /ql/config/auth.json ## 四、拉取脚本 最新拉取代码点击这里 [🗝](https://github.com/Oreomeow/VIP#-tasks) -国内vps等加`https://ghproxy.com/` +国内vps等加`https://git.metauniverse-cn.com/` > 示例 ``` -ql repo https://ghproxy.com/https://github.com/zooPanda/zoo.git "zoo" +ql repo https://git.metauniverse-cn.com/https://github.com/zooPanda/zoo.git "zoo" ```
@@ -117,19 +117,19 @@ ql repo https://ghproxy.com/https://github.com/zooPanda/zoo.git "zoo" 在青龙主页添加4个定时任务,定时随便自己喜欢设置,任务代码如下: ``` -ql repo https://ghproxy.com/https://github.com/chinnkarahoi/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER" +ql repo https://git.metauniverse-cn.com/https://github.com/chinnkarahoi/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER" ``` ``` -ql repo https://ghproxy.com/https://github.com/monk-coder/dust.git "i-chenzhe|normal|member|car" "backup" +ql repo https://git.metauniverse-cn.com/https://github.com/monk-coder/dust.git "i-chenzhe|normal|member|car" "backup" ``` ``` -ql repo https://ghproxy.com/https://github.com/nianyuguai/longzhuzhu.git "qx" +ql repo https://git.metauniverse-cn.com/https://github.com/nianyuguai/longzhuzhu.git "qx" ``` ``` -ql repo https://ghproxy.com/https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env" +ql repo https://git.metauniverse-cn.com/https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env" ``` 上面4个分别是lxk0301的、藏经阁的、龙猪猪的京豆雨、混沌的京东京喜系列 @@ -157,12 +157,12 @@ docker exec -it qinglong ql restart - 拉取自定义仓库 ``` sh -docker exec -it qinglong ql repo https://ghproxy.com/https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env" +docker exec -it qinglong ql repo https://git.metauniverse-cn.com/https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env" ``` - 拉取单个脚本 ``` sh -docker exec -it qinglong ql raw https://ghproxy.com/https://raw.githubusercontent.com/moposmall/Script/main/Me/jx_cfd.js +docker exec -it qinglong ql raw https://git.metauniverse-cn.com/https://raw.githubusercontent.com/moposmall/Script/main/Me/jx_cfd.js ``` - 删除7天前的所有日志 diff --git a/README.md b/README.md index a22ba1d..6ae4813 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ql repo https://github.com/shufflewzc/faker2.git "jd_|jx_|gua_|jddj_|getJDCookie - **Allinone TaskSub-Links** *Created by sngxpro & Maintained by me* ``` - https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/QuanX/master/task/AllinOne.json + https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/QuanX/master/task/AllinOne.json ``` ### Summary diff --git a/Scripts/sh/1customCDN.sh b/Scripts/sh/1customCDN.sh index fc0d8bc..c3ef7da 100644 --- a/Scripts/sh/1customCDN.sh +++ b/Scripts/sh/1customCDN.sh @@ -46,7 +46,7 @@ check_url() { # 获取有效 config.sh 链接 get_valid_config() { - config_list=(https://raw.githubusercontents.com/shufflewzc/VIP/main/Conf/Qinglong/config.sample.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Conf/Qinglong/config.sample.sh https://ghproxy.com/https://raw.githubusercontent.com/shufflewzc/VIP/main/Conf/Qinglong/config.sample.sh) + config_list=(https://raw.githubusercontents.com/shufflewzc/VIP/main/Conf/Qinglong/config.sample.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Conf/Qinglong/config.sample.sh https://git.metauniverse-cn.com/https://raw.githubusercontent.com/shufflewzc/VIP/main/Conf/Qinglong/config.sample.sh) for url in ${config_list[@]}; do check_url $url if [ $? = 0 ]; then @@ -79,7 +79,7 @@ fi # 获取有效 extra.sh 链接 get_valid_extra() { - extra_list=(https://raw.githubusercontents.com/shufflewzc/VIP/main/Tasks/qlrepo/extra.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Tasks/qlrepo/extra.sh https://ghproxy.com/https://raw.githubusercontent.com/shufflewzc/VIP/main/Tasks/qlrepo/extra.sh) + extra_list=(https://raw.githubusercontents.com/shufflewzc/VIP/main/Tasks/qlrepo/extra.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Tasks/qlrepo/extra.sh https://git.metauniverse-cn.com/https://raw.githubusercontent.com/shufflewzc/VIP/main/Tasks/qlrepo/extra.sh) for url in ${extra_list[@]}; do check_url $url if [ $? = 0 ]; then @@ -156,7 +156,7 @@ fi # 获取有效 code.sh 链接 get_valid_code() { - code_list=(https://raw.githubusercontents.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/code.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/code.sh https://ghproxy.com/https://raw.githubusercontents.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/code.sh) + code_list=(https://raw.githubusercontents.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/code.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/code.sh https://git.metauniverse-cn.com/https://raw.githubusercontents.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/code.sh) for url in ${code_list[@]}; do check_url $url if [ $? = 0 ]; then @@ -222,7 +222,7 @@ fi # 获取有效 task_before.sh 链接 get_valid_task_before() { - task_before_list=(https://raw.githubusercontents.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/task_before.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/task_before.sh https://ghproxy.com/https://raw.githubusercontents.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/task_before.sh) + task_before_list=(https://raw.githubusercontents.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/task_before.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/task_before.sh https://git.metauniverse-cn.com/https://raw.githubusercontents.com/shufflewzc/VIP/main/Scripts/sh/Helpcode2.8/task_before.sh) for url in ${task_before_list[@]}; do check_url $url if [ $? = 0 ]; then diff --git a/Scripts/sh/Helpcode2.8/config_sample.sh b/Scripts/sh/Helpcode2.8/config_sample.sh index 965ecb7..950c59c 100644 --- a/Scripts/sh/Helpcode2.8/config_sample.sh +++ b/Scripts/sh/Helpcode2.8/config_sample.sh @@ -18,7 +18,7 @@ DefaultCronRule="37 0 * * *" RepoFileExtensions="js py sh ts" ## 由于github仓库拉取较慢,所以会默认添加代理前缀,如不需要请移除 -GithubProxyUrl="https://ghproxy.com/" +GithubProxyUrl="https://git.metauniverse-cn.com/" ## 设置定时任务执行的超时时间,默认1h,后缀"s"代表秒(默认值), "m"代表分, "h"代表小时, "d"代表天 CommandTimeoutTime="3h" diff --git a/Scripts/sh/Helpcode2.8v0/crontab.db b/Scripts/sh/Helpcode2.8v0/crontab.db index 3f746af..891b189 100644 --- a/Scripts/sh/Helpcode2.8v0/crontab.db +++ b/Scripts/sh/Helpcode2.8v0/crontab.db @@ -124,7 +124,7 @@ {"name":"柠檬东东泡泡大战","command":"task panghu999_panghu_jd_ppdz.js","schedule":"1 0 * * *","saved":true,"_id":"leRI3dQfk280t7Jo","created":1623311435197,"status":1,"timestamp":"Thu Jun 10 2021 15:50:35 GMT+0800 (中国标准时间)","isSystem":0,"isDisabled":0} {"name":"宠汪汪赛跑","command":"task JDHelloWorld_jd_scripts_jd_joy_run.js","schedule":"15 10 * * *","saved":true,"_id":"lgywlTyhy3PtfyUp","created":1624260782974,"status":0,"timestamp":"Mon Jun 21 2021 15:33:02 GMT+0800 (中国标准时间)","isSystem":0,"isDisabled":0,"pid":14074} {"name":"京喜工厂收取电力","command":"task Ariszy_Private-Script_zy_jxcollect.js","schedule":"0 6 * * *","saved":true,"_id":"lxK6Ngs9g1HFH906","created":1623586769310,"status":1,"timestamp":"Sun Jun 13 2021 20:19:29 GMT+0800 (中国标准时间)","isSystem":0,"isDisabled":1} -{"name":"Tom仓库","command":"ql raw https://ghproxy.com/https://raw.githubusercontent.com/xl2101200/-/main/jdmn.js","schedule":"33 8,12,16,20,0 * * *","saved":true,"_id":"mLzhAKpDy938Bb3K","created":1623458425932,"status":1,"timestamp":"Sat Jun 12 2021 08:42:12 GMT+0800 (中国标准时间)","isSystem":0,"isDisabled":0} +{"name":"Tom仓库","command":"ql raw https://git.metauniverse-cn.com/https://raw.githubusercontent.com/xl2101200/-/main/jdmn.js","schedule":"33 8,12,16,20,0 * * *","saved":true,"_id":"mLzhAKpDy938Bb3K","created":1623458425932,"status":1,"timestamp":"Sat Jun 12 2021 08:42:12 GMT+0800 (中国标准时间)","isSystem":0,"isDisabled":0} {"name":"ddo(hyzaw)仓库","command":"ql repo https://github.com/hyzaw/scripts.git \"ddo_\"","schedule":"22 8,12,16,20,0 * * *","saved":true,"_id":"mTsaiR0YbhtxMamV","created":1623117380165,"status":1,"timestamp":"Mon Jun 21 2021 19:45:31 GMT+0800 (中国标准时间)","isSystem":0,"isDisabled":0} {"name":"更新面板","command":"ql update","schedule":"34 0 * * *","saved":true,"_id":"mcsHYl0DFBC5e5bF","created":1622270243662,"status":1,"timestamp":"Sat May 29 2021 14:37:23 GMT+0800 (中国标准时间)","isSystem":1,"isDisabled":0,"pid":19033} {"name":"女装盲盒抽京豆","command":"task JDHelloWorld_jd_scripts_jd_nzmh.js","schedule":"35 1,23 * * *","saved":true,"_id":"msfjKMA7GWGj8VKU","created":1624260785391,"status":1,"timestamp":"Mon Jun 21 2021 15:33:05 GMT+0800 (中国标准时间)","isSystem":0,"isDisabled":0} diff --git a/Scripts/sh/expired/config.sample.sh b/Scripts/sh/expired/config.sample.sh index 15f46e4..419e20c 100644 --- a/Scripts/sh/expired/config.sample.sh +++ b/Scripts/sh/expired/config.sample.sh @@ -14,7 +14,7 @@ AutoAddCron="true" RepoFileExtensions="js py" ## 由于github仓库拉取较慢,所以会默认添加代理前缀,如不需要请移除 -GithubProxyUrl="https://ghproxy.com/" +GithubProxyUrl="https://git.metauniverse-cn.com/" ## 设置定时任务执行的超时时间,默认1h,后缀"s"代表秒(默认值), "m"代表分, "h"代表小时, "d"代表天 CommandTimeoutTime="1h" diff --git a/Scripts/sh/ql.sh b/Scripts/sh/ql.sh index 23b0708..8d6a648 100644 --- a/Scripts/sh/ql.sh +++ b/Scripts/sh/ql.sh @@ -357,11 +357,11 @@ if [ "$access" != "2" ]; then if [ "$(grep -c "token" $CONFIG_PATH/auth.json)" != 0 ]; then log "7.开始安装或重装 Ninja" if [ "$INSTALL_NINJA" = true ]; then - docker exec -it $CONTAINER_NAME bash -c "cd /ql;ps -ef|grep ninja|grep -v grep|awk '{print $1}'|xargs kill -9;rm -rf /ql/ninja;git clone https://ghproxy.com/https://github.com/shufflewzc/Waikiki_ninja.git /ql/ninja;cd /ql/ninja/backend;pnpm install;cp .env.example .env;cp sendNotify.js /ql/scripts/sendNotify.js;sed -i \"s/ALLOW_NUM=40/ALLOW_NUM=100/\" /ql/ninja/backend/.env;pm2 start" + docker exec -it $CONTAINER_NAME bash -c "cd /ql;ps -ef|grep ninja|grep -v grep|awk '{print $1}'|xargs kill -9;rm -rf /ql/ninja;git clone https://git.metauniverse-cn.com/https://github.com/shufflewzc/Waikiki_ninja.git /ql/ninja;cd /ql/ninja/backend;pnpm install;cp .env.example .env;cp sendNotify.js /ql/scripts/sendNotify.js;sed -i \"s/ALLOW_NUM=40/ALLOW_NUM=100/\" /ql/ninja/backend/.env;pm2 start" docker exec -it $CONTAINER_NAME bash -c "sed -i \"s/ALLOW_NUM=40/ALLOW_NUM=100/\" /ql/ninja/backend/.env && cd /ql/ninja/backend && pm2 start" fi log "8.开始青龙内部配置" - docker exec -it $CONTAINER_NAME bash -c "$(curl -fsSL https://ghproxy.com/https://github.com/shufflewzc/VIP/blob/main/Scripts/sh/1customCDN.sh)" + docker exec -it $CONTAINER_NAME bash -c "$(curl -fsSL https://git.metauniverse-cn.com/https://github.com/shufflewzc/VIP/blob/main/Scripts/sh/1customCDN.sh)" else warn "8.未检测到 token,取消内部配置" fi diff --git a/Tasks/CN.md b/Tasks/CN.md index 188cee5..0c99000 100644 --- a/Tasks/CN.md +++ b/Tasks/CN.md @@ -1,15 +1,15 @@ # CN - **elecV2P** ``` - https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/tasksubCN.json + https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/tasksubCN.json ``` - **V2PTaskSub** *By sngxpro* ``` - https://ghproxy.com/https://raw.githubusercontent.com/Youthsongs/QuanX/master/V2PTaskSub/sngxprov2p.json + https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Youthsongs/QuanX/master/V2PTaskSub/sngxprov2p.json ``` - **jd_task** *By zero205* ``` - https://ghproxy.com/https://raw.githubusercontent.com/zero205/JD_tencent_scf/main/jd_task.json + https://git.metauniverse-cn.com/https://raw.githubusercontent.com/zero205/JD_tencent_scf/main/jd_task.json ``` diff --git a/Tasks/backup/JDCN.json b/Tasks/backup/JDCN.json index 2a3f462..67c2483 100644 --- a/Tasks/backup/JDCN.json +++ b/Tasks/backup/JDCN.json @@ -20,7 +20,7 @@ "time":"0,1,30,31 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_live_redrain.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_live_redrain.js" }, "running":true }, @@ -30,7 +30,7 @@ "time":"18 0,7-23/1 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_superMarket.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_superMarket.js" }, "running":true }, @@ -40,7 +40,7 @@ "time":"0-1 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/v2p_task/jd_blueCoin.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/v2p_task/jd_blueCoin.js" }, "running":true }, @@ -50,7 +50,7 @@ "time":"18 22 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_small_home.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_small_home.js" }, "running":true }, @@ -60,7 +60,7 @@ "time":"0", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_get_share_code.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_get_share_code.js" }, "running":false }, @@ -70,7 +70,7 @@ "time":"10 12 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_crazy_joy_bonus.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_crazy_joy_bonus.js" }, "running":true }, @@ -80,7 +80,7 @@ "time":"28 1 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_shop.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_shop.js" }, "running":true }, @@ -90,7 +90,7 @@ "time":"1 0,12 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js" }, "running":true }, @@ -100,7 +100,7 @@ "time":"10 1 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_crazy_joy_coin.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_crazy_joy_coin.js" }, "running":true }, @@ -110,7 +110,7 @@ "time":"20 30 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/longzhuzhu/main/qx/jd_half_redrain.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/longzhuzhu/main/qx/jd_half_redrain.js" }, "running":true }, @@ -120,7 +120,7 @@ "time":"30 18 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jd_zjd.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jd_zjd.js" }, "running":true }, @@ -130,7 +130,7 @@ "time":"15 0-23/2 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy.js" }, "running":true }, @@ -140,7 +140,7 @@ "time":"0-2 0 0-16/8 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy_reward.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy_reward.js" }, "running":true }, @@ -150,7 +150,7 @@ "time":"15 0-23/1 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy_feedPets.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_joy_feedPets.js" }, "running":true }, @@ -160,7 +160,7 @@ "time":"10 0,8,11,17 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_fruit.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_fruit.js" }, "running":true }, @@ -170,7 +170,7 @@ "time":"5 */2 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_fruit_collectWater.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_fruit_collectWater.js" }, "running":true }, @@ -180,7 +180,7 @@ "time":"0 8 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_bean.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_bean.js" }, "running":true }, @@ -190,7 +190,7 @@ "time":"0 9 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_plantBeans.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_plantBeans.js" }, "running":true }, @@ -200,7 +200,7 @@ "time":"0-25/5 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_getPoints.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/passerby-b/JDDJ/main/jddj_getPoints.js" }, "running":true }, @@ -210,7 +210,7 @@ "time":"9 0,20 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_necklace.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_necklace.js" }, "running":true }, @@ -230,7 +230,7 @@ "time":"11 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_superMarket.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_superMarket.js" }, "running":true }, @@ -260,7 +260,7 @@ "time":"0 7 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed_sign.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed_sign.js" }, "running":true }, @@ -270,7 +270,7 @@ "time":"0 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed_redpocke.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed_redpocke.js" }, "running":true }, @@ -290,7 +290,7 @@ "time":"5-45/20 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_health_collect.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_health_collect.js" }, "running":true }, @@ -300,7 +300,7 @@ "time":"15 0 0,12 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_shop.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_shop.js" }, "running":true }, @@ -310,7 +310,7 @@ "time":"3 10 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/monk-coder/dust/dust/i-chenzhe/z_marketLottery.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/monk-coder/dust/dust/i-chenzhe/z_marketLottery.js" }, "running":true }, @@ -320,7 +320,7 @@ "time":"6 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/ZhiYi-N/Private-Script/master/Scripts/jxcollect.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/ZhiYi-N/Private-Script/master/Scripts/jxcollect.js" }, "running":true }, @@ -330,7 +330,7 @@ "time":"25 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_kd.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_kd.js" }, "running":true }, @@ -340,7 +340,7 @@ "time":"10 7 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_ms.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_ms.js" }, "running":true }, @@ -350,7 +350,7 @@ "time":"10 7 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_car.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_car.js" }, "running":true }, @@ -360,7 +360,7 @@ "time":"0 0 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_car_exchange.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_car_exchange.js" }, "running":true }, @@ -370,7 +370,7 @@ "time":"1 1 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_redPacket.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_redPacket.js" }, "running":true }, @@ -380,7 +380,7 @@ "time":"5 8 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/iisams/Scripts/master/liwo/jdtqz.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/iisams/Scripts/master/liwo/jdtqz.js" }, "running":true }, @@ -400,7 +400,7 @@ "time":"3 20 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/i-chenzhe/z_shake.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/i-chenzhe/z_shake.js" }, "running":true }, @@ -410,7 +410,7 @@ "time":"20 0 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/longzhuzhu/main/qx/jd_super_redrain.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/longzhuzhu/main/qx/jd_super_redrain.js" }, "running":true }, @@ -420,7 +420,7 @@ "time":"0-20/5 12,20 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_live.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_live.js" }, "running":true }, @@ -430,7 +430,7 @@ "time":"10 7 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_syj.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_syj.js" }, "running":true }, @@ -440,7 +440,7 @@ "time":"10 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jdzz.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jdzz.js" }, "running":true }, @@ -450,7 +450,7 @@ "time":"0 20 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_bean_change.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_bean_change.js" }, "running":true }, @@ -460,7 +460,7 @@ "time":"59 59 23 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/JX_CFD_TX.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/JX_CFD_TX.js" }, "running":false }, @@ -470,7 +470,7 @@ "time":"0-3 0 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/JX_CFD_TX.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/JX_CFD_TX.js" }, "running":true }, @@ -480,7 +480,7 @@ "time":"5 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jx_sign.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jx_sign.js" }, "running":true }, @@ -490,7 +490,7 @@ "time":"35 8 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_jxd.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_jxd.js" }, "running":true }, @@ -500,7 +500,7 @@ "time":"10,15 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_jin_tie.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_jin_tie.js" }, "running":true }, @@ -510,7 +510,7 @@ "time":"10 7 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_bean_home.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_bean_home.js" }, "running":true }, @@ -530,7 +530,7 @@ "time":"55 18,21 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_unsubscribe.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_unsubscribe.js" }, "running":true }, @@ -540,7 +540,7 @@ "time":"6 0-23/3 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_speed.js" }, "running":true }, @@ -550,7 +550,7 @@ "time":"4 10 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_market_lottery.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_market_lottery.js" }, "running":true }, @@ -560,7 +560,7 @@ "time":"5 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_club_lottery.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_club_lottery.js" }, "running":true } diff --git a/Tasks/backup/JDCNhelp.json b/Tasks/backup/JDCNhelp.json index 66ad81a..a70a6db 100644 --- a/Tasks/backup/JDCNhelp.json +++ b/Tasks/backup/JDCNhelp.json @@ -10,7 +10,7 @@ "time":"5 6-18/6 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_fruit.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_fruit.js" }, "running":true }, @@ -20,7 +20,7 @@ "time":"0 9,12,18 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jx_nc.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jx_nc.js" }, "running":true }, @@ -30,7 +30,7 @@ "time":"16 6-18/6 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_pet.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_pet.js" }, "running":true }, @@ -40,7 +40,7 @@ "time":"1 7-21/2 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_plantBean.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_plantBean.js" }, "running":true }, @@ -50,7 +50,7 @@ "time":"10 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_dreamFactory.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_dreamFactory.js" }, "running":true }, @@ -60,7 +60,7 @@ "time":"10 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_jdfactory.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_jdfactory.js" }, "running":true }, @@ -70,7 +70,7 @@ "time":"10 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jdzz.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/whyour/hundun/master/quanx/jdzz.js" }, "running":true }, @@ -80,7 +80,7 @@ "time":"2 8,12,18 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_bookshop.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_bookshop.js" }, "running":true }, @@ -90,7 +90,7 @@ "time":"6 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_crazy_joy.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_crazy_joy.js" }, "running":true }, @@ -100,7 +100,7 @@ "time":"2 0-23/4 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_cash.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_cash.js" }, "running":true }, @@ -110,7 +110,7 @@ "time":"25 8 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_sgmh.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_sgmh.js" }, "running":true }, @@ -120,7 +120,7 @@ "time":"8 0,8,13,19 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_cfd.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_cfd.js" }, "running":true }, @@ -130,7 +130,7 @@ "time":"11 1 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_lotteryMachine.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_lotteryMachine.js" }, "running":true }, @@ -140,7 +140,7 @@ "time":"10 0-23/4 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_health.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_health.js" }, "running":true } diff --git a/Tasks/backup/JDCNoth.json b/Tasks/backup/JDCNoth.json index 83cce76..e4cd6b2 100644 --- a/Tasks/backup/JDCNoth.json +++ b/Tasks/backup/JDCNoth.json @@ -10,7 +10,7 @@ "time":"12 * * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_pigPet.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_pigPet.js" }, "running":true }, @@ -20,7 +20,7 @@ "time":"35 0-23/2 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_moneyTree.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_moneyTree.js" }, "running":true }, @@ -30,7 +30,7 @@ "time":"15 0,7-23 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_daily_egg.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_daily_egg.js" }, "running":true }, @@ -40,7 +40,7 @@ "time":"1 12,23 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_family.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/chinnkarahoi/jd_scripts/master/jd_family.js" }, "running":false }, @@ -50,7 +50,7 @@ "time":"0,1,2 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/ddgksf2013/Cuttlefish/master/Jd/jd_cash_exchange.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/ddgksf2013/Cuttlefish/master/Jd/jd_cash_exchange.js" }, "running":true }, @@ -60,7 +60,7 @@ "time":"6 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_rankingList.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/yangtingxiao/QuantumultX/master/scripts/jd/jd_rankingList.js" }, "running":true }, @@ -70,7 +70,7 @@ "time":"0 0 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/ztxtop/x/main/jx_cfdtx.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/ztxtop/x/main/jx_cfdtx.js" }, "running":false }, @@ -80,7 +80,7 @@ "time":"0", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/v2p_task/jd_unbind.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/GoodStudying/local_file/main/task/v2p_task/jd_unbind.js" }, "running":false }, @@ -90,7 +90,7 @@ "time":"0", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/sngxpro/QuanX/master/scripts/member_0X.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/sngxpro/QuanX/master/scripts/member_0X.js" }, "running":false }, @@ -100,7 +100,7 @@ "time":"5 7 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/dompling/Script/master/jd/jd_jr_sign.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/dompling/Script/master/jd/jd_jr_sign.js" }, "running":false } diff --git a/Tasks/backup/JDCNtmp.json b/Tasks/backup/JDCNtmp.json index 5825325..cd445a9 100644 --- a/Tasks/backup/JDCNtmp.json +++ b/Tasks/backup/JDCNtmp.json @@ -10,7 +10,7 @@ "time":"37 8 * 5,6 *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/member/adolf_oneplus.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/member/adolf_oneplus.js" }, "running":true }, @@ -20,7 +20,7 @@ "time":"27 8 * 5,6 *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/member/adolf_flp.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/member/adolf_flp.js" }, "running":true }, @@ -30,7 +30,7 @@ "time":"0 8 21-31 5-12 *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/qqsdff/script/main/jd/jd_jbczy.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/qqsdff/script/main/jd/jd_jbczy.js" } }, { @@ -39,7 +39,7 @@ "time":"15 8,19 * 5,6 *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/normal/adolf_superbox.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/normal/adolf_superbox.js" } }, { @@ -48,7 +48,7 @@ "time":"5 9,15 * 5,6 *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/normal/adolf_newInteraction.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/Oreomeow/dust/dust/normal/adolf_newInteraction.js" } } ] diff --git a/Tasks/qlrepo/repoCN.md b/Tasks/qlrepo/repoCN.md index fd5894d..13ccca1 100644 --- a/Tasks/qlrepo/repoCN.md +++ b/Tasks/qlrepo/repoCN.md @@ -1,7 +1,7 @@ # 不再更新,配置文件自行添加如下 ``` ## 由于github仓库拉取较慢,所以会默认添加代理前缀,如不需要请移除 -GithubProxyUrl="https://ghproxy.com/" +GithubProxyUrl="https://git.metauniverse-cn.com/" ``` ## CN 说明 > 用于国内 VPS 等 @@ -10,64 +10,64 @@ GithubProxyUrl="https://ghproxy.com/" - `chinnkarahoi`(无维护) ``` - ql repo https://ghproxy.com/https://github.com/chinnkarahoi/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER" + ql repo https://git.metauniverse-cn.com/https://github.com/chinnkarahoi/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER" ``` - `panghu999` ``` - ql repo https://ghproxy.com/https://github.com/panghu999/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER" + ql repo https://git.metauniverse-cn.com/https://github.com/panghu999/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER" ``` - `JDHelloWorld` ``` - ql repo https://ghproxy.com/https://github.com/JDHelloWorld/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER" + ql repo https://git.metauniverse-cn.com/https://github.com/JDHelloWorld/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER" ``` - `龙珠` ``` -ql repo https://ghproxy.com/https://github.com/longzhuzhu/nianyu.git "qx" +ql repo https://git.metauniverse-cn.com/https://github.com/longzhuzhu/nianyu.git "qx" ``` - `混沌` ``` -ql repo https://ghproxy.com/https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env" +ql repo https://git.metauniverse-cn.com/https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env" ``` - `passerby-b`(需要修改专用ck文件jddj_cookie.js) ``` -ql repo https://ghproxy.com/https://github.com/passerby-b/JDDJ.git "jddj_" "scf_test_event" "jddj_cookie" +ql repo https://git.metauniverse-cn.com/https://github.com/passerby-b/JDDJ.git "jddj_" "scf_test_event" "jddj_cookie" ``` - `温某某` ``` -ql repo https://ghproxy.com/https://github.com/Wenmoux/scripts.git "other|jd" "" "" "wen" +ql repo https://git.metauniverse-cn.com/https://github.com/Wenmoux/scripts.git "other|jd" "" "" "wen" ``` - `柠檬(胖虎)` ``` -ql repo https://ghproxy.com/https://github.com/panghu999/panghu.git "jd_" +ql repo https://git.metauniverse-cn.com/https://github.com/panghu999/panghu.git "jd_" ``` - `zoopanda(动物园)` ``` -ql repo https://ghproxy.com/https://github.com/zooPanda/zoo.git "zoo" +ql repo https://git.metauniverse-cn.com/https://github.com/zooPanda/zoo.git "zoo" ``` - `hyzaw` ``` -ql repo https://ghproxy.com/https://github.com/hyzaw/scripts.git "ddo_" +ql repo https://git.metauniverse-cn.com/https://github.com/hyzaw/scripts.git "ddo_" ``` - `Ariszy (Zhiyi-N)` ``` -ql repo https://ghproxy.com/https://github.com/Ariszy/Private-Script.git "JD" +ql repo https://git.metauniverse-cn.com/https://github.com/Ariszy/Private-Script.git "JD" ``` - `ZCY01` ``` -ql repo https://ghproxy.com/https://github.com/ZCY01/daily_scripts.git "jd_" +ql repo https://git.metauniverse-cn.com/https://github.com/ZCY01/daily_scripts.git "jd_" ``` - `monk-dust/dust` ``` -ql repo https://ghproxy.com/https://github.com/Oreomeow/dust.git "i-chenzhe|normal|member|car" "backup" +ql repo https://git.metauniverse-cn.com/https://github.com/Oreomeow/dust.git "i-chenzhe|normal|member|car" "backup" ``` - `star261` ``` -ql repo https://ghproxy.com/https://github.com/star261/jd.git "scripts" "code" +ql repo https://git.metauniverse-cn.com/https://github.com/star261/jd.git "scripts" "code" ``` ## 单脚本 > 翻翻乐提现单文件 ``` -ql raw https://ghproxy.com/https://raw.githubusercontent.com/jiulan/platypus/main/scripts/jd_ffl.js +ql raw https://git.metauniverse-cn.com/https://raw.githubusercontent.com/jiulan/platypus/main/scripts/jd_ffl.js ``` diff --git a/Tasks/tasksubCN.json b/Tasks/tasksubCN.json index a9f102d..8b52794 100644 --- a/Tasks/tasksubCN.json +++ b/Tasks/tasksubCN.json @@ -3,7 +3,7 @@ "desc":"国内elecV2P 定时任务测试订阅。该订阅仅可用于 elecV2P, 与其他软件并不兼容。相关说明参考: https://github.com/elecV2/elecV2P-dei/tree/master/docs/06-task.md", "author":"elecV2", "date":"2021-05-22 20:30:00", - "surl":"https://ghproxy.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/efss/tasksub.json", + "surl":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/efss/tasksub.json", "list":[ { "name":"清空日志", @@ -11,7 +11,7 @@ "time":"30 18 23 * * *", "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/script/JSFile/deletelog.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/script/JSFile/deletelog.js" } }, { @@ -21,7 +21,7 @@ "running":true, "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/script/JSFile/softupdate.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/script/JSFile/softupdate.js" } }, { @@ -31,7 +31,7 @@ "running":false, "job":{ "type":"runjs", - "target":"https://ghproxy.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/script/JSFile/python-install.js" + "target":"https://git.metauniverse-cn.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/script/JSFile/python-install.js" } }, { @@ -60,7 +60,7 @@ "running":false, "job":{ "type":"exec", - "target":"python3 https://ghproxy.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/script/Shell/elecV2P-exam.py" + "target":"python3 https://git.metauniverse-cn.com/https://raw.githubusercontent.com/elecV2/elecV2P/master/script/Shell/elecV2P-exam.py" } } ]