Skip to content

Commit

Permalink
累积更新2.0.5.1c
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Apr 1, 2021
1 parent 17a5768 commit f9bee8a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Auxiliary/MMPU.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ public class MMPU
public static string 直播缓存目录 = "";
public static int 直播更新时间 = 20;
public static string 下载储存目录 = "";
public static string 版本号 = "2.0.5.1b";
public static string 版本号 = "2.0.5.1c";
public static string 开发版本号 = $"开发模式(基于Ver{版本号}主分支)";
public static string[] 不检测的版本号 = { "2.0.5.0d" };
public static string[] 不检测的版本号 = { "2.0.5.1b" };
public static bool 第一次打开播放窗口 = true;
public static int 默认音量 = 0;
public static int 缩小功能 = 1;
Expand Down
3 changes: 1 addition & 2 deletions DDTVLiveRec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ docker run -d \
```

# 录制配置:RoomListConfig.json说明:
  格式和解析方式和DDTV一样,格式为json字符串,releases发布的压缩包里附带了一个参考的文件。
  【重要】默认只支持[VTBS](https://vtbs.moe/)有记录的房间监控,如果有未记录的V,到vtbs提交新的V即可。如需监控非V的房间,需要打开配置文件中的NV选项(NotVTBStatus),切连接的非V房间推荐不要超过5个,因为阿B的服务器限制,可能造成未知错误。
格式和解析方式和DDTV一样,格式为json字符串,releases发布的压缩包里附带了一个参考的文件。
房间配置文件格式为
```json
{
Expand Down
1 change: 1 addition & 0 deletions DDTV_New/DDTV_New.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
<Resource Include="更新日志\2.0.3.1a.txt" />
</ItemGroup>
<ItemGroup>
<Resource Include="ddtv_logo.png" />
<Content Include="libffmpeg\ffmpeg.exe" />
<Content Include="libvlc\win-x64\libvlc.dll" />
<Content Include="libvlc\win-x64\libvlccore.dll" />
Expand Down
2 changes: 1 addition & 1 deletion DDTV_New/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<RowDefinition Height="59*"/>
<RowDefinition Height="456*"/>
</Grid.RowDefinitions>
<Image x:Name="logo" Source="res/img/ddtv_logo.png" Margin="8,6,662,18" Width="130" Height="35" />
<Image x:Name="logo" Source="ddtv_logo.png" Margin="8,6,662,18" Width="130" Height="35" />
<Image Source="res/ico/close.png" Name="exit" Stretch="Fill" Width="30" Height="30" Margin="760,5,10,24" MouseLeftButtonDown="关闭按钮_Click"/>
<Image Source="res/ico/unfold.png" Name="最小化" Stretch="Fill" Width="30" Height="30" Margin="725,5,45,24" MouseLeftButtonDown="最小化按钮_Click"/>
<Label x:Name="版本更新通知" Content="" VerticalAlignment="Center" HorizontalAlignment="Center" Height="31" Width="183" VerticalContentAlignment="Center" Foreground="Black" Margin="486,425,131,0" Grid.Row="1" />
Expand Down
Binary file added DDTV_New/ddtv_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DDTV_New/res/img/ddtv_logo - 副本.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified DDTV_New/res/img/ddtv_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f9bee8a

Please sign in to comment.