mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[PR #631] [MERGED] ✨ feat: 添加lastfm支持 #544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/631
Author: @lrst6963
Created: 12/13/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @imsyy
Base:
dev← Head:dev📝 Commits (4)
3e7bca1feat:添加lastfm支持1c8e447update177bcc2Merge branch 'dev' into pr-631c97b078✨ feat: 添加请求参数准备函数并优化 Last.fm 请求逻辑📊 Changes
11 files changed (+759 additions, -6 deletions)
View changed files
📝
README.md(+1 -0)📝
components.d.ts(+1 -0)➕
src/api/lastfm.ts(+311 -0)➕
src/assets/icons/Extension.svg(+1 -0)📝
src/components/Setting/MainSetting.vue(+7 -0)📝
src/components/Setting/OtherSetting.vue(+5 -5)➕
src/components/Setting/ThirdSetting.vue(+183 -0)📝
src/core/player/PlayerController.ts(+12 -0)📝
src/stores/setting.ts(+26 -0)📝
src/types/main.ts(+1 -1)➕
src/utils/lastfmScrobbler.ts(+211 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.