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:22:41 +08:00
parent 709c11a945
commit ad54eaa62f

View File

@@ -124,8 +124,7 @@ function addToFavorites() {
function openSettings() {
console.log("打开设置");
//新建标签页打开setting.html页面
window.open("setting.html", "_blank");
window.open("setting.html");
}
function toggleVolume() {
$("#volume-component").toggle();