fix: Fixed the problem that the default line break is invalid.

This commit is contained in:
real-zony 2022-03-20 19:06:09 +08:00
parent 02f82e43d3
commit 2b41658783
2 changed files with 2 additions and 2 deletions

View File

@ -42,5 +42,5 @@ globalOption:
# 歌词下载的一些共有配置参数。
config:
isOneLine: true # 双语歌词是否合并为一行展示。
lineBreak: '\n' # 换行符的类型
lineBreak: "\n" # 换行符的类型,记得使用双引号指定
isEnableTranslation: true # 是否启用翻译歌词。