From 6326bfc6797d9e2aa069725fa1590decbefbb662 Mon Sep 17 00:00:00 2001 From: 404LiverNotFound Date: Tue, 14 Nov 2023 15:54:17 +0800 Subject: [PATCH] [FIX]Removed debug URL --- js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/index.js b/js/index.js index 9b79c0d..99afe59 100644 --- a/js/index.js +++ b/js/index.js @@ -9,7 +9,7 @@ function saveToFile(filename, text) } // getMainBG("title", "speaker") -const DefaultMainBGURL = "http://127.0.0.1:5500/video.html" //"https://obs.nisra.net/title.html" +const DefaultMainBGURL = "https://obs.nisra.net/video.html" function getMainBG(title, speaker, bgColor) { return `${DefaultMainBGURL}?title=${encodeURI(title)}&speaker=${encodeURI(speaker)}` @@ -36,7 +36,7 @@ function getCommentURL(url, slido, youtube) } // getTextURL("text") -const DefaultTextUrl = "http://127.0.0.1:5500/title.html?title="//"https://obs.nisra.net/title.html?title=" +const DefaultTextUrl = "https://obs.nisra.net/title.html?title=" function getTextURL(text, opening) { text = encodeURI(text);