larksr_websdk 3.2.37 → 3.2.310

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,13 @@ export default class ScaleMode {
11
11
  * 以应用原始尺寸的缩放.
12
12
  */
13
13
  static CONTAIN_APP: string;
14
+ /**
15
+ * 裁剪模式,完全填充屏幕但保留宽高比
16
+ */
14
17
  static FILL_CLIP: string;
18
+ /**
19
+ * 拉伸模式,完全填充屏幕但不保留宽高比
20
+ */
15
21
  static FILL_STRETCH: string;
16
22
  /**
17
23
  * offset 控制条的高度