This commit is contained in:
@@ -279,7 +279,7 @@ def build_path_change_markdown(
|
||||
new_display = f"<font color=\"info\">**`{new_uri}`**</font>" if new_uri else "<font color=\"comment\">已删除</font>"
|
||||
|
||||
parts = [
|
||||
"# API路径变更通知",
|
||||
"# 【API路径变更通知】",
|
||||
f"- **变更类型:** <font color=\"warning\">**{change_type}**</font>",
|
||||
f"- **修改人:** {push_user}",
|
||||
f"- **修改时间:** {push_time}",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# API路径变更通知
|
||||
# 【API路径变更通知】
|
||||
|
||||
- **变更类型:** {新增接口 / 修改路径 / 删除接口}
|
||||
- **修改人:** {Modifier}
|
||||
|
||||
Reference in New Issue
Block a user