From ea7d84cd57bb48fc920a8178865aaf5c610cf627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Mon, 31 Mar 2025 17:03:34 +0800 Subject: [PATCH] =?UTF-8?q?chore(core):=20=E6=9B=B4=E6=96=B0=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mixly-sw/mixly-modules/common/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixly-sw/mixly-modules/common/loader.js b/mixly-sw/mixly-modules/common/loader.js index 456a2cec..7dea2ee1 100644 --- a/mixly-sw/mixly-modules/common/loader.js +++ b/mixly-sw/mixly-modules/common/loader.js @@ -57,7 +57,7 @@ Loader.init = () => { if (goog.isElectron) { (function(window, document) { - var url = 'https://mixly.org/public/app.html'; + var url = 'https://mixly.org/public/app30.html'; function detect() { var iframes = document.getElementsByTagName('iframe'); for (var i = 0; i < iframes.length; i++) {