This commit is contained in:
hellcat 2025-04-30 21:15:42 +08:00
parent fa3edd61c6
commit eb0b816934

View File

@ -12,7 +12,7 @@ class Git extends Base {
$sMsg = '';
foreach ($aArticleList as $v) {
$sMsg .= "\n\n";
$sMsg .= "https://github.com/".$v['user_name']."/".$v['project_name'];
$sMsg .= '-'."https://github.com/".$v['user_name']."/".$v['project_name'];
}
return $sMsg;