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 = ''; $sMsg = '';
foreach ($aArticleList as $v) { foreach ($aArticleList as $v) {
$sMsg = '\n\n'; $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; return $sMsg;