[PR #10] [MERGED] feat: 站点标题跟随页面内容 #400

Closed
opened 2026-02-27 07:11:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/10
Author: @imsyy
Created: 4/12/2023
Status: Merged
Merged: 4/12/2023
Merged by: @imsyy

Base: masterHead: dev


📝 Commits (1)

  • dd66725 feat: 站点标题跟随页面内容

📊 Changes

33 files changed (+166 additions, -70 deletions)

View changed files

📝 README.md (+1 -1)
📝 package.json (+1 -1)
📝 src/App.vue (+15 -0)
📝 src/api/playlist.js (+2 -0)
📝 src/components/Comment/index.vue (+77 -59)
📝 src/components/DataList/DataLists.vue (+2 -2)
📝 src/components/Player/index.vue (+11 -2)
📝 src/store/index.js (+0 -1)
📝 src/store/userData.js (+6 -0)
📝 src/views/Album/AlbumView.vue (+2 -1)
📝 src/views/Artist/index.vue (+1 -0)
📝 src/views/Comment/CommentView.vue (+1 -0)
📝 src/views/DailySongs/DailySongsView.vue (+1 -0)
📝 src/views/Discover/artists.vue (+1 -0)
📝 src/views/Discover/playlists.vue (+1 -0)
📝 src/views/Discover/toplists.vue (+1 -0)
📝 src/views/History/HistoryView.vue (+4 -0)
📝 src/views/Home/HomeView.vue (+4 -0)
📝 src/views/Login/LoginView.vue (+1 -0)
📝 src/views/NewAlbum/NewAlbumView.vue (+1 -0)

...and 13 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/10 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 4/12/2023 **Status:** ✅ Merged **Merged:** 4/12/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (1) - [`dd66725`](https://github.com/imsyy/SPlayer/commit/dd66725d9c92c09ba7894a52054b1e5851cb3796) feat: 站点标题跟随页面内容 ### 📊 Changes **33 files changed** (+166 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `package.json` (+1 -1) 📝 `src/App.vue` (+15 -0) 📝 `src/api/playlist.js` (+2 -0) 📝 `src/components/Comment/index.vue` (+77 -59) 📝 `src/components/DataList/DataLists.vue` (+2 -2) 📝 `src/components/Player/index.vue` (+11 -2) 📝 `src/store/index.js` (+0 -1) 📝 `src/store/userData.js` (+6 -0) 📝 `src/views/Album/AlbumView.vue` (+2 -1) 📝 `src/views/Artist/index.vue` (+1 -0) 📝 `src/views/Comment/CommentView.vue` (+1 -0) 📝 `src/views/DailySongs/DailySongsView.vue` (+1 -0) 📝 `src/views/Discover/artists.vue` (+1 -0) 📝 `src/views/Discover/playlists.vue` (+1 -0) 📝 `src/views/Discover/toplists.vue` (+1 -0) 📝 `src/views/History/HistoryView.vue` (+4 -0) 📝 `src/views/Home/HomeView.vue` (+4 -0) 📝 `src/views/Login/LoginView.vue` (+1 -0) 📝 `src/views/NewAlbum/NewAlbumView.vue` (+1 -0) _...and 13 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:11:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#400
No description provided.