fix:修复一些BUG

This commit is contained in:
2025-12-13 19:44:27 +08:00
parent 9d347f9bc9
commit 93d1e8687a
18 changed files with 584 additions and 638 deletions

View File

@@ -4,9 +4,9 @@ source_file = "大班幼儿学期发展报告.pptx"
# 输出文件夹
output_folder = "output"
# Excel数据文件路径
excel_file = "data/names.xlsx"
excel_file = "names.xlsx"
# 图片资源文件夹
image_folder = "data/images"
image_folder = "images"
# 字体文件夹
fonts_dir = "fonts"