Refactor localization files and remove Aliyun references

This commit is contained in:
2026-04-07 11:37:47 +08:00
parent 2662b494c5
commit b395cb0b98
47 changed files with 136 additions and 1311 deletions

View File

@@ -61,7 +61,6 @@ class AudiobookCharacterResponse(BaseModel):
voice_design_id: Optional[int] = None
voice_design_name: Optional[str] = None
voice_design_speaker: Optional[str] = None
use_indextts2: bool = False
model_config = ConfigDict(from_attributes=True)
@@ -105,7 +104,6 @@ class AudiobookCharacterEdit(BaseModel):
description: Optional[str] = None
instruct: Optional[str] = None
voice_design_id: Optional[int] = None
use_indextts2: Optional[bool] = None
class AudiobookSegmentResponse(BaseModel):