feat: update report template path and add new cost report files

This commit is contained in:
MarioYang 2026-01-26 12:14:21 +08:00
parent 23ad22bebc
commit 226b8d81ab
4 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ if __name__ == "__main__":
output_file = os.path.join(script_dir, 'references', f'項目週報-智能控制組-{timestamp}.xlsx')
# Find template file
template_file = os.path.join(skills_dir, 'week_report_gen', 'references', '項目週報-模板.xlsx')
template_file = os.path.join(script_dir, 'references', '項目週報-模板.xlsx')
# Generate the report
try: