feat: rename system to 有音个性化教学系统; update docs
This commit is contained in:
@@ -287,7 +287,7 @@ def generate_pdf(plan_id, student_name, content, output_dir, rendered_report=Non
|
||||
pdf.add_table(table_data)
|
||||
else:
|
||||
# 使用结构化内容
|
||||
pdf.add_title(f"钢琴练习方案 - {student_name}")
|
||||
pdf.add_title(f"有音个性化教学 - {student_name}")
|
||||
pdf.add_heading("学员信息")
|
||||
pdf.add_paragraph(f"学员姓名:{student_name}")
|
||||
pdf.add_paragraph(f"每日练习时间:{content.get('practice_time', 'N/A')}")
|
||||
|
||||
Reference in New Issue
Block a user