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); }