diff --git a/工具v2/database_tools.py b/工具v2/database_tools.py index 367ef7cf..6526ce82 100644 --- a/工具v2/database_tools.py +++ b/工具v2/database_tools.py @@ -293,7 +293,7 @@ def CreateRelatedProblems(links,thedict,filepath,editor): # 根据links关联生 old_id,new_id = item new_dict[old_id] = thedict[old_id].copy() new_dict[old_id]["id"] = new_id + "待替换" - new_dict[old_id]["content"] = "(待编辑)" + new_dict[old_id]["content"] + new_dict[old_id]["content"] = new_dict[old_id]["content"] new_dict[old_id]["usages"] = [] new_dict[old_id]["same"] = [] new_dict[old_id]["unrelated"] = []