@vvfx/sdk 0.1.11-alpha.2 → 0.1.11-alpha.3

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.
package/dist/index.d.cts CHANGED
@@ -1887,6 +1887,10 @@ type PreviewSafeAreaParam = {
1887
1887
  * @description 出血区色块颜色 默认为 [255, 255, 255, 0.3]
1888
1888
  */
1889
1889
  color?: [number, number, number, number];
1890
+ /**
1891
+ * @description 出血区图像
1892
+ */
1893
+ url?: string;
1890
1894
  };
1891
1895
  /**
1892
1896
  * @description 页面活跃数据
package/dist/index.d.ts CHANGED
@@ -1887,6 +1887,10 @@ type PreviewSafeAreaParam = {
1887
1887
  * @description 出血区色块颜色 默认为 [255, 255, 255, 0.3]
1888
1888
  */
1889
1889
  color?: [number, number, number, number];
1890
+ /**
1891
+ * @description 出血区图像
1892
+ */
1893
+ url?: string;
1890
1894
  };
1891
1895
  /**
1892
1896
  * @description 页面活跃数据