改一些默认配置

This commit is contained in:
John Smith 2020-08-29 14:27:15 +08:00
parent 1252e1942d
commit 28b04f27ee
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export const DEFAULT_CONFIG = {
showDanmaku: true,
showGift: true,
showGiftName: false,
mergeSimilarDanmaku: true,
mergeSimilarDanmaku: false,
mergeGift: true,
maxNumber: 60,

View File

@ -17,7 +17,7 @@ export const DEFAULT_CONFIG = {
ownerUserNameColor: '#ffd600',
moderatorUserNameColor: '#5e84f1',
memberUserNameColor: '#0f9d58',
showBadges: false,
showBadges: true,
showColon: true,
messageFont: 'Imprima',