From 800af937fe10b7d9465149ac87949724517a7f0b Mon Sep 17 00:00:00 2001 From: birdstudy-nj Date: Fri, 29 May 2026 18:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=8F=90=E7=A4=BA=EF=BC=8CUI=E5=81=9A=E4=BA=86?= =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=8C=E6=9B=B4=E5=8A=A0=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=BC=93=E5=AD=98=E5=8F=8A=E4=B8=BA=E6=96=B0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=81=9A=E5=87=86=E5=A4=87=20(#893)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/static/iwebplayer/iwebplayer.html | 457 +++++++++++++++----- 1 file changed, 354 insertions(+), 103 deletions(-) diff --git a/xiaomusic/static/iwebplayer/iwebplayer.html b/xiaomusic/static/iwebplayer/iwebplayer.html index 212c7db..adc51c1 100644 --- a/xiaomusic/static/iwebplayer/iwebplayer.html +++ b/xiaomusic/static/iwebplayer/iwebplayer.html @@ -238,31 +238,7 @@ box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 4px 12px rgba(0, 0, 0, 0.3); } } - .inline-save-btn { - background: rgba(236, 72, 153, 0.1); - color: var(--primary); - border: none; - border-radius: 8px; - flex-shrink: 0; - width: 30px; - height: 30px; - display: none; - align-items: center; - justify-content: center; - cursor: pointer; - transition: background 0.2s, transform 0.1s, opacity 0.2s; - } - @media (prefers-color-scheme: dark) { - .inline-save-btn { background: rgba(236, 72, 153, 0.15); } - } - .inline-save-btn:active { - opacity: 0.8; - transform: scale(0.95); - } - .inline-save-btn.show { - display: flex; - animation: fadeIn 0.2s; - } + .playlist-container-search { flex: 0 0 auto !important; max-width: 160px; } .search-inline-wrap { @@ -1075,8 +1051,7 @@ .text-mf { color: var(--primary) !important; } .text-lx { color: #10b981 !important; } - .bg-mf { background: rgba(236, 72, 153, 0.1) !important; color: var(--primary) !important; } - .bg-lx { background: rgba(16, 185, 129, 0.1) !important; color: #10b981 !important; } + li.select-option[data-value="LXServer"].active { color: #10b981 !important; } .lx-opts .select-option.active { color: #10b981 !important; background: var(--bg-color) !important; } @keyframes spin-hourglass { 100% { transform: rotate(180deg); } } @@ -1483,6 +1458,12 @@ #voice-pane #radio-lx:checked::after { background-color: #10b981; } #voice-pane .radio-item:has(#radio-lx:checked) .radio-label { color: #10b981; } .radio-item:has(input[name="voice-strategy"]:checked) .radio-label { color: var(--primary); font-weight: bold; } + + .select-option.disabled { + color: var(--text-sub); + opacity: 0.5; + cursor: not-allowed; + } @@ -1509,7 +1490,7 @@ 批量定制
  • - 下载设置 + 下载设置
  • 后台配置 @@ -1562,6 +1543,12 @@
    加载中
    + + +
    @@ -1584,10 +1571,25 @@
      + + -
      @@ -1602,21 +1604,36 @@
      -
      - -
      +
      + +
      +
      + + +
      + + +
      - + +
        - - - - - -
        正在加载音乐...
        @@ -1721,6 +1738,7 @@
      • 支持调用LX Server接口(搜歌曲/搜歌单)
      • 提供免签发Web App安装
      • +