├── .dockerignore ├── .editorconfig ├── .env.docker-compose.example ├── .env.example ├── .eslintrc-auto-import.json ├── .github ├── ISSUE_TEMPLATE │ ├── bug.yml │ └── config.yml └── workflows │ ├── build.yml │ └── docker.yml ├── .gitignore ├── .npmrc ├── .prettierignore ├── .prettierrc.json ├── Dockerfile ├── LICENSE ├── README.md ├── auto-eslint.mjs ├── auto-imports.d.ts ├── components.d.ts ├── dev-app-update.yml ├── docker-compose.yml ├── docker-entrypoint.sh ├── electron-builder.yml ├── electron.vite.config.ts ├── electron ├── main │ ├── index.d.ts │ ├── index.ts │ ├── ipcMain.ts │ ├── local-url.ts │ ├── logger.ts │ ├── loginWin.ts │ ├── shortcut.ts │ ├── store.ts │ ├── thumbar.ts │ ├── tray.ts │ ├── update.ts │ └── utils.ts ├── preload │ ├── index.d.ts │ └── index.ts └── server │ ├── index.ts │ └── port.ts ├── env.d.ts ├── eslint.config.mjs ├── index.html ├── nginx.conf ├── package.json ├── public ├── fonts │ ├── font.css │ └── logo.woff2 ├── icons │ ├── favicon-16x16.png │ ├── favicon-192x192.png │ ├── favicon-256x256.png │ ├── favicon-32x32.png │ ├── favicon-512x512.png │ ├── favicon-96x96.png │ ├── favicon.ico │ ├── favicon.png │ ├── icon.icns │ ├── logo-icon.png │ ├── logo.svg │ ├── thumbar │ │ ├── next-dark.png │ │ ├── next-light.png │ │ ├── pause-dark.png │ │ ├── pause-light.png │ │ ├── play-dark.png │ │ ├── play-light.png │ │ ├── prev-dark.png │ │ └── prev-light.png │ └── tray │ │ ├── like-dark.png │ │ ├── like-light.png │ │ ├── lock-dark.png │ │ ├── lock-light.png │ │ ├── lyric-dark.png │ │ ├── lyric-light.png │ │ ├── music-dark.png │ │ ├── music-light.png │ │ ├── next-dark.png │ │ ├── next-light.png │ │ ├── pause-dark.png │ │ ├── pause-light.png │ │ ├── play-dark.png │ │ ├── play-light.png │ │ ├── power-dark.png │ │ ├── power-light.png │ │ ├── prev-dark.png │ │ ├── prev-light.png │ │ ├── repeat-dark.png │ │ ├── repeat-light.png │ │ ├── repeat-once-dark.png │ │ ├── repeat-once-light.png │ │ ├── setting-dark.png │ │ ├── setting-light.png │ │ ├── shuffle-dark.png │ │ ├── shuffle-light.png │ │ ├── tray.ico │ │ ├── tray@32.png │ │ ├── unlike-dark.png │ │ ├── unlike-light.png │ │ ├── unlock-dark.png │ │ └── unlock-light.png ├── images │ ├── album.jpg │ ├── annual.png │ ├── artist.jpg │ ├── avatar.jpg │ ├── pointer.png │ ├── record.png │ ├── song.jpg │ ├── video.jpg │ ├── vip-netease.png │ └── vip-qq.png └── robots.txt ├── screenshots ├── 屏幕qqmusic-mv.png ├── 截图netease-home.png └── 截图qqmusic-home.png ├── src ├── App.vue ├── adapters │ ├── albumAdapter.ts │ └── artistAdapter.ts ├── api │ ├── album.ts │ ├── artist.ts │ ├── cloud.ts │ ├── comment.ts │ ├── login.ts │ ├── mv.ts │ ├── other.ts │ ├── playlist.ts │ ├── radio.ts │ ├── rec.ts │ ├── search.ts │ ├── song.ts │ ├── user.ts │ └── video.ts ├── assets │ ├── data │ │ ├── emoji.json │ │ ├── exclude.ts │ │ ├── idMeta.json │ │ └── themeColor.json │ └── icons │ │ ├── Add.svg │ │ ├── AddList.svg │ │ ├── Album.svg │ │ ├── Artist.svg │ │ ├── AutoFix.svg │ │ ├── AutoTheme.svg │ │ ├── Batch.svg │ │ ├── Calendar-Empty.svg │ │ ├── Chat.svg │ │ ├── Cloud.svg │ │ ├── CloudLockOpen.svg │ │ ├── Code.svg │ │ ├── Copy.svg │ │ ├── DarkTheme.svg │ │ ├── Delete.svg │ │ ├── DeleteSweep.svg │ │ ├── DesktopLyric.svg │ │ ├── Discover.svg │ │ ├── Down.svg │ │ ├── Download.svg │ │ ├── DropDown.svg │ │ ├── Earth.svg │ │ ├── EditNote.svg │ │ ├── ExitToApp.svg │ │ ├── Eye.svg │ │ ├── EyeLock.svg │ │ ├── Favorite.svg │ │ ├── FavoriteBorder.svg │ │ ├── Fire.svg │ │ ├── Folder.svg │ │ ├── FolderCog.svg │ │ ├── FolderMusic.svg │ │ ├── FolderPlus.svg │ │ ├── FormatList.svg │ │ ├── Forward5.svg │ │ ├── Fullscreen.svg │ │ ├── FullscreenExit.svg │ │ ├── Github.svg │ │ ├── HeartBit.svg │ │ ├── Help.svg │ │ ├── HiRes.svg │ │ ├── History.svg │ │ ├── Home.svg │ │ ├── IP.svg │ │ ├── Info.svg │ │ ├── Keyboard.svg │ │ ├── LightTheme.svg │ │ ├── Link.svg │ │ ├── List.svg │ │ ├── ListLockOpen.svg │ │ ├── Location.svg │ │ ├── Lyrics.svg │ │ ├── Menu.svg │ │ ├── Message.svg │ │ ├── MuPlayer.svg │ │ ├── Music.svg │ │ ├── MusicList.svg │ │ ├── NavigateBefore.svg │ │ ├── NavigateNext.svg │ │ ├── Netease.svg │ │ ├── Password.svg │ │ ├── Paste.svg │ │ ├── Pause.svg │ │ ├── PauseCircle.svg │ │ ├── Person.svg │ │ ├── Phone.svg │ │ ├── Play.svg │ │ ├── PlayCircle.svg │ │ ├── PlayFilled.svg │ │ ├── PlayList.svg │ │ ├── PlayNext.svg │ │ ├── PlaylistAdd.svg │ │ ├── PlaylistAddCheck.svg │ │ ├── Podcast.svg │ │ ├── Power.svg │ │ ├── QQMusic.svg │ │ ├── Radio.svg │ │ ├── Record.svg │ │ ├── Refresh.svg │ │ ├── Repeat.svg │ │ ├── RepeatSong.svg │ │ ├── Replay5.svg │ │ ├── Restart.svg │ │ ├── Right.svg │ │ ├── RssFeed.svg │ │ ├── Search.svg │ │ ├── SearchOff.svg │ │ ├── Settings.svg │ │ ├── SettingsLine.svg │ │ ├── SettingsOther.svg │ │ ├── Share.svg │ │ ├── Shuffle.svg │ │ ├── SkipNext.svg │ │ ├── SkipPrev.svg │ │ ├── SnippetFolder.svg │ │ ├── Sort.svg │ │ ├── SortAZ.svg │ │ ├── SortClockDown.svg │ │ ├── SortClockUp.svg │ │ ├── SortDateDown.svg │ │ ├── SortDateUp.svg │ │ ├── SortDown.svg │ │ ├── SortUp.svg │ │ ├── SortZA.svg │ │ ├── Star.svg │ │ ├── Storage.svg │ │ ├── Tag.svg │ │ ├── TextPlay.svg │ │ ├── ThumbDown.svg │ │ ├── ThumbUp.svg │ │ ├── ThumbUpOff.svg │ │ ├── Time.svg │ │ ├── Up.svg │ │ ├── Update.svg │ │ ├── Video.svg │ │ ├── VolumeDown.svg │ │ ├── VolumeMute.svg │ │ ├── VolumeOff.svg │ │ ├── VolumeUp.svg │ │ ├── WindowClose.svg │ │ ├── WindowHide.svg │ │ ├── WindowMaximize.svg │ │ ├── WindowMinimize.svg │ │ ├── WindowRestore.svg │ │ └── Zoom.svg ├── components │ ├── Card │ │ ├── SongCard.vue │ │ ├── SongDataCard.vue │ │ └── SongListCard.vue │ ├── Global │ │ ├── PlatformIcon.vue │ │ ├── Provider.vue │ │ ├── SvgIcon.vue │ │ └── TextContainer.vue │ ├── Layout │ │ ├── Menu.vue │ │ ├── Nav.vue │ │ ├── PlatformSwitcher.vue │ │ ├── Sider.vue │ │ └── User.vue │ ├── List │ │ ├── ArtistList.vue │ │ ├── CommentList.vue │ │ ├── CoverList.vue │ │ └── SongList.vue │ ├── Menu │ │ ├── CoverMenu.vue │ │ ├── SearchInpMenu.vue │ │ └── SongListMenu.vue │ ├── Modal │ │ ├── CloudMatch.vue │ │ ├── CreatePlaylist.vue │ │ ├── DownloadSong.vue │ │ ├── ExcludeKeywords.vue │ │ ├── JumpArtist.vue │ │ ├── Login │ │ │ ├── Login.vue │ │ │ ├── LoginCookie.vue │ │ │ ├── LoginPhone.vue │ │ │ ├── LoginQRCode.vue │ │ │ └── LoginUID.vue │ │ ├── PlaylistAdd.vue │ │ ├── SongInfoEditor.vue │ │ ├── UpdateApp.vue │ │ ├── UpdatePlaylist.vue │ │ ├── UserAgreement.vue │ │ └── batchList.vue │ ├── Player │ │ ├── CountDown.vue │ │ ├── FullPlayer.vue │ │ ├── MainAMLyric.vue │ │ ├── MainLyric.vue │ │ ├── MainPlayList.vue │ │ ├── MainPlayer.vue │ │ ├── PersonalFM.vue │ │ ├── PlayerBackground.vue │ │ ├── PlayerComment.vue │ │ ├── PlayerControl.vue │ │ ├── PlayerCover.vue │ │ ├── PlayerData.vue │ │ ├── PlayerMenu.vue │ │ └── PlayerSpectrum.vue │ ├── Search │ │ ├── SearchDefault.vue │ │ ├── SearchInp.vue │ │ └── SearchSuggest.vue │ ├── Setting │ │ ├── AboutSetting.vue │ │ ├── GeneralSetting.vue │ │ ├── KeyboardSetting.vue │ │ ├── LocalSetting.vue │ │ ├── LyricsSetting.vue │ │ ├── MainSetting.vue │ │ ├── OtherSetting.vue │ │ ├── PlatformSetting.vue │ │ ├── PlaySetting.vue │ │ └── ServerSetting.vue │ └── UI │ │ └── s-image.vue ├── env.d.ts ├── main.ts ├── router │ ├── index.ts │ └── routes.ts ├── services │ ├── apiClient.ts │ └── apiConfig.ts ├── stores │ ├── data.ts │ ├── index.ts │ ├── local.ts │ ├── music.ts │ ├── platform.ts │ ├── setting.ts │ ├── shortcut.ts │ └── status.ts ├── style │ ├── animate.scss │ └── main.scss ├── types │ ├── electron.d.ts │ ├── global.d.ts │ └── main.d.ts ├── utils │ ├── auth.ts │ ├── blob.ts │ ├── cache.ts │ ├── color.ts │ ├── cookie.ts │ ├── fluidBackground.ts │ ├── format.ts │ ├── helper.ts │ ├── init.ts │ ├── initIpc.ts │ ├── instruction.ts │ ├── log.ts │ ├── lyric.ts │ ├── meta.ts │ ├── modal.ts │ ├── player.ts │ ├── rules.ts │ └── time.ts └── views │ ├── Artist │ ├── albums.vue │ ├── layout.vue │ ├── songs.vue │ └── videos.vue │ ├── Cloud.vue │ ├── DailySongs.vue │ ├── Discover │ ├── artists.vue │ ├── layout.vue │ ├── new.vue │ ├── playlists.vue │ └── toplists.vue │ ├── History.vue │ ├── Home │ ├── HomeLocal.vue │ ├── HomeOnline.vue │ └── index.vue │ ├── Like │ ├── albums.vue │ ├── artists.vue │ ├── layout.vue │ ├── playlists.vue │ ├── radios.vue │ └── videos.vue │ ├── List │ ├── album.vue │ ├── liked.vue │ ├── playlist.vue │ └── radio.vue │ ├── Local │ ├── albums.vue │ ├── artists.vue │ ├── layout.vue │ └── song.vue │ ├── MV │ ├── layout.vue │ ├── library.vue │ ├── recommend.vue │ └── toplist.vue │ ├── Radio │ ├── hot.vue │ └── type.vue │ ├── Search │ ├── albums.vue │ ├── artists.vue │ ├── layout.vue │ ├── playlists.vue │ ├── radios.vue │ ├── songs.vue │ └── videos.vue │ ├── Status │ ├── 403.vue │ ├── 404.vue │ └── 500.vue │ └── Video.vue ├── tsconfig.json ├── tsconfig.node.json ├── tsconfig.web.json └── web ├── loading.html └── lyric.html /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.dockerignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.editorconfig -------------------------------------------------------------------------------- /.env.docker-compose.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.env.docker-compose.example -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.env.example -------------------------------------------------------------------------------- /.eslintrc-auto-import.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.eslintrc-auto-import.json -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.github/workflows/docker.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.npmrc -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/README.md -------------------------------------------------------------------------------- /auto-eslint.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/auto-eslint.mjs -------------------------------------------------------------------------------- /auto-imports.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/auto-imports.d.ts -------------------------------------------------------------------------------- /components.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/components.d.ts -------------------------------------------------------------------------------- /dev-app-update.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/dev-app-update.yml -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docker-entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/docker-entrypoint.sh -------------------------------------------------------------------------------- /electron-builder.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron-builder.yml -------------------------------------------------------------------------------- /electron.vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron.vite.config.ts -------------------------------------------------------------------------------- /electron/main/index.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | -------------------------------------------------------------------------------- /electron/main/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/index.ts -------------------------------------------------------------------------------- /electron/main/ipcMain.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/ipcMain.ts -------------------------------------------------------------------------------- /electron/main/local-url.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/local-url.ts -------------------------------------------------------------------------------- /electron/main/logger.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/logger.ts -------------------------------------------------------------------------------- /electron/main/loginWin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/loginWin.ts -------------------------------------------------------------------------------- /electron/main/shortcut.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/shortcut.ts -------------------------------------------------------------------------------- /electron/main/store.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/store.ts -------------------------------------------------------------------------------- /electron/main/thumbar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/thumbar.ts -------------------------------------------------------------------------------- /electron/main/tray.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/tray.ts -------------------------------------------------------------------------------- /electron/main/update.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/update.ts -------------------------------------------------------------------------------- /electron/main/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/main/utils.ts -------------------------------------------------------------------------------- /electron/preload/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/preload/index.d.ts -------------------------------------------------------------------------------- /electron/preload/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/preload/index.ts -------------------------------------------------------------------------------- /electron/server/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/server/index.ts -------------------------------------------------------------------------------- /electron/server/port.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/electron/server/port.ts -------------------------------------------------------------------------------- /env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/env.d.ts -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/index.html -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/nginx.conf -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/package.json -------------------------------------------------------------------------------- /public/fonts/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/fonts/font.css -------------------------------------------------------------------------------- /public/fonts/logo.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/fonts/logo.woff2 -------------------------------------------------------------------------------- /public/icons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/favicon-16x16.png -------------------------------------------------------------------------------- /public/icons/favicon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/favicon-192x192.png -------------------------------------------------------------------------------- /public/icons/favicon-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/favicon-256x256.png -------------------------------------------------------------------------------- /public/icons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/favicon-32x32.png -------------------------------------------------------------------------------- /public/icons/favicon-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/favicon-512x512.png -------------------------------------------------------------------------------- /public/icons/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/favicon-96x96.png -------------------------------------------------------------------------------- /public/icons/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/favicon.ico -------------------------------------------------------------------------------- /public/icons/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/favicon.png -------------------------------------------------------------------------------- /public/icons/icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/icon.icns -------------------------------------------------------------------------------- /public/icons/logo-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/logo-icon.png -------------------------------------------------------------------------------- /public/icons/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/logo.svg -------------------------------------------------------------------------------- /public/icons/thumbar/next-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/thumbar/next-dark.png -------------------------------------------------------------------------------- /public/icons/thumbar/next-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/thumbar/next-light.png -------------------------------------------------------------------------------- /public/icons/thumbar/pause-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/thumbar/pause-dark.png -------------------------------------------------------------------------------- /public/icons/thumbar/pause-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/thumbar/pause-light.png -------------------------------------------------------------------------------- /public/icons/thumbar/play-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/thumbar/play-dark.png -------------------------------------------------------------------------------- /public/icons/thumbar/play-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/thumbar/play-light.png -------------------------------------------------------------------------------- /public/icons/thumbar/prev-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/thumbar/prev-dark.png -------------------------------------------------------------------------------- /public/icons/thumbar/prev-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/thumbar/prev-light.png -------------------------------------------------------------------------------- /public/icons/tray/like-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/like-dark.png -------------------------------------------------------------------------------- /public/icons/tray/like-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/like-light.png -------------------------------------------------------------------------------- /public/icons/tray/lock-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/lock-dark.png -------------------------------------------------------------------------------- /public/icons/tray/lock-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/lock-light.png -------------------------------------------------------------------------------- /public/icons/tray/lyric-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/lyric-dark.png -------------------------------------------------------------------------------- /public/icons/tray/lyric-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/lyric-light.png -------------------------------------------------------------------------------- /public/icons/tray/music-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/music-dark.png -------------------------------------------------------------------------------- /public/icons/tray/music-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/music-light.png -------------------------------------------------------------------------------- /public/icons/tray/next-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/next-dark.png -------------------------------------------------------------------------------- /public/icons/tray/next-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/next-light.png -------------------------------------------------------------------------------- /public/icons/tray/pause-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/pause-dark.png -------------------------------------------------------------------------------- /public/icons/tray/pause-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/pause-light.png -------------------------------------------------------------------------------- /public/icons/tray/play-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/play-dark.png -------------------------------------------------------------------------------- /public/icons/tray/play-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/play-light.png -------------------------------------------------------------------------------- /public/icons/tray/power-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/power-dark.png -------------------------------------------------------------------------------- /public/icons/tray/power-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/power-light.png -------------------------------------------------------------------------------- /public/icons/tray/prev-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/prev-dark.png -------------------------------------------------------------------------------- /public/icons/tray/prev-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/prev-light.png -------------------------------------------------------------------------------- /public/icons/tray/repeat-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/repeat-dark.png -------------------------------------------------------------------------------- /public/icons/tray/repeat-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/repeat-light.png -------------------------------------------------------------------------------- /public/icons/tray/repeat-once-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/repeat-once-dark.png -------------------------------------------------------------------------------- /public/icons/tray/repeat-once-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/repeat-once-light.png -------------------------------------------------------------------------------- /public/icons/tray/setting-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/setting-dark.png -------------------------------------------------------------------------------- /public/icons/tray/setting-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/setting-light.png -------------------------------------------------------------------------------- /public/icons/tray/shuffle-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/shuffle-dark.png -------------------------------------------------------------------------------- /public/icons/tray/shuffle-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/shuffle-light.png -------------------------------------------------------------------------------- /public/icons/tray/tray.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/tray.ico -------------------------------------------------------------------------------- /public/icons/tray/tray@32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/tray@32.png -------------------------------------------------------------------------------- /public/icons/tray/unlike-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/unlike-dark.png -------------------------------------------------------------------------------- /public/icons/tray/unlike-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/unlike-light.png -------------------------------------------------------------------------------- /public/icons/tray/unlock-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/unlock-dark.png -------------------------------------------------------------------------------- /public/icons/tray/unlock-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/icons/tray/unlock-light.png -------------------------------------------------------------------------------- /public/images/album.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/album.jpg -------------------------------------------------------------------------------- /public/images/annual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/annual.png -------------------------------------------------------------------------------- /public/images/artist.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/artist.jpg -------------------------------------------------------------------------------- /public/images/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/avatar.jpg -------------------------------------------------------------------------------- /public/images/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/pointer.png -------------------------------------------------------------------------------- /public/images/record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/record.png -------------------------------------------------------------------------------- /public/images/song.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/song.jpg -------------------------------------------------------------------------------- /public/images/video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/video.jpg -------------------------------------------------------------------------------- /public/images/vip-netease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/vip-netease.png -------------------------------------------------------------------------------- /public/images/vip-qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/public/images/vip-qq.png -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | -------------------------------------------------------------------------------- /screenshots/屏幕qqmusic-mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/screenshots/屏幕qqmusic-mv.png -------------------------------------------------------------------------------- /screenshots/截图netease-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/screenshots/截图netease-home.png -------------------------------------------------------------------------------- /screenshots/截图qqmusic-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/screenshots/截图qqmusic-home.png -------------------------------------------------------------------------------- /src/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/App.vue -------------------------------------------------------------------------------- /src/adapters/albumAdapter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/adapters/albumAdapter.ts -------------------------------------------------------------------------------- /src/adapters/artistAdapter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/adapters/artistAdapter.ts -------------------------------------------------------------------------------- /src/api/album.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/album.ts -------------------------------------------------------------------------------- /src/api/artist.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/artist.ts -------------------------------------------------------------------------------- /src/api/cloud.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/cloud.ts -------------------------------------------------------------------------------- /src/api/comment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/comment.ts -------------------------------------------------------------------------------- /src/api/login.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/login.ts -------------------------------------------------------------------------------- /src/api/mv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/mv.ts -------------------------------------------------------------------------------- /src/api/other.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/other.ts -------------------------------------------------------------------------------- /src/api/playlist.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/playlist.ts -------------------------------------------------------------------------------- /src/api/radio.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/radio.ts -------------------------------------------------------------------------------- /src/api/rec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/rec.ts -------------------------------------------------------------------------------- /src/api/search.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/search.ts -------------------------------------------------------------------------------- /src/api/song.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/song.ts -------------------------------------------------------------------------------- /src/api/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/user.ts -------------------------------------------------------------------------------- /src/api/video.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/api/video.ts -------------------------------------------------------------------------------- /src/assets/data/emoji.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/data/emoji.json -------------------------------------------------------------------------------- /src/assets/data/exclude.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/data/exclude.ts -------------------------------------------------------------------------------- /src/assets/data/idMeta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/data/idMeta.json -------------------------------------------------------------------------------- /src/assets/data/themeColor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/data/themeColor.json -------------------------------------------------------------------------------- /src/assets/icons/Add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Add.svg -------------------------------------------------------------------------------- /src/assets/icons/AddList.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/AddList.svg -------------------------------------------------------------------------------- /src/assets/icons/Album.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Album.svg -------------------------------------------------------------------------------- /src/assets/icons/Artist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Artist.svg -------------------------------------------------------------------------------- /src/assets/icons/AutoFix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/AutoFix.svg -------------------------------------------------------------------------------- /src/assets/icons/AutoTheme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/AutoTheme.svg -------------------------------------------------------------------------------- /src/assets/icons/Batch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Batch.svg -------------------------------------------------------------------------------- /src/assets/icons/Calendar-Empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Calendar-Empty.svg -------------------------------------------------------------------------------- /src/assets/icons/Chat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Chat.svg -------------------------------------------------------------------------------- /src/assets/icons/Cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Cloud.svg -------------------------------------------------------------------------------- /src/assets/icons/CloudLockOpen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/CloudLockOpen.svg -------------------------------------------------------------------------------- /src/assets/icons/Code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Code.svg -------------------------------------------------------------------------------- /src/assets/icons/Copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Copy.svg -------------------------------------------------------------------------------- /src/assets/icons/DarkTheme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/DarkTheme.svg -------------------------------------------------------------------------------- /src/assets/icons/Delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Delete.svg -------------------------------------------------------------------------------- /src/assets/icons/DeleteSweep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/DeleteSweep.svg -------------------------------------------------------------------------------- /src/assets/icons/DesktopLyric.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/DesktopLyric.svg -------------------------------------------------------------------------------- /src/assets/icons/Discover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Discover.svg -------------------------------------------------------------------------------- /src/assets/icons/Down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Down.svg -------------------------------------------------------------------------------- /src/assets/icons/Download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Download.svg -------------------------------------------------------------------------------- /src/assets/icons/DropDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/DropDown.svg -------------------------------------------------------------------------------- /src/assets/icons/Earth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Earth.svg -------------------------------------------------------------------------------- /src/assets/icons/EditNote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/EditNote.svg -------------------------------------------------------------------------------- /src/assets/icons/ExitToApp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/ExitToApp.svg -------------------------------------------------------------------------------- /src/assets/icons/Eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Eye.svg -------------------------------------------------------------------------------- /src/assets/icons/EyeLock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/EyeLock.svg -------------------------------------------------------------------------------- /src/assets/icons/Favorite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Favorite.svg -------------------------------------------------------------------------------- /src/assets/icons/FavoriteBorder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/FavoriteBorder.svg -------------------------------------------------------------------------------- /src/assets/icons/Fire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Fire.svg -------------------------------------------------------------------------------- /src/assets/icons/Folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Folder.svg -------------------------------------------------------------------------------- /src/assets/icons/FolderCog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/FolderCog.svg -------------------------------------------------------------------------------- /src/assets/icons/FolderMusic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/FolderMusic.svg -------------------------------------------------------------------------------- /src/assets/icons/FolderPlus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/FolderPlus.svg -------------------------------------------------------------------------------- /src/assets/icons/FormatList.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/FormatList.svg -------------------------------------------------------------------------------- /src/assets/icons/Forward5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Forward5.svg -------------------------------------------------------------------------------- /src/assets/icons/Fullscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Fullscreen.svg -------------------------------------------------------------------------------- /src/assets/icons/FullscreenExit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/FullscreenExit.svg -------------------------------------------------------------------------------- /src/assets/icons/Github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Github.svg -------------------------------------------------------------------------------- /src/assets/icons/HeartBit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/HeartBit.svg -------------------------------------------------------------------------------- /src/assets/icons/Help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Help.svg -------------------------------------------------------------------------------- /src/assets/icons/HiRes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/HiRes.svg -------------------------------------------------------------------------------- /src/assets/icons/History.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/History.svg -------------------------------------------------------------------------------- /src/assets/icons/Home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Home.svg -------------------------------------------------------------------------------- /src/assets/icons/IP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/IP.svg -------------------------------------------------------------------------------- /src/assets/icons/Info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Info.svg -------------------------------------------------------------------------------- /src/assets/icons/Keyboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Keyboard.svg -------------------------------------------------------------------------------- /src/assets/icons/LightTheme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/LightTheme.svg -------------------------------------------------------------------------------- /src/assets/icons/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Link.svg -------------------------------------------------------------------------------- /src/assets/icons/List.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/List.svg -------------------------------------------------------------------------------- /src/assets/icons/ListLockOpen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/ListLockOpen.svg -------------------------------------------------------------------------------- /src/assets/icons/Location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Location.svg -------------------------------------------------------------------------------- /src/assets/icons/Lyrics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Lyrics.svg -------------------------------------------------------------------------------- /src/assets/icons/Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Menu.svg -------------------------------------------------------------------------------- /src/assets/icons/Message.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Message.svg -------------------------------------------------------------------------------- /src/assets/icons/MuPlayer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/MuPlayer.svg -------------------------------------------------------------------------------- /src/assets/icons/Music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Music.svg -------------------------------------------------------------------------------- /src/assets/icons/MusicList.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/MusicList.svg -------------------------------------------------------------------------------- /src/assets/icons/NavigateBefore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/NavigateBefore.svg -------------------------------------------------------------------------------- /src/assets/icons/NavigateNext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/NavigateNext.svg -------------------------------------------------------------------------------- /src/assets/icons/Netease.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Netease.svg -------------------------------------------------------------------------------- /src/assets/icons/Password.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Password.svg -------------------------------------------------------------------------------- /src/assets/icons/Paste.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Paste.svg -------------------------------------------------------------------------------- /src/assets/icons/Pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Pause.svg -------------------------------------------------------------------------------- /src/assets/icons/PauseCircle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/PauseCircle.svg -------------------------------------------------------------------------------- /src/assets/icons/Person.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Person.svg -------------------------------------------------------------------------------- /src/assets/icons/Phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Phone.svg -------------------------------------------------------------------------------- /src/assets/icons/Play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Play.svg -------------------------------------------------------------------------------- /src/assets/icons/PlayCircle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/PlayCircle.svg -------------------------------------------------------------------------------- /src/assets/icons/PlayFilled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/PlayFilled.svg -------------------------------------------------------------------------------- /src/assets/icons/PlayList.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/PlayList.svg -------------------------------------------------------------------------------- /src/assets/icons/PlayNext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/PlayNext.svg -------------------------------------------------------------------------------- /src/assets/icons/PlaylistAdd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/PlaylistAdd.svg -------------------------------------------------------------------------------- /src/assets/icons/PlaylistAddCheck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/PlaylistAddCheck.svg -------------------------------------------------------------------------------- /src/assets/icons/Podcast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Podcast.svg -------------------------------------------------------------------------------- /src/assets/icons/Power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Power.svg -------------------------------------------------------------------------------- /src/assets/icons/QQMusic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/QQMusic.svg -------------------------------------------------------------------------------- /src/assets/icons/Radio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Radio.svg -------------------------------------------------------------------------------- /src/assets/icons/Record.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Record.svg -------------------------------------------------------------------------------- /src/assets/icons/Refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Refresh.svg -------------------------------------------------------------------------------- /src/assets/icons/Repeat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Repeat.svg -------------------------------------------------------------------------------- /src/assets/icons/RepeatSong.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/RepeatSong.svg -------------------------------------------------------------------------------- /src/assets/icons/Replay5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Replay5.svg -------------------------------------------------------------------------------- /src/assets/icons/Restart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Restart.svg -------------------------------------------------------------------------------- /src/assets/icons/Right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Right.svg -------------------------------------------------------------------------------- /src/assets/icons/RssFeed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/RssFeed.svg -------------------------------------------------------------------------------- /src/assets/icons/Search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Search.svg -------------------------------------------------------------------------------- /src/assets/icons/SearchOff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SearchOff.svg -------------------------------------------------------------------------------- /src/assets/icons/Settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Settings.svg -------------------------------------------------------------------------------- /src/assets/icons/SettingsLine.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SettingsLine.svg -------------------------------------------------------------------------------- /src/assets/icons/SettingsOther.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SettingsOther.svg -------------------------------------------------------------------------------- /src/assets/icons/Share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Share.svg -------------------------------------------------------------------------------- /src/assets/icons/Shuffle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Shuffle.svg -------------------------------------------------------------------------------- /src/assets/icons/SkipNext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SkipNext.svg -------------------------------------------------------------------------------- /src/assets/icons/SkipPrev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SkipPrev.svg -------------------------------------------------------------------------------- /src/assets/icons/SnippetFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SnippetFolder.svg -------------------------------------------------------------------------------- /src/assets/icons/Sort.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Sort.svg -------------------------------------------------------------------------------- /src/assets/icons/SortAZ.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SortAZ.svg -------------------------------------------------------------------------------- /src/assets/icons/SortClockDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SortClockDown.svg -------------------------------------------------------------------------------- /src/assets/icons/SortClockUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SortClockUp.svg -------------------------------------------------------------------------------- /src/assets/icons/SortDateDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SortDateDown.svg -------------------------------------------------------------------------------- /src/assets/icons/SortDateUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SortDateUp.svg -------------------------------------------------------------------------------- /src/assets/icons/SortDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SortDown.svg -------------------------------------------------------------------------------- /src/assets/icons/SortUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SortUp.svg -------------------------------------------------------------------------------- /src/assets/icons/SortZA.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/SortZA.svg -------------------------------------------------------------------------------- /src/assets/icons/Star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Star.svg -------------------------------------------------------------------------------- /src/assets/icons/Storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Storage.svg -------------------------------------------------------------------------------- /src/assets/icons/Tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Tag.svg -------------------------------------------------------------------------------- /src/assets/icons/TextPlay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/TextPlay.svg -------------------------------------------------------------------------------- /src/assets/icons/ThumbDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/ThumbDown.svg -------------------------------------------------------------------------------- /src/assets/icons/ThumbUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/ThumbUp.svg -------------------------------------------------------------------------------- /src/assets/icons/ThumbUpOff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/ThumbUpOff.svg -------------------------------------------------------------------------------- /src/assets/icons/Time.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Time.svg -------------------------------------------------------------------------------- /src/assets/icons/Up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Up.svg -------------------------------------------------------------------------------- /src/assets/icons/Update.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Update.svg -------------------------------------------------------------------------------- /src/assets/icons/Video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Video.svg -------------------------------------------------------------------------------- /src/assets/icons/VolumeDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/VolumeDown.svg -------------------------------------------------------------------------------- /src/assets/icons/VolumeMute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/VolumeMute.svg -------------------------------------------------------------------------------- /src/assets/icons/VolumeOff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/VolumeOff.svg -------------------------------------------------------------------------------- /src/assets/icons/VolumeUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/VolumeUp.svg -------------------------------------------------------------------------------- /src/assets/icons/WindowClose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/WindowClose.svg -------------------------------------------------------------------------------- /src/assets/icons/WindowHide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/WindowHide.svg -------------------------------------------------------------------------------- /src/assets/icons/WindowMaximize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/WindowMaximize.svg -------------------------------------------------------------------------------- /src/assets/icons/WindowMinimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/WindowMinimize.svg -------------------------------------------------------------------------------- /src/assets/icons/WindowRestore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/WindowRestore.svg -------------------------------------------------------------------------------- /src/assets/icons/Zoom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/assets/icons/Zoom.svg -------------------------------------------------------------------------------- /src/components/Card/SongCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Card/SongCard.vue -------------------------------------------------------------------------------- /src/components/Card/SongDataCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Card/SongDataCard.vue -------------------------------------------------------------------------------- /src/components/Card/SongListCard.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Card/SongListCard.vue -------------------------------------------------------------------------------- /src/components/Global/PlatformIcon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Global/PlatformIcon.vue -------------------------------------------------------------------------------- /src/components/Global/Provider.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Global/Provider.vue -------------------------------------------------------------------------------- /src/components/Global/SvgIcon.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Global/SvgIcon.vue -------------------------------------------------------------------------------- /src/components/Global/TextContainer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Global/TextContainer.vue -------------------------------------------------------------------------------- /src/components/Layout/Menu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Layout/Menu.vue -------------------------------------------------------------------------------- /src/components/Layout/Nav.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Layout/Nav.vue -------------------------------------------------------------------------------- /src/components/Layout/PlatformSwitcher.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Layout/PlatformSwitcher.vue -------------------------------------------------------------------------------- /src/components/Layout/Sider.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Layout/Sider.vue -------------------------------------------------------------------------------- /src/components/Layout/User.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Layout/User.vue -------------------------------------------------------------------------------- /src/components/List/ArtistList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/List/ArtistList.vue -------------------------------------------------------------------------------- /src/components/List/CommentList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/List/CommentList.vue -------------------------------------------------------------------------------- /src/components/List/CoverList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/List/CoverList.vue -------------------------------------------------------------------------------- /src/components/List/SongList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/List/SongList.vue -------------------------------------------------------------------------------- /src/components/Menu/CoverMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Menu/CoverMenu.vue -------------------------------------------------------------------------------- /src/components/Menu/SearchInpMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Menu/SearchInpMenu.vue -------------------------------------------------------------------------------- /src/components/Menu/SongListMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Menu/SongListMenu.vue -------------------------------------------------------------------------------- /src/components/Modal/CloudMatch.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/CloudMatch.vue -------------------------------------------------------------------------------- /src/components/Modal/CreatePlaylist.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/CreatePlaylist.vue -------------------------------------------------------------------------------- /src/components/Modal/DownloadSong.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/DownloadSong.vue -------------------------------------------------------------------------------- /src/components/Modal/ExcludeKeywords.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/ExcludeKeywords.vue -------------------------------------------------------------------------------- /src/components/Modal/JumpArtist.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/JumpArtist.vue -------------------------------------------------------------------------------- /src/components/Modal/Login/Login.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/Login/Login.vue -------------------------------------------------------------------------------- /src/components/Modal/Login/LoginCookie.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/Login/LoginCookie.vue -------------------------------------------------------------------------------- /src/components/Modal/Login/LoginPhone.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/Login/LoginPhone.vue -------------------------------------------------------------------------------- /src/components/Modal/Login/LoginQRCode.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/Login/LoginQRCode.vue -------------------------------------------------------------------------------- /src/components/Modal/Login/LoginUID.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/Login/LoginUID.vue -------------------------------------------------------------------------------- /src/components/Modal/PlaylistAdd.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/PlaylistAdd.vue -------------------------------------------------------------------------------- /src/components/Modal/SongInfoEditor.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/SongInfoEditor.vue -------------------------------------------------------------------------------- /src/components/Modal/UpdateApp.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/UpdateApp.vue -------------------------------------------------------------------------------- /src/components/Modal/UpdatePlaylist.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/UpdatePlaylist.vue -------------------------------------------------------------------------------- /src/components/Modal/UserAgreement.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/UserAgreement.vue -------------------------------------------------------------------------------- /src/components/Modal/batchList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Modal/batchList.vue -------------------------------------------------------------------------------- /src/components/Player/CountDown.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/CountDown.vue -------------------------------------------------------------------------------- /src/components/Player/FullPlayer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/FullPlayer.vue -------------------------------------------------------------------------------- /src/components/Player/MainAMLyric.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/MainAMLyric.vue -------------------------------------------------------------------------------- /src/components/Player/MainLyric.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/MainLyric.vue -------------------------------------------------------------------------------- /src/components/Player/MainPlayList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/MainPlayList.vue -------------------------------------------------------------------------------- /src/components/Player/MainPlayer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/MainPlayer.vue -------------------------------------------------------------------------------- /src/components/Player/PersonalFM.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/PersonalFM.vue -------------------------------------------------------------------------------- /src/components/Player/PlayerBackground.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/PlayerBackground.vue -------------------------------------------------------------------------------- /src/components/Player/PlayerComment.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/PlayerComment.vue -------------------------------------------------------------------------------- /src/components/Player/PlayerControl.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/PlayerControl.vue -------------------------------------------------------------------------------- /src/components/Player/PlayerCover.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/PlayerCover.vue -------------------------------------------------------------------------------- /src/components/Player/PlayerData.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/PlayerData.vue -------------------------------------------------------------------------------- /src/components/Player/PlayerMenu.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/PlayerMenu.vue -------------------------------------------------------------------------------- /src/components/Player/PlayerSpectrum.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Player/PlayerSpectrum.vue -------------------------------------------------------------------------------- /src/components/Search/SearchDefault.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Search/SearchDefault.vue -------------------------------------------------------------------------------- /src/components/Search/SearchInp.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Search/SearchInp.vue -------------------------------------------------------------------------------- /src/components/Search/SearchSuggest.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Search/SearchSuggest.vue -------------------------------------------------------------------------------- /src/components/Setting/AboutSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/AboutSetting.vue -------------------------------------------------------------------------------- /src/components/Setting/GeneralSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/GeneralSetting.vue -------------------------------------------------------------------------------- /src/components/Setting/KeyboardSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/KeyboardSetting.vue -------------------------------------------------------------------------------- /src/components/Setting/LocalSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/LocalSetting.vue -------------------------------------------------------------------------------- /src/components/Setting/LyricsSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/LyricsSetting.vue -------------------------------------------------------------------------------- /src/components/Setting/MainSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/MainSetting.vue -------------------------------------------------------------------------------- /src/components/Setting/OtherSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/OtherSetting.vue -------------------------------------------------------------------------------- /src/components/Setting/PlatformSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/PlatformSetting.vue -------------------------------------------------------------------------------- /src/components/Setting/PlaySetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/PlaySetting.vue -------------------------------------------------------------------------------- /src/components/Setting/ServerSetting.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/Setting/ServerSetting.vue -------------------------------------------------------------------------------- /src/components/UI/s-image.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/components/UI/s-image.vue -------------------------------------------------------------------------------- /src/env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/env.d.ts -------------------------------------------------------------------------------- /src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/main.ts -------------------------------------------------------------------------------- /src/router/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/router/index.ts -------------------------------------------------------------------------------- /src/router/routes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/router/routes.ts -------------------------------------------------------------------------------- /src/services/apiClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/services/apiClient.ts -------------------------------------------------------------------------------- /src/services/apiConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/services/apiConfig.ts -------------------------------------------------------------------------------- /src/stores/data.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/stores/data.ts -------------------------------------------------------------------------------- /src/stores/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/stores/index.ts -------------------------------------------------------------------------------- /src/stores/local.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/stores/local.ts -------------------------------------------------------------------------------- /src/stores/music.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/stores/music.ts -------------------------------------------------------------------------------- /src/stores/platform.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/stores/platform.ts -------------------------------------------------------------------------------- /src/stores/setting.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/stores/setting.ts -------------------------------------------------------------------------------- /src/stores/shortcut.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/stores/shortcut.ts -------------------------------------------------------------------------------- /src/stores/status.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/stores/status.ts -------------------------------------------------------------------------------- /src/style/animate.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/style/animate.scss -------------------------------------------------------------------------------- /src/style/main.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/style/main.scss -------------------------------------------------------------------------------- /src/types/electron.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/types/electron.d.ts -------------------------------------------------------------------------------- /src/types/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/types/global.d.ts -------------------------------------------------------------------------------- /src/types/main.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/types/main.d.ts -------------------------------------------------------------------------------- /src/utils/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/auth.ts -------------------------------------------------------------------------------- /src/utils/blob.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/blob.ts -------------------------------------------------------------------------------- /src/utils/cache.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/cache.ts -------------------------------------------------------------------------------- /src/utils/color.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/color.ts -------------------------------------------------------------------------------- /src/utils/cookie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/cookie.ts -------------------------------------------------------------------------------- /src/utils/fluidBackground.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/fluidBackground.ts -------------------------------------------------------------------------------- /src/utils/format.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/format.ts -------------------------------------------------------------------------------- /src/utils/helper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/helper.ts -------------------------------------------------------------------------------- /src/utils/init.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/init.ts -------------------------------------------------------------------------------- /src/utils/initIpc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/initIpc.ts -------------------------------------------------------------------------------- /src/utils/instruction.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/instruction.ts -------------------------------------------------------------------------------- /src/utils/log.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/log.ts -------------------------------------------------------------------------------- /src/utils/lyric.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/lyric.ts -------------------------------------------------------------------------------- /src/utils/meta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/meta.ts -------------------------------------------------------------------------------- /src/utils/modal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/modal.ts -------------------------------------------------------------------------------- /src/utils/player.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/player.ts -------------------------------------------------------------------------------- /src/utils/rules.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/rules.ts -------------------------------------------------------------------------------- /src/utils/time.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/utils/time.ts -------------------------------------------------------------------------------- /src/views/Artist/albums.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Artist/albums.vue -------------------------------------------------------------------------------- /src/views/Artist/layout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Artist/layout.vue -------------------------------------------------------------------------------- /src/views/Artist/songs.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Artist/songs.vue -------------------------------------------------------------------------------- /src/views/Artist/videos.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Artist/videos.vue -------------------------------------------------------------------------------- /src/views/Cloud.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Cloud.vue -------------------------------------------------------------------------------- /src/views/DailySongs.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/DailySongs.vue -------------------------------------------------------------------------------- /src/views/Discover/artists.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Discover/artists.vue -------------------------------------------------------------------------------- /src/views/Discover/layout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Discover/layout.vue -------------------------------------------------------------------------------- /src/views/Discover/new.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Discover/new.vue -------------------------------------------------------------------------------- /src/views/Discover/playlists.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Discover/playlists.vue -------------------------------------------------------------------------------- /src/views/Discover/toplists.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Discover/toplists.vue -------------------------------------------------------------------------------- /src/views/History.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/History.vue -------------------------------------------------------------------------------- /src/views/Home/HomeLocal.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Home/HomeLocal.vue -------------------------------------------------------------------------------- /src/views/Home/HomeOnline.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Home/HomeOnline.vue -------------------------------------------------------------------------------- /src/views/Home/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Home/index.vue -------------------------------------------------------------------------------- /src/views/Like/albums.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Like/albums.vue -------------------------------------------------------------------------------- /src/views/Like/artists.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Like/artists.vue -------------------------------------------------------------------------------- /src/views/Like/layout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Like/layout.vue -------------------------------------------------------------------------------- /src/views/Like/playlists.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Like/playlists.vue -------------------------------------------------------------------------------- /src/views/Like/radios.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Like/radios.vue -------------------------------------------------------------------------------- /src/views/Like/videos.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Like/videos.vue -------------------------------------------------------------------------------- /src/views/List/album.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/List/album.vue -------------------------------------------------------------------------------- /src/views/List/liked.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/List/liked.vue -------------------------------------------------------------------------------- /src/views/List/playlist.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/List/playlist.vue -------------------------------------------------------------------------------- /src/views/List/radio.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/List/radio.vue -------------------------------------------------------------------------------- /src/views/Local/albums.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Local/albums.vue -------------------------------------------------------------------------------- /src/views/Local/artists.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Local/artists.vue -------------------------------------------------------------------------------- /src/views/Local/layout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Local/layout.vue -------------------------------------------------------------------------------- /src/views/Local/song.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Local/song.vue -------------------------------------------------------------------------------- /src/views/MV/layout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/MV/layout.vue -------------------------------------------------------------------------------- /src/views/MV/library.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/MV/library.vue -------------------------------------------------------------------------------- /src/views/MV/recommend.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/MV/recommend.vue -------------------------------------------------------------------------------- /src/views/MV/toplist.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/MV/toplist.vue -------------------------------------------------------------------------------- /src/views/Radio/hot.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Radio/hot.vue -------------------------------------------------------------------------------- /src/views/Radio/type.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Radio/type.vue -------------------------------------------------------------------------------- /src/views/Search/albums.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Search/albums.vue -------------------------------------------------------------------------------- /src/views/Search/artists.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Search/artists.vue -------------------------------------------------------------------------------- /src/views/Search/layout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Search/layout.vue -------------------------------------------------------------------------------- /src/views/Search/playlists.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Search/playlists.vue -------------------------------------------------------------------------------- /src/views/Search/radios.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Search/radios.vue -------------------------------------------------------------------------------- /src/views/Search/songs.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Search/songs.vue -------------------------------------------------------------------------------- /src/views/Search/videos.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Search/videos.vue -------------------------------------------------------------------------------- /src/views/Status/403.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Status/403.vue -------------------------------------------------------------------------------- /src/views/Status/404.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Status/404.vue -------------------------------------------------------------------------------- /src/views/Status/500.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Status/500.vue -------------------------------------------------------------------------------- /src/views/Video.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/src/views/Video.vue -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tsconfig.node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/tsconfig.node.json -------------------------------------------------------------------------------- /tsconfig.web.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/tsconfig.web.json -------------------------------------------------------------------------------- /web/loading.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/web/loading.html -------------------------------------------------------------------------------- /web/lyric.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tlyanyu/MuPlayer/HEAD/web/lyric.html --------------------------------------------------------------------------------