feat: XMusicPlayer播放器主题优化 (#216)

* Update: XMusicPlayer播放器主题

* fix: 播放全部使用sticky不生效的问题
feat: 播放全部功能可用,新的音量条和进度条, 音乐组件全屏化优化
fix: 横向滚动条

* feat: 代码优化
refactor: 重写懒加载,移除不必要的组件,重写弹窗组件
feat: 自适应夜间模式,音乐列表缓存优化
feat: 组件渲染和数据分离,现在打开更加丝滑了

* update: 无用css处理
This commit is contained in:
52fisher 2024-10-04 23:34:57 +08:00 committed by GitHub
parent 9306a50123
commit b3af44f42c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 33 additions and 30 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,8 +5,8 @@
<link rel="icon" href="/static/xplayer/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>XMusicPlayer</title>
<script type="module" crossorigin src="/static/xplayer/assets/index-BivzKrnL.js"></script>
<link rel="stylesheet" crossorigin href="/static/xplayer/assets/index-BgNXmw8p.css">
<script type="module" crossorigin src="/static/xplayer/assets/index-CFrmBVuT.js"></script>
<link rel="stylesheet" crossorigin href="/static/xplayer/assets/index-BDxSgFr_.css">
</head>
<body>
<div id="app"></div>