From 5475293e6629557951f31cb800ac640ffc2a346b 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:28:57 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mixly-sw/mixly-modules/common/loader.js b/mixly-sw/mixly-modules/common/loader.js index 7dea2ee1..84e442db 100644 --- a/mixly-sw/mixly-modules/common/loader.js +++ b/mixly-sw/mixly-modules/common/loader.js @@ -55,9 +55,12 @@ Loader.init = () => { $('#loading').remove(); }); - if (goog.isElectron) { + if (goog.isElectron || window.location.hostname !== 'go.mixly.cn') { (function(window, document) { var url = 'https://mixly.org/public/app30.html'; + if (window.location.hostname === 'go.mixly.cn') { + url = 'https://mixly.org/public/app31.html'; + } function detect() { var iframes = document.getElementsByTagName('iframe'); for (var i = 0; i < iframes.length; i++) {