no message

This commit is contained in:
hellcat 2025-04-30 21:09:48 +08:00
parent edcd533f2c
commit 36c8e6d456

View File

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