-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
续加仪
committed
May 24, 2023
1 parent
a0af405
commit 5c375f0
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## 〇 项目介绍 | ||
|
||
### 00 项目介绍 | ||
|
||
![1.png](https://files.hyz.cool/files/articles/da0b39c2b8f6eaa6cc17743b78de7245.png) | ||
|
||
![4.png](https://files.hyz.cool/files/articles/93c248007b70bf62638307d510dd3ecb.png) | ||
|
||
- 使用Qt Quick QML开发的Windows一款云音乐播放器程序 | ||
- 实现了搜索音乐、播放音乐、历史记录、我喜欢等功能 | ||
- 运用了RowLayout、ColumnLayout、Grid等布局 | ||
- 使用了ListView进行列表展示、歌词滚动 | ||
- 使用MediaPlayer实现媒体播放 | ||
- 使用Settings实现历史记录、我喜欢等数据存储 | ||
- 有部分自定义组件、动画运用 | ||
- 使用了系统托盘图标功能 | ||
- 网络请求中使用了C++与qml交互 | ||
- 会用到前端的JavaScript相关知识 | ||
- 用到了Docker容器运行搜索服务程序,一些基础的Docker操作 | ||
|
||
|
||
|
||
[更多文档](./doc) |