ef897cba78
- EditPlanService 字幕管理 6 个方法: - list_subtitles / get_subtitle - add_subtitle / update_subtitle / delete_subtitle - batch_update_subtitles(全量替换,支持SRT/ASR导入) - 字幕存储在 clip.config["subtitles"] 中,无需 migration - 每条字幕: id / start / end / text / style - 自动按时间排序、校验时间合法性 - API: 5个接口(列表/新增/更新/删除/批量更新) - 项目级权限校验 - 16个单元测试全覆盖