@volcengine/veplayer 2.5.1-rc.1 → 2.5.1-rc.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/veplayer",
3
- "version": "2.5.1-rc.1",
3
+ "version": "2.5.1-rc.2",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
@@ -3297,11 +3297,16 @@ var __publicField = (obj, key, value) => {
3297
3297
  return rowDom;
3298
3298
  }
3299
3299
  }
3300
+ const logDoc = (
3301
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
3302
+ // @ts-ignore
3303
+ "https://www.volcengine.com/docs/6469/138655#日志上报"
3304
+ );
3300
3305
  const BaseEN = window["VePlayer"].EN;
3301
3306
  const EN$1 = {
3302
3307
  ...BaseEN,
3303
3308
  INVALID_PARAMETER: "The imported parameter is empty, please pass in necessary parameters such as the stream address",
3304
- INVALID_LOGGER: "Log options not configured correctly. Please refer to this document https://docs.byteplus.com/en/docs/byteplus-media-live/docs-feature-implementation#uploading-logs to configure the logs.",
3309
+ INVALID_LOGGER: `Log options not configured correctly. Please refer to this document ${logDoc} to configure the logs.`,
3305
3310
  // info-panel
3306
3311
  FORMAT: "format",
3307
3312
  FPS: "fps",
@@ -3320,7 +3325,7 @@ var __publicField = (obj, key, value) => {
3320
3325
  const ZH_CN$1 = {
3321
3326
  ...BaseZH_CN,
3322
3327
  INVALID_PARAMETER: "入参为空,请传入流地址等必要参数",
3323
- INVALID_LOGGER: "未正确配置质量日志参数, 请参考 https://www.volcengine.com/docs/6469/138655#日志上报 配置",
3328
+ INVALID_LOGGER: `未正确配置质量日志参数, 请参考 ${logDoc} 配置`,
3324
3329
  // info-panel
3325
3330
  FORMAT: "格式",
3326
3331
  FPS: "帧率",