Skip to content

Commit

Permalink
改一些默认配置
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Aug 29, 2020
1 parent 1252e19 commit 28b04f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/api/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const DEFAULT_CONFIG = {
showDanmaku: true,
showGift: true,
showGiftName: false,
mergeSimilarDanmaku: true,
mergeSimilarDanmaku: false,
mergeGift: true,
maxNumber: 60,

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/StyleGenerator/stylegen.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const DEFAULT_CONFIG = {
ownerUserNameColor: '#ffd600',
moderatorUserNameColor: '#5e84f1',
memberUserNameColor: '#0f9d58',
showBadges: false,
showBadges: true,
showColon: true,

messageFont: 'Imprima',
Expand Down

0 comments on commit 28b04f2

Please sign in to comment.