Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-12 15:37:08 +08:00
parent bbcfc0e8d3
commit 475df0c9ca
2 changed files with 757 additions and 614 deletions

View File

@@ -535,6 +535,8 @@ async def get_segments(
character_id=seg.character_id,
character_name=char_name,
text=seg.text,
emo_text=seg.emo_text,
emo_alpha=seg.emo_alpha,
audio_path=seg.audio_path,
status=seg.status,
))