From 9dd3a64c3cc10744c3a76cd769d179634821f5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E7=85=8C?= Date: Fri, 30 Aug 2019 08:34:12 +0800 Subject: [PATCH] misc --- NLyric/NLyric.csproj | 8 ++++---- NLyric/NLyricImpl.cs | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/NLyric/NLyric.csproj b/NLyric/NLyric.csproj index 60d786c..570131c 100644 --- a/NLyric/NLyric.csproj +++ b/NLyric/NLyric.csproj @@ -1,11 +1,11 @@ - + NLyric NLyric NLyric Copyright © 2019 Wwh - 2.2.5.1 - 2.2.5.1 + 2.2.5.2 + 2.2.5.2 ..\bin\$(Configuration) Exe netcoreapp2.1;net472 @@ -16,7 +16,7 @@ - + diff --git a/NLyric/NLyricImpl.cs b/NLyric/NLyricImpl.cs index 7af2c90..bac38dc 100644 --- a/NLyric/NLyricImpl.cs +++ b/NLyric/NLyricImpl.cs @@ -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");