diff --git a/findSub.js b/findSub.js index 2c3eb43..969b4d6 100644 --- a/findSub.js +++ b/findSub.js @@ -32,8 +32,8 @@ export const findSub = async (subTitles) => { } } - console.log(`最终选择的简体中文字幕索引为:${chsSub.index},帧:${chsSub.frames}`); - console.log(`最终选择的英语字幕索引为:${engSub.index},帧:${chsSub.frames}`); + console.log('最终选择的简体中文字幕索引为:', chsSub.index, ',帧:', chsSub.frames); + console.log('最终选择的英语字幕索引为:', engSub.index, ',帧:', chsSub.frames); console.log('时长:', chsSub.duration); return [chsSub, engSub]; diff --git a/package-lock.json b/package-lock.json index afe1ec1..e746eb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dual-subtitle", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dual-subtitle", - "version": "0.5.1", + "version": "0.5.2", "license": "MIT", "dependencies": { "@ffmpeg-installer/ffmpeg": "^1.1.0", diff --git a/package.json b/package.json index 80c2e3b..fd67589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dual-subtitle", - "version": "0.5.1", + "version": "0.5.2", "main": "index.js", "type": "module", "bin": {