mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: new update video
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ export function OpenWhatsNewPopup() {
|
|||||||
let video = document.createElement('video')
|
let video = document.createElement('video')
|
||||||
let source = document.createElement('source')
|
let source = document.createElement('source')
|
||||||
// Perhaps we host this on a server and then grab it instead of having it locally?
|
// Perhaps we host this on a server and then grab it instead of having it locally?
|
||||||
source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.webm')
|
source.setAttribute('src', 'https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/update-video.mp4')
|
||||||
video.autoplay = true
|
video.autoplay = true
|
||||||
video.muted = true
|
video.muted = true
|
||||||
video.loop = true
|
video.loop = true
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user