diff --git a/工具v2/database_tools.py b/工具v2/database_tools.py index f84c66b7..d9a3c1dc 100644 --- a/工具v2/database_tools.py +++ b/工具v2/database_tools.py @@ -774,7 +774,7 @@ def TeachersGetAfterContentPlain(id,prodict,objdict,topandbottomusagestuple = (3 def GenerateObjTexCode(id,prodict,objdict): #生成目标代号对应的学习目标字符串(含蓝色编码) # string = "" # if prodict[id]["objs"] != []: - string = "\n\\begin{tcolorbox}[colback = blue!10!white, colframe = blue!10!white, breakable]\n目标:" + string = "\n\\begin{tcolorbox}[colback = blue!10!white, colframe = blue!10!white, breakable]" for objid in prodict[id]["objs"]: if objid.upper() == "KNONE": string += "\n\n%s\t%s"%(objid,"无当前有效关联目标")