File tree 1 file changed +11
-9
lines changed
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<img alt =" logo " height =" 80 " src =" ./public/images/logo/favicon.png " />
3
- <h2 >GMlayer </h2 >
4
- <p >一个简约的在线音乐播放器 </p >
3
+ <h2 >GMPlayer </h2 >
4
+ <p >SPlayer enhanced version </p >
5
5
<img alt =" main " src =" ./screenshots/main.png " />
6
6
</div >
7
7
<br />
8
8
9
9
## 说明
10
10
11
- > ** 当前项目正在重构中,当前版本进入维护模式,仅在遇到重大问题时会进行修复 **
11
+ > ** 本项目基于 imsyy/SPlayer 1.0 进行开发,修复了原作者写出的一些 Bug 以及添加了一些本人喜欢的样式/功能 **
12
12
> - 支持客户端与网页端
13
13
> - 支持现有版本所有功能
14
14
> - 新增支持播放与管理本地歌曲
15
15
16
16
- 本项目采用 [ Vue 3] ( https://cn.vuejs.org/ ) 全家桶和 [ Naïve UI] ( https://www.naiveui.com/ ) 组件库及 ` SCSS ` 开发
17
17
- 目前主要以 ` Web ` 端为主,` Tauri ` 在写了在写了
18
- - 仅对移动端做了基础适配 ,** 不保证功能全部可用**
18
+ - 移动端已适配,但尚未测试完全 ,** 不保证功能全部可用**
19
19
- 欢迎各位大佬指点和 ` Star ` 哦 😍
20
20
21
21
## 👀 Demo
22
22
23
- - [ SPlayer ] ( https://music.gbclstudio.cn/ )
23
+ - [ GMPlayer ] ( https://music.gbclstudio.cn/ )
24
24
25
25
## 🎉 功能
26
26
41
41
- 支持逐字歌词
42
42
- 歌词滚动以及歌词翻译
43
43
- MV 与视频播放
44
- - 音乐频谱显示( 暂时去除,还待完善 )
44
+ - 音乐频谱显示
45
45
- 音乐渐入渐出
46
46
- 支持 PWA
47
47
- 支持评论区及评论点赞
48
48
- 明暗模式自动 / 手动切换
49
- - 移动端基础适配
49
+ - 移动端适配
50
50
- ` i18n ` 支持
51
+ - 流体背景/高级歌词 (By [ @applemusic-like-lyrics ] ( https://github.com/steve-xmh/applemusic-like-lyrics/ ) )
51
52
52
53
#### 待办
53
54
54
55
- [ ] 电台节目支持
55
- - [ ] 移动端适配与 Tauri 跨平台
56
+ - [ ] Tauri 跨平台
56
57
- [ ] 发表评论
57
58
58
59
## 😍 Screenshots
@@ -140,11 +141,12 @@ pnpm build
140
141
- [ BlurLyric] ( https://github.com/Project-And-Factory/BlurLyric )
141
142
- [ Vue-mmPlayer] ( https://github.com/maomao1996/Vue-mmPlayer )
142
143
- [ 原作: SPlayer] ( https://github.com/imsyy/SPlayer )
144
+ - [ applemusic-like-lyrics] ( https://github.com/steve-xmh/applemusic-like-lyrics/ )
143
145
144
146
## 📜 开源许可
145
147
146
148
- ** 本项目仅供个人学习研究使用,禁止用于商业及非法用途**
147
- - 本项目基于 [ MIT license] ( https://opensource.org/license/mit/ ) 许可进行开源
149
+ - 本项目基于 [ AGPL-3.0 license] ( https://opensource.org/license/agpl-v3 ) 许可进行开源,Fork/修改 请遵循 AGPL-3.0 协议要求
148
150
149
151
## 📢 免责声明
150
152
You can’t perform that action at this time.
0 commit comments