Skip to content

Commit

Permalink
feat: Pure主题更新 设置中心新增主题音乐列表样式选择、夜间模式、其他多项优化 (#180)
Browse files Browse the repository at this point in the history
* fixed 账号设置页面未拉取最新设置的问题
* fixed 播放页面 在小爱设备上播放 按钮状态不对的问题
* feat 导航面板在小尺寸设备上可自动折叠
* Update 设置中心新增主题音乐列表样式选择、夜间模式
* fixed 修复播放列表因数量过大而卡死的情况(手风琴风格)
* feat 播放列表新增手风琴风格
  • Loading branch information
52fisher authored Sep 19, 2024
1 parent 6299ad3 commit 1c8d5fe
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 43 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 0 additions & 40 deletions xiaomusic/static/pure/assets/index-C9BDvfvm.js

This file was deleted.

1 change: 0 additions & 1 deletion xiaomusic/static/pure/assets/index-DUo8JY-R.css

This file was deleted.

40 changes: 40 additions & 0 deletions xiaomusic/static/pure/assets/index-PwDtJ--H.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions xiaomusic/static/pure/assets/index-ic65icv4.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions xiaomusic/static/pure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<link rel="icon" href="/static/pure/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>小爱音箱操控面板</title>
<script type="module" crossorigin src="/static/pure/assets/index-C9BDvfvm.js"></script>
<link rel="stylesheet" crossorigin href="/static/pure/assets/index-DUo8JY-R.css">
<script type="module" crossorigin src="/static/pure/assets/index-PwDtJ--H.js"></script>
<link rel="stylesheet" crossorigin href="/static/pure/assets/index-ic65icv4.css">
</head>

<body>
Expand Down

0 comments on commit 1c8d5fe

Please sign in to comment.