├── public
├── favicon.ico
└── index.html
├── src
├── assets
│ ├── cry.png
│ ├── logo.png
│ └── img
│ │ ├── latest.png
│ │ ├── ranking.png
│ │ ├── singer.png
│ │ ├── recommend.png
│ │ ├── songMenu.png
│ │ ├── singerDetail.png
│ │ └── songMenuDetail.png
├── css
│ ├── theme
│ │ └── fonts
│ │ │ ├── element-icons.ttf
│ │ │ └── element-icons.woff
│ └── common.css
├── App.vue
├── main.js
├── axios
│ └── axios.js
├── components
│ ├── songOutline
│ │ ├── singerOutline.vue
│ │ ├── highOutline.vue
│ │ ├── musicOutline.vue
│ │ ├── albumOutline.vue
│ │ └── songOutline.vue
│ ├── commentsTable
│ │ └── commentsTable.vue
│ ├── songTable
│ │ ├── songmenu.vue
│ │ ├── song.vue
│ │ ├── songs.vue
│ │ └── songTable.vue
│ ├── lyric
│ │ ├── lyric.vue
│ │ └── playlist
│ │ │ ├── lyrics.vue
│ │ │ └── playlist.vue
│ ├── Login
│ │ └── phoneLogin.vue
│ ├── musicPlayer
│ │ └── musicPlayer.vue
│ └── register
│ │ └── register.vue
├── views
│ ├── songMenu
│ │ ├── highquality
│ │ │ └── highquality.vue
│ │ ├── songMenu.vue
│ │ └── detail
│ │ │ └── detail.vue
│ ├── ranking
│ │ └── ranking.vue
│ ├── search
│ │ └── search.vue
│ ├── latest
│ │ └── latest.vue
│ ├── recommend
│ │ └── recommend.vue
│ ├── singer
│ │ ├── singer.vue
│ │ └── singerInformation
│ │ │ └── singerInformation.vue
│ ├── mv
│ │ ├── videos.vue
│ │ └── mv.vue
│ ├── album
│ │ └── album.vue
│ ├── myMusic
│ │ └── myMusic.vue
│ └── index.vue
├── elementUi
│ └── element.js
├── router
│ └── index.js
└── store
│ └── index.js
├── .editorconfig
├── babel.config.js
├── .gitignore
├── SECURITY.md
├── package.json
└── README.md
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/public/favicon.ico
--------------------------------------------------------------------------------
/src/assets/cry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/cry.png
--------------------------------------------------------------------------------
/src/assets/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/logo.png
--------------------------------------------------------------------------------
/src/assets/img/latest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/img/latest.png
--------------------------------------------------------------------------------
/src/assets/img/ranking.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/img/ranking.png
--------------------------------------------------------------------------------
/src/assets/img/singer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/img/singer.png
--------------------------------------------------------------------------------
/src/assets/img/recommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/img/recommend.png
--------------------------------------------------------------------------------
/src/assets/img/songMenu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/img/songMenu.png
--------------------------------------------------------------------------------
/src/assets/img/singerDetail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/img/singerDetail.png
--------------------------------------------------------------------------------
/src/assets/img/songMenuDetail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/assets/img/songMenuDetail.png
--------------------------------------------------------------------------------
/src/css/theme/fonts/element-icons.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/css/theme/fonts/element-icons.ttf
--------------------------------------------------------------------------------
/src/css/theme/fonts/element-icons.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/xhysah/xhymusic/HEAD/src/css/theme/fonts/element-icons.woff
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | [*.{js,jsx,ts,tsx,vue}]
2 | indent_style = space
3 | indent_size = 2
4 | trim_trailing_whitespace = true
5 | insert_final_newline = true
6 |
--------------------------------------------------------------------------------
/src/App.vue:
--------------------------------------------------------------------------------
1 |
2 |
| 7 | 8 | | {{item.name}} |
10 | {{item.creator.nickname}} | 11 |
{{item.name}} |
6 |
7 |
8 |
9 |
10 | {{items.name}}
11 | /{{items.name}}
12 |
13 |
14 | |
15 |
16 |
17 | {{duration(item.dt)}}
18 |
19 | |
20 |
| 歌曲列表 | 7 |时长 | 8 |歌手 | 9 |专辑 | 10 |||||
| {{index+1}} | 15 | 16 |17 | | {{item.name}} |
18 |
19 | 20 | {{duration(item.duration)}} 21 | | 22 | 23 |
24 |
25 |
26 | {{items.name}}
27 | /{{items.name}}
28 |
29 |
30 | |
31 |
32 | {{item.album.name}} |
33 | 34 | 已收藏 35 | 收藏 36 | | 37 ||
| 歌曲列表 | 7 |时长 | 8 |歌手 | 9 |专辑 | 10 |||||
| {{index+1}} | 15 | 16 |18 | |
19 | {{item.name}}
20 | |
21 |
22 | 23 | {{duration(item.dt)}} 24 | | 25 | 26 |
27 |
28 |
29 | {{items.name}}
30 | /{{items.name}}
31 |
32 |
33 | |
34 |
35 |
36 | {{item.al.name}}
37 | |
38 | 39 | 已收藏 41 | 收藏 42 | | 43 ||
81 |
45 | 未登录
46 |