Skip to content

Commit

Permalink
feat: XMusicPlayer播放器主题 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
52fisher authored Oct 2, 2024
1 parent 774ac81 commit 20fe473
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions xiaomusic/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h1>谁家灯火夜通明</h1>
<!-- 选择主题 /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>
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions xiaomusic/static/xplayer/assets/index-BgNXmw8p.css

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions xiaomusic/static/xplayer/assets/index-BivzKrnL.js

Large diffs are not rendered by default.

Binary file added xiaomusic/static/xplayer/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xiaomusic/static/xplayer/defaultcover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xiaomusic/static/xplayer/favicon.ico
Binary file not shown.
14 changes: 14 additions & 0 deletions xiaomusic/static/xplayer/index.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 20fe473

Please sign in to comment.