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

This commit is contained in:
2026-06-05 11:26:02 +08:00
parent f08c34f827
commit ccbb84ccb8

View File

@@ -41,7 +41,7 @@ def _format_endpoint_block(report: EndpointChangeReport) -> str:
if report.is_removed_endpoint:
return "\n".join(header + ["", f"<font color=\"warning\">**该接口已被移除**</font>"])
detail_lines = ["", "---", "", "## 接口参数变动详情", "", "---", ""]
detail_lines = ["", "---------------------------------------", "", "## 接口参数变动详情", ""]
if report.is_new_endpoint:
detail_lines.append("### <font color=\"info\">**新增接口参数**</font>")