Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
wwh1004 committed Aug 30, 2019
1 parent 5908b8f commit 9dd3a64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions NLyric/NLyric.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>NLyric</AssemblyName>
<Title>NLyric</Title>
<Product>NLyric</Product>
<Copyright>Copyright © 2019 Wwh</Copyright>
<AssemblyVersion>2.2.5.1</AssemblyVersion>
<FileVersion>2.2.5.1</FileVersion>
<AssemblyVersion>2.2.5.2</AssemblyVersion>
<FileVersion>2.2.5.2</FileVersion>
<OutputPath>..\bin\$(Configuration)</OutputPath>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1;net472</TargetFrameworks>
Expand All @@ -16,7 +16,7 @@
<EmbeddedResource Include="TraditionalToSimplified.map" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NeteaseCloudMusicApi" Version="3.21.1" />
<PackageReference Include="NeteaseCloudMusicApi" Version="3.22.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="z440.atl.core" Version="2.12.0" />
</ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion NLyric/NLyricImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ internal static class NLyricImpl {
private static AllCaches _allCaches;

public static async Task ExecuteAsync(Arguments arguments) {
Logger.Instance.LogInfo("登录可避免出现大部分API错误!!!", ConsoleColor.Green);
for (int i = 0; i < 3; i++)
Logger.Instance.LogInfo("登录可避免出现大部分API错误!!!软件出错请尝试登录!!!", ConsoleColor.Green);
Logger.Instance.LogInfo("重要的事情说3遍!!!", ConsoleColor.Green);
Logger.Instance.LogNewLine();
Logger.Instance.LogInfo("程序会自动过滤相似度为0的结果与歌词未被收集的结果!!!", ConsoleColor.Green);
Logger.Instance.LogNewLine();
_allCachesPath = Path.Combine(arguments.Directory, ".nlyric");
Expand Down

0 comments on commit 9dd3a64

Please sign in to comment.