1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

优化界面

This commit is contained in:
涵曦
2026-01-21 16:26:21 +08:00
parent ad54eaa62f
commit 43e2494f08

View File

@@ -124,7 +124,7 @@ function addToFavorites() {
function openSettings() {
console.log("打开设置");
window.open("setting.html");
window.location.href = "setting.html";
}
function toggleVolume() {
$("#volume-component").toggle();