Skip to content

Commit a9c756e

Browse files
freemankevinclaude
andcommitted
revert(notify): 钉钉查看详情恢复为普通链接样式
去掉引用块和加粗,保持最简洁的链接格式。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent f26510f commit a9c756e

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[查看详情]({report.details_url})"
9999
full_text = f"{head_block}\n---\n{body}{footer}".rstrip()
100100

101101
return {

0 commit comments

Comments
 (0)