diff --git a/.env.example b/.env.example index fb667ec..e043bab 100644 --- a/.env.example +++ b/.env.example @@ -2,4 +2,7 @@ VUE_APP_NETEASE_API_URL=/api VUE_APP_ELECTRON_API_URL=/api VUE_APP_ELECTRON_API_URL_DEV=http://127.0.0.1:3000 VUE_APP_ENABLE_SENTRY=false +VUE_APP_LASTFM_API_KEY=09c55292403d961aa517ff7f5e8a3d9c +VUE_APP_LASTFM_API_SHARED_SECRET=307c9fda32b3904e53654baff215cb67 DEV_SERVER_PORT=20201 + diff --git a/README.md b/README.md index 356ec77..888f0c2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ - 👆 支持 Touch Bar - 🖥️ 支持 PWA,可在 Chrome/Edge 里点击地址栏右边的 ➕ 安装到电脑 - 🙉 支持显示歌曲和专辑的 Explicit 标志 +- 🟥 支持 Last.fm Scrobble - 🛠 更多特性开发中 ## 📦️ 安装 @@ -148,15 +149,9 @@ API 源代码来自 [Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryif [album-screenshot]: images/album.png - [artist-screenshot]: images/artist.png - [explore-screenshot]: images/explore.png - [home-screenshot]: images/home.png - [library-screenshot]: images/library.png - [playlist-screenshot]: images/playlist.png - [search-screenshot]: images/search.png diff --git a/public/img/logos/lastfm.png b/public/img/logos/lastfm.png new file mode 100644 index 0000000..e3964f6 Binary files /dev/null and b/public/img/logos/lastfm.png differ diff --git a/src/App.vue b/src/App.vue index 2e7509a..dfc8462 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@