From 760fa0756b0c25f8c505f9a30d865b7a088f733d Mon Sep 17 00:00:00 2001 From: wangweiye7840 Date: Tue, 5 Sep 2023 17:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=99=E5=B8=88=E8=AE=B2?= =?UTF-8?q?=E4=B9=89=E5=88=B6=E4=BD=9C=E4=B8=AD=E7=9A=84=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= 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 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,"无当前有效关联目标")