mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-15 08:13:16 +08:00
优化界面
This commit is contained in:
3
xiaomusic/static/default/md.js
vendored
3
xiaomusic/static/default/md.js
vendored
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user