This commit is contained in:
juewuy
2026-01-31 18:45:59 +08:00
parent ced3c3ac59
commit 89cf950490

View File

@@ -106,7 +106,7 @@ set_core_config() {
setproviders() { setproviders() {
case "$(echo "$@" | cut -d ' ' -f 2)" in case "$(echo "$@" | cut -d ' ' -f 2)" in
http* | ./providers*) http* | ./providers*)
set -- "$@" set -- $@
name=$1 name=$1
link=$2 link=$2
interval=$3 interval=$3
@@ -116,7 +116,7 @@ setproviders() {
include_w=${7#\#} include_w=${7#\#}
;; ;;
*://*) *://*)
set -- "$line" set -- $@
name=$1 name=$1
link_uri=$2 link_uri=$2
;; ;;