From 9a42b9b77184c0c41e95537333dd30a655376651 Mon Sep 17 00:00:00 2001 From: j m <1406993111@qq.com> Date: Thu, 19 Dec 2024 20:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A9=E5=B1=95=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=8F=AF=E7=94=A8=E4=BA=8E=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=92=AD=E6=94=BE=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/mew-custom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/mew-custom.js b/src/js/mew-custom.js index 9dd7705..c66c36d 100644 --- a/src/js/mew-custom.js +++ b/src/js/mew-custom.js @@ -75,6 +75,8 @@ document.addEventListener('DOMContentLoaded', () => { listFolded: this.getAttribute('listFolded') || false, volume: this.getAttribute('volume') || 0.7, listMaxHeight: this.getAttribute('listMaxHeight') || 450, + mimi: this.getAttribute('mimi') || false, + order: this.getAttribute('order') || 'list', } if (!('APlayer' in window)) { if (!MewMusic.prototype.load) {