diff --git a/工具v2/database_tools.py b/工具v2/database_tools.py index ca8603a7..a9881750 100644 --- a/工具v2/database_tools.py +++ b/工具v2/database_tools.py @@ -548,7 +548,7 @@ def AppendData(prodict,fieldsdict,field_id_and_content): #用添加方式修改 if content.strip() in prodict[id][field]: print("题号 %s 的 %s 字段, 内容 %s 已存在"%(id,field,content)) else: - prodict[id][field] = (prodict[id][field].strip() + "\n\n" + content).strip() + prodict[id][field] = (prodict[id][field].strip() + "\\\\\n" + content).strip() print("已于 %s 的 %s 字段执行添加, 内容为 %s"%(id,field,content)) elif fieldType == "list": lines = [line.strip() for line in content.split("\n")] diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index c886ec5e..a6215b02 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -506238,7 +506238,7 @@ ], "same": [], "related": [], - "remark": "题目中的点太特殊, 导致学生很容易通过作图得到结果, 很难检查利用诱导公式进行图形旋转的过程是否学会, 建议点的坐标带字母\n\n20240229 (错误原因)认为一个点的横纵坐标直接对应该角的三角比值", + "remark": "题目中的点太特殊, 导致学生很容易通过作图得到结果, 很难检查利用诱导公式进行图形旋转的过程是否学会, 建议点的坐标带字母\\\\\n20240229 (错误原因)认为一个点的横纵坐标直接对应该角的三角比值", "space": "4em", "unrelated": [] },