提交 2ee94e52 编写于 作者: AndroidLeaves's avatar AndroidLeaves

update

上级 4ed62c5b
......@@ -284,7 +284,7 @@ class BaseWidget {
return typeText;
}
changeBgMode2OnLineBg = (bgUrl, options = { shadowColor: '#000', shadowColorAlpha: '0', blur: false, darkBlur: true, blurRadius: 30 }) => {
changeBgMode2OnLineBg = (bgUrl, options = { shadowColor: '#000', shadowColorAlpha: '0', blur: false, darkBlur: true, blurRadius: 20 }) => {
let widgetSetting = this.readWidgetSetting();
const { bgType, backgroundImageUrl } = widgetSetting
if (bgType == undefined || (bgType == '1' && backgroundImageUrl == undefined)) {
......@@ -2722,7 +2722,7 @@ class BaseWidget {
shadowColor,
blur = false,
darkBlur = true,
blurRadius = 30,
blurRadius = 20,
shadowColorAlpha = '0',
backgroundGradientColor,
backgroundGradientAngle
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册