@volcengine/veplayer 1.7.1-rc.0 → 1.7.1-rc.1
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 +7 -0
- package/index.min.js +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1371,6 +1371,13 @@ export interface IPlayerConfig extends IPlayerOptions {
|
|
|
1371
1371
|
* @memberof IPlayerConfig
|
|
1372
1372
|
*/
|
|
1373
1373
|
region?: TRegionType;
|
|
1374
|
+
/**
|
|
1375
|
+
* 插件加载公共路径,用于指定插件的加载路径,或者本地文件服务加载插件
|
|
1376
|
+
*
|
|
1377
|
+
* @type {(string)}
|
|
1378
|
+
* @memberof IPlayerConfig
|
|
1379
|
+
*/
|
|
1380
|
+
pluginPublicPath?: string;
|
|
1374
1381
|
/**
|
|
1375
1382
|
* 是否音乐播放器模式
|
|
1376
1383
|
*
|