diff --git a/_LSP.js b/_LSP.js index a31d191e132911b78ac11d1f17c55a3e7cd24b6d..fb46d6c15624781c18e4ee5462cf06aa106f3349 100644 --- a/_LSP.js +++ b/_LSP.js @@ -8,7 +8,7 @@ */ // 当前环境版本号 -const VERSION = 20230205 +const VERSION = 20230228 // 组件配置文件名 const settingConfigName = 'settings.json'; // 分支 @@ -2004,7 +2004,7 @@ class BaseWidget { } = options; // 屏幕宽度 const screenWidth = Device.screenSize().width; - const mediumWidgetHeight = this.getWidgetSize('中号').height / 2; + const mediumWidgetHeight = 180; // 组件配置缓存 const widgetSetting = this.readWidgetSetting(); const { dayBackgroundImagePath, nightBackgroundImagePath, dayBackgroundImageUrl, nightBackgroundImageUrl, picType } = widgetSetting;