LaiTool V3.1.2
This commit is contained in:
@@ -67,7 +67,7 @@ export class BookTaskDetailService extends BaseRealmService {
|
||||
videoPath: JoinPath(define.project_path, item.videoPath),
|
||||
audioPath: JoinPath(define.project_path, item.audioPath),
|
||||
oldImage: JoinPath(define.project_path, item.oldImage),
|
||||
outImagePath: JoinPath(define.project_path, item.outImagePath),
|
||||
outImagePath: JoinPath(define.project_path, item.outImagePath) ,
|
||||
subImagePath: (item.subImagePath as string[])?.map((subImage) => {
|
||||
return JoinPath(define.project_path, subImage)
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user