feat: 添加简报收集器功能
This commit is contained in:
parent
08f7857c4f
commit
00b6fc6984
@ -84,7 +84,8 @@ const manageCMDMsg = async (body: LarkMessageEvent) => {
|
||||
if (text === "/ci") {
|
||||
msgContent = await fetchCIMonitor();
|
||||
}
|
||||
|
||||
console.log("🚀 ~ manageCMDMsg ~ 简报:", text.includes("简报"));
|
||||
console.log("🚀 ~ manageCMDMsg ~ share:", text.includes("share"));
|
||||
if (text.includes("share") && text.includes("简报")) {
|
||||
msgContent = await fetchReportCollector(text);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user