From f549174575af67e063d2d69b0b378578c94a0aed Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Thu, 2 Nov 2023 15:12:46 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DClashMeta=E4=B8=8BSS=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Protocols/ClashMeta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Protocols/ClashMeta.php b/app/Protocols/ClashMeta.php index 3652788d..dfd15f4a 100644 --- a/app/Protocols/ClashMeta.php +++ b/app/Protocols/ClashMeta.php @@ -104,7 +104,7 @@ class ClashMeta $password = "{$serverKey}:{$userKey}"; } $array = []; - $array['name'] = rawurlencode($server['name']); + $array['name'] = $server['name']; $array['type'] = 'ss'; $array['server'] = $server['host']; $array['port'] = $server['port'];