Merge pull request #445 from orz12/feat-danmaku-strokewidth

feat: 新增弹幕描边粗细设置,默认值降低
This commit is contained in:
guozhigq
2024-01-27 13:25:28 +08:00
committed by GitHub
4 changed files with 51 additions and 1 deletions

View File

@ -143,12 +143,13 @@ class LocalCacheKey {
wbiKeys = 'wbiKeys',
timeStamp = 'timeStamp',
// 弹幕相关设置 屏蔽类型 显示区域 透明度 字体大小 弹幕时间
// 弹幕相关设置 屏蔽类型 显示区域 透明度 字体大小 弹幕时间 描边粗细
danmakuBlockType = 'danmakuBlockType',
danmakuShowArea = 'danmakuShowArea',
danmakuOpacity = 'danmakuOpacity',
danmakuFontScale = 'danmakuFontScale',
danmakuDuration = 'danmakuDuration',
strokeWidth = 'strokeWidth',
// 代理host port
systemProxyHost = 'systemProxyHost',