fix
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 16s

This commit is contained in:
2026-06-04 17:59:38 +08:00
parent 4c299588f0
commit 352730b991

View File

@@ -148,7 +148,6 @@ def build_markdown_notification(
cleaned, cleaned,
) )
if cleaned: if cleaned:
parts.append("---------------")
parts.append("### <font color=\"comment\">【兼容性提示】</font>") parts.append("### <font color=\"comment\">【兼容性提示】</font>")
parts.append(cleaned) parts.append(cleaned)