[PR #42] [MERGED] feat: 新增 i18n 支持 & fix: ios 端图标显示 #38 #417

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

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/42
Author: @imsyy
Created: 5/24/2023
Status: Merged
Merged: 5/24/2023
Merged by: @imsyy

Base: masterHead: dev


📝 Commits (3)

  • 0ee896d feat: 新增 i18n 支持
  • 0207b92 feat: 完善 i18n 支持 & fix: ios 端图标显示 #38
  • 3c64da8 docs: 更新说明

📊 Changes

81 files changed (+2753 additions, -1207 deletions)

View changed files

📝 .hintrc (+2 -1)
📝 README.md (+11 -5)
📝 index.html (+76 -38)
📝 package.json (+5 -4)
📝 pnpm-lock.yaml (+292 -258)
📝 src/App.vue (+15 -13)
📝 src/api/song.js (+1 -0)
📝 src/components/Banner/index.vue (+3 -1)
📝 src/components/Comment/index.vue (+4 -3)
📝 src/components/DataList/AllArtists.vue (+7 -2)
📝 src/components/DataList/ArtistLists.vue (+50 -10)
📝 src/components/DataList/CoverLists.vue (+67 -23)
📝 src/components/DataList/DataLists.vue (+59 -46)
📝 src/components/DataList/SmallSongData.vue (+4 -2)
📝 src/components/DataModal/AboutSite.vue (+1 -1)
📝 src/components/DataModal/AddPlaylist.vue (+46 -28)
📝 src/components/DataModal/CloudMatch.vue (+16 -12)
📝 src/components/DataModal/CreatePlaylist.vue (+21 -18)
📝 src/components/DataModal/DownloadSong.vue (+28 -20)
📝 src/components/DataModal/PlayListDrawer.vue (+10 -6)

...and 61 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/42 **Author:** [@imsyy](https://github.com/imsyy) **Created:** 5/24/2023 **Status:** ✅ Merged **Merged:** 5/24/2023 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (3) - [`0ee896d`](https://github.com/imsyy/SPlayer/commit/0ee896d3524d9a5684b529d9712b3e8cdac0aa76) feat: 新增 i18n 支持 - [`0207b92`](https://github.com/imsyy/SPlayer/commit/0207b92f2ad18da5fadcb38caf8c68c2908811a7) feat: 完善 i18n 支持 & fix: ios 端图标显示 #38 - [`3c64da8`](https://github.com/imsyy/SPlayer/commit/3c64da89f6941ef73a70a6f95cf2e3b47100ef0e) docs: 更新说明 ### 📊 Changes **81 files changed** (+2753 additions, -1207 deletions) <details> <summary>View changed files</summary> 📝 `.hintrc` (+2 -1) 📝 `README.md` (+11 -5) 📝 `index.html` (+76 -38) 📝 `package.json` (+5 -4) 📝 `pnpm-lock.yaml` (+292 -258) 📝 `src/App.vue` (+15 -13) 📝 `src/api/song.js` (+1 -0) 📝 `src/components/Banner/index.vue` (+3 -1) 📝 `src/components/Comment/index.vue` (+4 -3) 📝 `src/components/DataList/AllArtists.vue` (+7 -2) 📝 `src/components/DataList/ArtistLists.vue` (+50 -10) 📝 `src/components/DataList/CoverLists.vue` (+67 -23) 📝 `src/components/DataList/DataLists.vue` (+59 -46) 📝 `src/components/DataList/SmallSongData.vue` (+4 -2) 📝 `src/components/DataModal/AboutSite.vue` (+1 -1) 📝 `src/components/DataModal/AddPlaylist.vue` (+46 -28) 📝 `src/components/DataModal/CloudMatch.vue` (+16 -12) 📝 `src/components/DataModal/CreatePlaylist.vue` (+21 -18) 📝 `src/components/DataModal/DownloadSong.vue` (+28 -20) 📝 `src/components/DataModal/PlayListDrawer.vue` (+10 -6) _...and 61 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:47 +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#417
No description provided.