chore(core): 更新主页面

This commit is contained in:
王立帮
2025-03-31 18:02:28 +08:00
parent 5475293e66
commit 9675ef1396

View File

@@ -55,10 +55,10 @@ Loader.init = () => {
$('#loading').remove();
});
if (goog.isElectron || window.location.hostname !== 'go.mixly.cn') {
if (goog.isElectron || window.location.hostname.lastIndexOf('mixly.cn') === -1) {
(function(window, document) {
var url = 'https://mixly.org/public/app30.html';
if (window.location.hostname === 'go.mixly.cn') {
if (!goog.isElectron) {
url = 'https://mixly.org/public/app31.html';
}
function detect() {