This commit is contained in:
root
2025-07-12 23:27:08 +08:00
parent 313eaf822d
commit ee1efe5f29
4 changed files with 417 additions and 4 deletions

View File

@@ -684,6 +684,7 @@ PostgreSQL 驱动 psycopg2 未安装。请安装:
duration=row['duration'],
material_count=row['material_count'],
track_count=row['track_count'],
draft_content=row["draft_content"],
tags=row['tags'] if isinstance(row['tags'], list) else [],
is_cloud=row['is_cloud'],
user_id=row['user_id'],