feat: XMusicPlayer播放器主题 (#214)

This commit is contained in:
52fisher 2024-10-02 09:04:04 +08:00 committed by GitHub
parent 774ac81b4b
commit 20fe4739b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 43 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<!-- 选择主题 /static/[theme] -->
<a href="/static/default/index.html" class="href">默认主题</a>
<a href="/static/pure/index.html" class="href">Pure主题</a>
<a href="/static/xplayer/index.html" class="href">XMusicPlayer</a>
<a href="https://afdian.com/a/imhanxi" target="_blank">爱发电</a>
<a href="https://github.com/hanxi/xiaomusic" target="_blank">GitHub</a>
</div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-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">
</head>
<body>
<div id="app"></div>
</body>
</html>