Skip to content

Commit

Permalink
增加屏蔽词注释描述
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Aug 20, 2024
1 parent f3b5f80 commit 1501ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1872,8 +1872,8 @@ public string _UsingCustomFFMPEG

private static string BlockBarrageList = "屏蔽示例文本|这是第二个屏蔽词|这是第三个|想必你看懂了,屏蔽词使用什么符号分割";
/// <summary>
/// 弹幕屏蔽列表
/// 默认值:string.Empty(空)
/// 弹幕屏蔽列表(使用"|"进行分割关键词)
/// 默认值:屏蔽示例文本|这是第二个屏蔽词|这是第三个|想必你看懂了,屏蔽词使用什么符号分割
/// </summary>
public string _BlockBarrageList
{
Expand Down

0 comments on commit 1501ebf

Please sign in to comment.