Skip to content

Commit

Permalink
release1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leezng committed May 13, 2018
1 parent 19311cf commit f2b6882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# iMusic

一个基于 `React` 开发的音乐App。
🎵一个基于 `React` 开发的音乐App。

感谢 [NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi) 提供的 API。

项目持续开发中, coming soon...
💪项目持续开发中...

![Mind](./resource/mind.png)

Expand Down
2 changes: 1 addition & 1 deletion src/renderer/containers/TitleBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function info () {
content: (
<div>
<div>本项目仅供技术交流使用,禁止用于商业用途</div>
<div>Copyright © 2018 <a onClick={() => shell.openExternal('https://github.com/leezng')}>leezng</a></div>
<div>Copyright 2018 <a onClick={() => shell.openExternal('https://github.com/leezng/iMusic')}>leezng</a></div>
</div>
)
})
Expand Down

0 comments on commit f2b6882

Please sign in to comment.