Skip to content

Commit 4881e75

Browse files
committed
docs(README): Update project description and branding
- Rename project from GMlayer to GMPlayer - Update project description and background - Add new reference to applemusic-like-lyrics - Change license from MIT to AGPL-3.0 - Improve project status and feature descriptions
1 parent 896d99c commit 4881e75

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<div align="center">
22
<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>
55
<img alt="main" src="./screenshots/main.png" />
66
</div>
77
<br />
88

99
## 说明
1010

11-
> **当前项目正在重构中,当前版本进入维护模式,仅在遇到重大问题时会进行修复**
11+
> **本项目基于 imsyy/SPlayer 1.0 进行开发,修复了原作者写出的一些 Bug 以及添加了一些本人喜欢的样式/功能**
1212
> - 支持客户端与网页端
1313
> - 支持现有版本所有功能
1414
> - 新增支持播放与管理本地歌曲
1515
1616
- 本项目采用 [Vue 3](https://cn.vuejs.org/) 全家桶和 [Naïve UI](https://www.naiveui.com/) 组件库及 `SCSS` 开发
1717
- 目前主要以 `Web` 端为主,`Tauri` 在写了在写了
18-
- 仅对移动端做了基础适配**不保证功能全部可用**
18+
- 移动端已适配,但尚未测试完全**不保证功能全部可用**
1919
- 欢迎各位大佬指点和 `Star` 哦 😍
2020

2121
## 👀 Demo
2222

23-
- [SPlayer](https://music.gbclstudio.cn/)
23+
- [GMPlayer](https://music.gbclstudio.cn/)
2424

2525
## 🎉 功能
2626

@@ -41,18 +41,19 @@
4141
- 支持逐字歌词
4242
- 歌词滚动以及歌词翻译
4343
- MV 与视频播放
44-
- 音乐频谱显示( 暂时去除,还待完善 )
44+
- 音乐频谱显示
4545
- 音乐渐入渐出
4646
- 支持 PWA
4747
- 支持评论区及评论点赞
4848
- 明暗模式自动 / 手动切换
49-
- 移动端基础适配
49+
- 移动端适配
5050
- `i18n` 支持
51+
- 流体背景/高级歌词 (By [@applemusic-like-lyrics](https://github.com/steve-xmh/applemusic-like-lyrics/))
5152

5253
#### 待办
5354

5455
- [ ] 电台节目支持
55-
- [ ] 移动端适配与 Tauri 跨平台
56+
- [ ] Tauri 跨平台
5657
- [ ] 发表评论
5758

5859
## 😍 Screenshots
@@ -140,11 +141,12 @@ pnpm build
140141
- [BlurLyric](https://github.com/Project-And-Factory/BlurLyric)
141142
- [Vue-mmPlayer](https://github.com/maomao1996/Vue-mmPlayer)
142143
- [原作: SPlayer](https://github.com/imsyy/SPlayer)
144+
- [applemusic-like-lyrics](https://github.com/steve-xmh/applemusic-like-lyrics/)
143145

144146
## 📜 开源许可
145147

146148
- **本项目仅供个人学习研究使用,禁止用于商业及非法用途**
147-
- 本项目基于 [MIT license](https://opensource.org/license/mit/) 许可进行开源
149+
- 本项目基于 [AGPL-3.0 license](https://opensource.org/license/agpl-v3) 许可进行开源,Fork/修改 请遵循 AGPL-3.0 协议要求
148150

149151
## 📢 免责声明
150152

0 commit comments

Comments
 (0)