fix: 修复dingtalk通知格式没有换行的bug

This commit is contained in:
xiaojunnuo
2026-07-15 23:00:42 +08:00
parent 6cc74a1c0a
commit 7ed1be994f
@@ -121,7 +121,7 @@ export class DingTalkNotification extends BaseNotification {
at.isAtAll = true;
}
const color = body.errorMessage ? "red" : "green";
const color = body.errorMessage ? "#CC0000": "#00CC66";
const res = await this.http.request({
url: webhook,
method: "POST",