{"id":13457347,"url":"https://github.com/GuMengYu/music-you","last_synced_at":"2025-03-24T12:31:30.747Z","repository":{"id":37387322,"uuid":"328952551","full_name":"GuMengYu/music-you","owner":"GuMengYu","description":"🪗 一个美观简约的Material Design 3 (Material You) 风格pc音乐播放器","archived":false,"fork":false,"pushed_at":"2024-08-21T10:08:17.000Z","size":223340,"stargazers_count":554,"open_issues_count":7,"forks_count":58,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2024-08-21T11:35:06.452Z","etag":null,"topics":["electron","material-you","music","music-player","netease-cloud-music","react","reactjs"],"latest_commit_sha":null,"homepage":"https://music-you-next.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuMengYu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-12T10:36:33.000Z","updated_at":"2024-08-21T10:08:21.000Z","dependencies_parsed_at":"2023-10-23T16:29:19.200Z","dependency_job_id":"aa7ca38e-95be-4101-956f-686d9b4696b0","html_url":"https://github.com/GuMengYu/music-you","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuMengYu%2Fmusic-you","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuMengYu%2Fmusic-you/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuMengYu%2Fmusic-you/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuMengYu%2Fmusic-you/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuMengYu","download_url":"https://codeload.github.com/GuMengYu/music-you/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221967443,"owners_count":16909106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","material-you","music","music-player","netease-cloud-music","react","reactjs"],"created_at":"2024-07-31T08:01:40.725Z","updated_at":"2024-10-29T01:31:05.439Z","avatar_url":"https://github.com/GuMengYu.png","language":"TypeScript","funding_links":[],"categories":["音频和视频","TypeScript"],"sub_categories":["流媒体音乐播放器"],"readme":"\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://user-images.githubusercontent.com/22021419/278869772-fd6a1e3e-cf01-421f-824a-7abc05ac05b8.png\"\u003e\n  \u003cimg alt=\"home\" src=\"https://user-images.githubusercontent.com/22021419/278869791-71b97ec0-366d-4eaa-98dd-50c035993f82.png\"\u003e\n\u003c/picture\u003e\n\n# Music You\n\n遵循\u003ca href=\"https://m3.material.io/\" target=\"_blank\"\u003e Material Design 3 (Material You)\u003c/a\u003e 设计风格的桌面音乐播放器\n\n![GitHub license](https://img.shields.io/github/license/gumengyu/music-you)\n![React](https://img.shields.io/badge/Made_With-React_18.2.0-blue)\n![Release](https://img.shields.io/github/v/release/gumengyu/music-you)\n![Downloads](https://img.shields.io/github/downloads/gumengyu/music-you/total)\n[![Build](https://github.com/gumengyu/music-you/actions/workflows/build.yml/badge.svg)](https://github.com/gumengyu/music-you/actions/workflows/build.yml)\n\n基于 React + [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) + electron, 提供网易云音乐PC端的各项功能。\n[下载](https://github.com/GuMengYu/music-you/releases)\n\n3.0 是为了学习 React 所迁移开发，界面功能有一定改动，可下载体验。\n\n2.0 由vue3构建 见 [v2-stable](https://github.com/GuMengYu/music-you/tree/v2-stable)\n\n#### 欢迎 star\n\n[![GitHub stars](https://img.shields.io/github/stars/gumengyu/music-you.svg?style=social\u0026label=Star)](https://github.com//gumengyu/music-you) ![GitHub forks](https://img.shields.io/github/forks/gumengyu/music-you.svg?style=social\u0026label=Forks) ![GitHub issue](https://img.shields.io/github/issues/gumengyu/music-you.svg?style=social\u0026label=Issues)\n\n## 🎨 功能列表\n\n- 手机扫码登录\n- 首页推荐\n- 资料库（个人收藏）\n- 音乐播客\n- 日推，私人fm\n- 浅色模式\n- 歌词,逐词歌词\n- 本地音乐播放\n- 云盘音乐\n\n## 🛫 Quick Setup\n\n```sh\n# clone the project\ngit clone https://github.com/GuMengYu/music-you.git\n\n# enter the project directory\ncd music-you\n\n# install dependency\nnpm install\n\n# develop\nnpm run electron:dev\n\n# build\nnpm run electron:build\n\n```\n\n## 部分截图\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://user-images.githubusercontent.com/22021419/278869791-71b97ec0-366d-4eaa-98dd-50c035993f82.png\"\u003e\n  \u003cimg alt=\"home\" src=\"https://user-images.githubusercontent.com/22021419/278869772-fd6a1e3e-cf01-421f-824a-7abc05ac05b8.png\"\u003e\n\u003c/picture\u003e\n\n\u003chr/\u003e\n\u003cpicture\u003e\n  \u003cimg alt=\"artist\" src=\"https://user-images.githubusercontent.com/22021419/278869788-af5dd2e5-923c-4cc1-a313-395046828af4.png\"\u003e\n\u003c/picture\u003e\n\n\u003chr/\u003e\n\n\u003cpicture\u003e\n  \u003cimg alt=\"center\" src=\"https://user-images.githubusercontent.com/22021419/278869779-3bf8b5f4-ef93-4a6f-a7e3-483a017cdb4f.png\"\u003e\n\u003c/picture\u003e\n\n\u003chr/\u003e\n\n\u003cpicture\u003e\n  \u003cimg alt=\"center\" src=\"https://user-images.githubusercontent.com/22021419/278869777-7480169c-685b-4c51-9a96-8fcb2c12216b.png\"\u003e\n\u003c/picture\u003e\n\n\u003chr/\u003e\n\n\n\u003cpicture\u003e\n  \u003cimg alt=\"center\" src=\"https://user-images.githubusercontent.com/22021419/278869783-61650009-b686-4be7-b26e-a1fc6bab3010.png\"\u003e\n\u003c/picture\u003e\n\n\u003chr/\u003e\n\n\u003cpicture\u003e\n  \u003cimg alt=\"center\" src=\"https://user-images.githubusercontent.com/22021419/278869787-7891a9b4-9e66-409e-b110-3400b3207096.png\"\u003e\n\u003c/picture\u003e\n\n\u003chr/\u003e\n\n\u003cpicture\u003e\n  \u003cimg alt=\"center\" src=\"https://private-user-images.githubusercontent.com/22021419/308786561-f8baea91-a81c-4a16-8e87-0465451b0ad2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDkxNzgzMTksIm5iZiI6MTcwOTE3ODAxOSwicGF0aCI6Ii8yMjAyMTQxOS8zMDg3ODY1NjEtZjhiYWVhOTEtYTgxYy00YTE2LThlODctMDQ2NTQ1MWIwYWQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAyMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMjI5VDAzNDAxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZkYmRlYTcwZjMzZTljZTc4N2QxMjAwYzVhZTRiMjhlZTVkM2Q2OTFjMjcyZmFlYmE2NTE5MDg1NDIyODcxNzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.zU6w4Cl-mjm5qP-0W2_ff7u8W2d8NwH6zovah84pVvA\"\u003e\n\u003c/picture\u003e\n\n\n## [License](./LICENSE)\n\n### 感谢以下开源项目\n\n[electron-vite-react](https://github.com/electron-vite/electron-vite-react)\n\n[YesPlayMusic](https://github.com/qier222/YesPlayMusic)\n\n[Dopamine](https://github.com/digimezzo/dopamine)\n\n[AMLL](https://github.com/Steve-xmh/applemusic-like-lyrics)\n### 声明\n\n仅供学习交流使用，禁止个人用于非法商业用途。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGuMengYu%2Fmusic-you","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGuMengYu%2Fmusic-you","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGuMengYu%2Fmusic-you/lists"}