From 43e2494f08e2507241625adbd3501c9ce486c678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 21 Jan 2026 16:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/static/default/md.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiaomusic/static/default/md.js b/xiaomusic/static/default/md.js index ba8ef4a..8bc9e78 100644 --- a/xiaomusic/static/default/md.js +++ b/xiaomusic/static/default/md.js @@ -124,7 +124,7 @@ function addToFavorites() { function openSettings() { console.log("打开设置"); - window.open("setting.html"); + window.location.href = "setting.html"; } function toggleVolume() { $("#volume-component").toggle();