Skip to content

Commit d6b90cb

Browse files
freemankevinclaude
andcommitted
feat(notify): 钉钉查看详情链接加粗并增加分割线分隔
用 --- 分割线将 CVE 列表与底部链接隔开,链接文字加粗, 提升视觉层级,让查看详情更醒目。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1c7b2b0 commit d6b90cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/notifiers/dingtalk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _fmt_version(val):
9595
soft_truncated=soft_truncated,
9696
sep="\n---\n",
9797
)
98-
footer = f"\n\n[查看详情]({report.details_url})"
98+
footer = f"\n\n---\n\n**[查看详情]({report.details_url})**"
9999
full_text = f"{head_block}\n---\n{body}{footer}".rstrip()
100100

101101
return {

0 commit comments

Comments
 (0)