From 4792f4fc5848946cce2825d3b03330ab0baebeb8 Mon Sep 17 00:00:00 2001 From: wangweiye7840 Date: Mon, 20 Nov 2023 16:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E8=81=94=E9=A2=98=E7=9B=AE=E5=87=BD=E6=95=B0=E7=9A=84=E4=B8=80?= =?UTF-8?q?=E5=A4=84=E5=86=85=E5=AE=B9=EF=BC=8C=E7=8E=B0=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=88=A0=E5=8E=BB=E2=80=9C=E5=BE=85=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E2=80=9D=E5=AD=97=E6=A0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v2/database_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] = []