Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xe5700 committed Aug 25, 2020
1 parent 11d4e28 commit 801d2c8
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 38 deletions.
2 changes: 1 addition & 1 deletion MusicCacheParser/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>
2 changes: 1 addition & 1 deletion MusicCacheParser/MusicCacheParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>MusicCacheParser</RootNamespace>
<AssemblyName>MusicCacheParser</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
Expand Down
26 changes: 13 additions & 13 deletions MusicCacheParser/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions MusicCacheParser/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions MusicCacheParser/Resource1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 强大的音乐缓存导出工具
## 目前只支持网易云音乐一个播放器
## 支持从网易云音乐的缓存导出FLAC 和 MP3 ,并且支持 自动导出功能,自动将缓存导出。
## 自动写入封面以及歌手之类的信息,比下载导出的文件还要完整。
## 无加密,可以在任何播放器里播放。
自动将你听过的音乐永久保存
目前只支持网易云音乐一个播放器
支持从网易云音乐的缓存导出FLAC 和 MP3 ,并且支持 自动导出功能,自动将缓存导出。
自动写入封面以及歌手之类的信息,比下载导出的文件还要完整。
无加密,可以在任何播放器里播放。

0 comments on commit 801d2c8

Please sign in to comment.