ai视频一期功能提交

This commit is contained in:
sunli_tydic
2025-12-09 10:26:02 +08:00
parent caa9b23766
commit 82dcfa6348
16 changed files with 838 additions and 155 deletions

View File

@@ -440,6 +440,11 @@ const queryCrowd=function(query){
const ids=function (data){
return ajax.postJson('/xboe/m/course/manage/ids',data);
}
// ai播放器相关 - 批量AI设置
const benchAiSet=function(data){
return ajax.postJson('/xboe/m/course/manage/benchAiSet',data);
}
export default {
saveBase,
submitCourse,
@@ -482,6 +487,7 @@ export default {
exportCourseAudit,
exportCourse,
queryCrowd,
ids
ids,
benchAiSet
}