mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
调整避免腾讯云默认设置为 false
This commit is contained in:
parent
d94ff4a3a5
commit
bcb78ccf42
|
@ -141,6 +141,6 @@ namespace BililiveRecorder.Core.Config
|
|||
private string _record_filename_format = @"{roomid}-{name}\录制-{roomid}-{date}-{time}-{title}.flv";
|
||||
private string _clip_filename_format = @"{roomid}-{name}\剪辑片段-{roomid}-{date}-{time}-{title}.flv";
|
||||
|
||||
private bool _avoidTxy = true;
|
||||
private bool _avoidTxy = false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -282,8 +282,8 @@
|
|||
<Grid Grid.Row="6" Margin="10,0">
|
||||
<CheckBox IsChecked="{Binding AvoidTxy}">
|
||||
<TextBlock>
|
||||
尽量不使用有问题的腾讯云服务器
|
||||
<LineBreak/> 可减少录出奇葩损坏文件的概率
|
||||
尽量不使用腾讯云服务器
|
||||
<LineBreak/> 注:目前这个选项勾选与否,没有什么区别。
|
||||
</TextBlock>
|
||||
</CheckBox>
|
||||
</Grid>
|
||||
|
|
Loading…
Reference in New Issue
Block a user