diff --git a/Scripts/sh/1customCDN.sh b/Scripts/sh/1customCDN.sh index 2f8f60e..a598ed1 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://ghproxy.com/https://raw.githubusercontent.com/shufflewzc/VIP/main/Conf/Qinglong/config.sample.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Conf/Qinglong/config.sample.sh) + config_list=(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) 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://ghproxy.com/https://raw.githubusercontent.com/shufflewzc/VIP/main/Tasks/qlrepo/extra.sh https://raw.sevencdn.com/shufflewzc/VIP/main/Tasks/qlrepo/extra.sh) + extra_list=(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) 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://ghproxy.com/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) + code_list=(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) 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://ghproxy.com/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) + task_before_list=(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) for url in ${task_before_list[@]}; do check_url $url if [ $? = 0 ]; then