Skip to content

Commit

Permalink
累积更新Ver2.0.4.3a
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Oct 30, 2020
1 parent 3e102cb commit eb5ae63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Auxiliary/MMPU.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class MMPU
public static string 直播缓存目录 = "";
public static int 直播更新时间 = 60;
public static string 下载储存目录 = "";
public static string 版本号 = "2.0.4.2a";
public static string 版本号 = "2.0.4.3a";
public static string[] 不检测的版本号 = {"2.0.4.1a"};
public static bool 第一次打开播放窗口 = true;
public static int 默认音量 = 0;
Expand Down Expand Up @@ -81,7 +81,7 @@ public static bool 配置文件初始化(int 模式)
{
InfoLog.InfoInit("./DDTVLog.out", new InfoLog.InfoClasslBool()
{
Debug = true,
Debug = false,
下载必要提示 = true,
杂项提示 = false,
系统错误信息 = true,
Expand All @@ -93,7 +93,7 @@ public static bool 配置文件初始化(int 模式)
{
InfoLog.InfoInit("./DDTVLiveRecLog.out", new InfoLog.InfoClasslBool()
{
Debug = true,
Debug = false,
下载必要提示 = true,
杂项提示 = false,
系统错误信息 = true,
Expand Down

0 comments on commit eb5ae63

Please sign in to comment.