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] [paths]
# PPT模版路径 # TODO PPT模版路径
source_file = "templates/大班幼儿学期发展报告.pptx" source_file = "大班幼儿学期发展报告.pptx"
# 输出文件夹 # 输出文件夹
output_folder = "output" output_folder = "output"
# Excel数据文件路径 # Excel数据文件路径
@@ -11,7 +11,7 @@ image_folder = "data/images"
fonts_dir = "fonts" fonts_dir = "fonts"
[class_info] [class_info]
# 班级名称 # TODO 班级名称
class_name = "K4D" class_name = "K4D"
# TODO 老师名单 (数组格式) # TODO 老师名单 (数组格式)
teachers = [""] teachers = [""]
@@ -39,7 +39,8 @@ columns = [
"我的爱好", "我的爱好",
"喜欢的游戏", "喜欢的游戏",
"喜欢吃的食物", "喜欢吃的食物",
"评价" "表现特征",
"评价",
] ]
# TODO API 配置 # TODO API 配置