修改720p

This commit is contained in:
test
2025-09-25 19:48:51 +08:00
parent d8f2e1c9c9
commit 27984da638
2 changed files with 3 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ function getddCalcu720p(puData, programId) {
return ""
}
const words = ["e","2","","0"]
const words = ["e", "2", "", "0"]
const thirdReplaceIndex = 2
puData = puData.split("");
@@ -223,7 +223,7 @@ function getddCalcu720p(puData, programId) {
ddCalcu.push(words[i - 1])
break;
case 2:
ddCalcu.push(words[i - 1])
ddCalcu.push(keys[parseInt(getDateString(new Date())[6])])
break;
case 3:
ddCalcu.push(keys[programId[thirdReplaceIndex]])