곰믹스 자막(3-10)(3-11) 자막텍스트로 ClipIndex 값 구하는 로직 추가
This commit is contained in:
@@ -223,7 +223,7 @@ function getGpdpScore(gpdpData, scoringJson, index) {
|
||||
}
|
||||
if(distance.length !== 0 && distance[0].value == rightAnswer["distance"]){
|
||||
shadowScore += 1;
|
||||
console.log('distence matched');
|
||||
console.log('distance matched');
|
||||
}
|
||||
if(blur.length !== 0 && blur[0].value == rightAnswer["blur"]){
|
||||
shadowScore += 1;
|
||||
|
||||
Reference in New Issue
Block a user