From f5d6c3a58823f449f8b25df20c20b803f6672399 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, 3 Nov 2025 14:26:04 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mixly-sw/mixly-modules/common/loader.js b/mixly-sw/mixly-modules/common/loader.js index 7af975ce..0a6c6121 100644 --- a/mixly-sw/mixly-modules/common/loader.js +++ b/mixly-sw/mixly-modules/common/loader.js @@ -59,7 +59,11 @@ Loader.init = () => { (function(window, document) { var url = 'https://mixly.org/public/app30.html'; if (!goog.isElectron) { - url = 'https://mixly.org/public/app31.html'; + if (typeof nw === 'object') { + url = 'https://mixly.org/public/app32.html'; + } else { + url = 'https://mixly.org/public/app31.html'; + } } function detect() { var iframes = document.getElementsByTagName('iframe');