@volcengine/veplayer 1.15.3-rc.25 → 1.15.3-rc.26

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/index.d.ts CHANGED
@@ -2285,6 +2285,11 @@ export interface ITTDramaEnv {
2285
2285
  * @type {boolean}
2286
2286
  */
2287
2287
  canIUseGetDramaInfo: boolean;
2288
+ /**
2289
+ * @brief Android 是否支持批量获取短剧信息(高版本 app)
2290
+ * @type {boolean}
2291
+ */
2292
+ canAndroidBatchGetDramaInfo?: boolean;
2288
2293
  /**
2289
2294
  * @brief 获取短剧信息
2290
2295
  * @type {function}