From aafe136a95c2175a121536b19108409339730a1d Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 27 Dec 2025 15:21:12 +0800 Subject: [PATCH] no message --- src/Services/Subscribe/V2Ray.php | 2 ++ src/Services/Tg/Hook/Mod/Ann.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Services/Subscribe/V2Ray.php b/src/Services/Subscribe/V2Ray.php index c588cb6f6..1f5ef3271 100755 --- a/src/Services/Subscribe/V2Ray.php +++ b/src/Services/Subscribe/V2Ray.php @@ -58,6 +58,8 @@ final class V2Ray extends Base } } + $links = base64_encode($links); + return $links; } } diff --git a/src/Services/Tg/Hook/Mod/Ann.php b/src/Services/Tg/Hook/Mod/Ann.php index 0e5225493..6c18ea6fd 100644 --- a/src/Services/Tg/Hook/Mod/Ann.php +++ b/src/Services/Tg/Hook/Mod/Ann.php @@ -106,7 +106,7 @@ class Ann extends Base { return "需要id"; } - if (!$iId == "?") { + if ($iId == "?") { return "dateNow [id]"; }