Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogetta authored Aug 17, 2024
1 parent 9040eea commit 9a33d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const dp = new DPlayer({
container: document.getElementById('dplayer'),
video: {
url: 'https://rogetta.github.io/Tenki_no_Ko/resources/manifest.mpd', // 替换为实际的 MPD 文件 URL
url: 'https://raw.githubusercontent.com/Rogetta/Tenki_no_Ko/main/resources/manifest.mpd', // 替换为实际的 MPD 文件 URL
type: 'dash'
}
});
Expand Down

0 comments on commit 9a33d84

Please sign in to comment.