Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
racpast committed Dec 24, 2024
1 parent 77dbe0f commit 68b3496
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions LogHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public class LogHelper
" |__/ |_| ",
"——————————————————————————————————————————",
"版本号:" + PresetGUIVersion,
"记录时间:" +DateTime.UtcNow.ToString(),
"系统信息:" + OSDescription,
"记录时间:" + DateTime.UtcNow.ToString(),
"——————————————————————————————————————————"
};

Expand Down
3 changes: 0 additions & 3 deletions PublicHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ public class PublicHelper
public static string PresetYiyan = "不是渐行渐远,而是有一天终要重逢。";
public static string PresetYiyanForm = "—— 龙应台「目送」";

// 操作系统描述信息
public static string OSDescription { get; } = System.Runtime.InteropServices.RuntimeInformation.OSDescription;

// 字符串转换为布尔值的类
public class StringBoolConverter
{
Expand Down

0 comments on commit 68b3496

Please sign in to comment.