删除讲义生成中手动设置是否连续编号的代码, 改为从json文件中获取信息
This commit is contained in:
parent
cc3550de49
commit
ff3bdc5f85
|
|
@ -1,7 +1,7 @@
|
|||
lessonpattern = r"[GJE]202[456]0\d0[123]" # 正则表达式, 数据库中讲义的编号([A-Z][0-9]{4}[(01)|(02)][[0-9]{2}), 字母表示类型, 四位数字表示届别, 2位数字表示学期及其他, 2位数字表示序号
|
||||
outputdir = "d:/temp/26届材料" # 输出文件夹, 不建议修改
|
||||
answered = True # 设置是否编译答案
|
||||
consecutivenumbering = False # 设置是否用连续编号, 试卷请设为True, 普通讲义请设为False
|
||||
|
||||
|
||||
jsonpath = "../备课组" #有json文件的根目录, 文件名需为"校本材料.json"
|
||||
|
||||
|
|
|
|||
Reference in New Issue