no message

This commit is contained in:
hellcat 2025-04-30 21:17:41 +08:00
parent eb0b816934
commit 3e1f13eec8

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;