fix:优化配置项目

This commit is contained in:
2025-12-11 21:43:34 +08:00
parent 3e811665b3
commit b0a282d071

View File

@@ -1,6 +1,6 @@
[paths]
# PPT模版路径
source_file = "templates/大班幼儿学期发展报告.pptx"
# TODO PPT模版路径
source_file = "大班幼儿学期发展报告.pptx"
# 输出文件夹
output_folder = "output"
# Excel数据文件路径
@@ -11,7 +11,7 @@ image_folder = "data/images"
fonts_dir = "fonts"
[class_info]
# 班级名称
# TODO 班级名称
class_name = "K4D"
# TODO 老师名单 (数组格式)
teachers = [""]
@@ -30,16 +30,17 @@ sheet_name = "Sheet1"
# 对应Excel表头名称顺序必须与代码中的解包顺序一致
# 顺序:姓名, 英文名, 性别, 生日, 属相, 好朋友, 爱好, 游戏, 食物, 评语
columns = [
"姓名",
"英文名",
"性别",
"生日",
"属相",
"我的好朋友",
"我的爱好",
"喜欢的游戏",
"喜欢吃的食物",
"评价"
"姓名",
"英文名",
"性别",
"生日",
"属相",
"我的好朋友",
"我的爱好",
"喜欢的游戏",
"喜欢吃的食物",
"表现特征",
"评价",
]
# TODO API 配置