LaiTool V3.1.1.
This commit is contained in:
@@ -195,6 +195,9 @@ export class BookService extends BaseRealmService {
|
||||
await CheckFolderExistsOrCreate(bookTaskImageFolder) // 创建默认的任务文件夹
|
||||
// 修改数据
|
||||
book.oldVideoPath = path.relative(define.project_path, oldVideoPath)
|
||||
if (book.type == BookType.ORIGINAL) {
|
||||
book.oldVideoPath = null
|
||||
}
|
||||
|
||||
let imageCategory = BookImageCategory.MJ
|
||||
if (book.type == BookType.SD_REVERSE) {
|
||||
|
||||
Reference in New Issue
Block a user