chore(core): 更新主页面

This commit is contained in:
王立帮
2025-11-03 14:26:04 +08:00
parent 535abbc8e1
commit f5d6c3a588

View File

@@ -59,7 +59,11 @@ Loader.init = () => {
(function(window, document) { (function(window, document) {
var url = 'https://mixly.org/public/app30.html'; var url = 'https://mixly.org/public/app30.html';
if (!goog.isElectron) { 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() { function detect() {
var iframes = document.getElementsByTagName('iframe'); var iframes = document.getElementsByTagName('iframe');