no message

This commit is contained in:
hellcat 2025-12-27 15:21:12 +08:00
parent 8c7d2648d4
commit aafe136a95
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,8 @@ final class V2Ray extends Base
} }
} }
$links = base64_encode($links);
return $links; return $links;
} }
} }

View File

@ -106,7 +106,7 @@ class Ann extends Base {
return "需要id"; return "需要id";
} }
if (!$iId == "?") { if ($iId == "?") {
return "dateNow [id]"; return "dateNow [id]";
} }