This commit is contained in:
make
2025-06-02 13:41:20 +08:00
parent f47d5cc378
commit 83c3bd512c
2 changed files with 110 additions and 4 deletions

View File

@@ -530,8 +530,6 @@ function checkLine(val){
document.addEventListener("DOMContentLoaded", function () {
if (typeof strVideoId !== "undefined") {
// 使用示例
@@ -552,9 +550,9 @@ document.addEventListener("DOMContentLoaded", function () {
initDPlayer(strPlayUrl)
}
addHistoryFun()
}
addHistoryFun();
}
})