no message

This commit is contained in:
hellcat 2025-06-30 14:29:55 +08:00
parent 590e5679ac
commit 83435aa892

View File

@ -184,7 +184,7 @@ class CronController
$aMsg = [ $aMsg = [
"命令" => $command, "命令" => $command,
"结果" => $output, "结果" => json_encode($output),
"文章" => $this->aArticle, "文章" => $this->aArticle,
]; ];
@ -208,7 +208,7 @@ class CronController
// 设置用户 // 设置用户
$this->runCommand("git config --local user.name \"{$this->sUserName}\""); $this->runCommand("git config --local user.name \"{$this->sUserName}\"");
$this->runCommand("git config --local user.email \"{$this->sUserName}@tuta.io\""); $this->runCommand("git config --local user.email \"{$this->sUserName}@tuta.io\""); //这里得改直接tuta不行
// 创建并切换到 main 分支 // 创建并切换到 main 分支
$this->runCommand('git branch -M main'); $this->runCommand('git branch -M main');