Commit 0bc56de5 authored by liujiangnan's avatar liujiangnan

fix: 完整度

parent a6f01a66
...@@ -905,7 +905,7 @@ function annotation(text, detail){ ...@@ -905,7 +905,7 @@ function annotation(text, detail){
function scoreByText(text, keyWords, timeLen) { function scoreByText(text, keyWords, timeLen) {
const smallText = text.toLowerCase(); const smallText = text.toLowerCase();
const detailArr = keyWords; const detailArr = keyWords.split(",");
const mainArr = []; const mainArr = [];
const speakedDetailWordArr = []; const speakedDetailWordArr = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment