feat: 优化报告内容生成逻辑,简化内容处理
This commit is contained in:
parent
f8ab0f791b
commit
2324440aaa
@ -115,7 +115,7 @@ const genReportCard = (
|
||||
? `**小提示🔍**
|
||||
您可以在[这里](${sheetLink})查看往期简报哦!`
|
||||
: ""
|
||||
const content = `
|
||||
const fullContent = `
|
||||
感谢您使用小煎蛋简报🍳!以下是为您总结的简报内容:
|
||||
|
||||
**网站地址🌟**
|
||||
@ -128,6 +128,8 @@ ${llmRes}
|
||||
|
||||
${sheetLinkMd}
|
||||
`
|
||||
const content = sheetLink ? fullContent : llmRes
|
||||
|
||||
return cardGender.genCard("markdownSuccessCard", {
|
||||
content,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user