diff --git a/app/bot.php b/app/bot.php index 0e50fc8..13bcd5a 100644 --- a/app/bot.php +++ b/app/bot.php @@ -5778,7 +5778,6 @@ DNS-over-HTTPS with IP: $text[] = "import://hiddify"; $text[] = "import://karing"; $text[] = "import://clash"; - $text[] = "import://clashmeta"; $si = "$scheme://{$domain}/pac/" . base64_encode(serialize([ 'h' => $hash, @@ -5954,10 +5953,7 @@ DNS-over-HTTPS with IP: header("Location: hiddify://install-config/?url=$si"); exit; case 'c': - header("Location: clash://install-config/?url=$cl"); - exit; - case 'cm': - header("Location: clashmeta://install-config/?url=$cl"); + header("Location: clash://install-config/?url=$cl&name=$email"); exit; case 'w': $link = htmlspecialchars($si, ENT_XML1, 'UTF-8');