From d1f9fa0d30d38254bf3a9f1d675ee07833fc69ea Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 3 Jul 2025 16:42:19 +0800 Subject: [PATCH] no message --- app/Services/TG/Hook/Mod/Box.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/TG/Hook/Mod/Box.php b/app/Services/TG/Hook/Mod/Box.php index 78806639..fddca1f2 100644 --- a/app/Services/TG/Hook/Mod/Box.php +++ b/app/Services/TG/Hook/Mod/Box.php @@ -31,7 +31,7 @@ class Box extends Base { if ($i == 1) { $sPre = ""; } else { - $sPre = ","; + $sPre = "、"; } if ($sType == "b") { @@ -54,7 +54,7 @@ class Box extends Base { public function github_tag_list() { - $oGithubTag = GithubTag::all(); + $oGithubTag = GithubTag::all()->get(); return $this->toJson($oGithubTag); }