@singcl/ad-execute-manager 1.11.11 → 1.11.12

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.
@@ -5,12 +5,14 @@ export type IRewordAdConfig = {
5
5
  adUnitId: string;
6
6
  /**
7
7
  * 是否开启进度提醒。开启时广告文案为「再看 n 个xxx」,关闭时为「再看 1 个xxx」。其中 n 表示用户当前还需额外观看广告的次数
8
- * 再得广告的奖励文案,用户每看完一个广告都会展示,multiton 为 true 时必填。
9
- * 文案完整内容为「再看 1 个xxx」,其中 xxx 是 multitonRewardMsg 配置的文案内容,最大长度为 7,
10
- * 文案内容根据 multitonRewardMsg 的配置按顺序展示。若 multitonRewardMsg 长度小于 multitonRewardTimes ,
11
- * 则后续的激励再得广告文案取 multitonRewardMsg 数组最后一个。
12
8
  */
13
9
  progressTip?: boolean | undefined;
10
+ /**
11
+ * - 再得广告的奖励文案,用户每看完一个广告都会展示,multiton 为 true 时必填。
12
+ * - 文案完整内容为「再看 1 个xxx」,其中 xxx 是 multitonRewardMsg 配置的文案内容,最大长度为 7,
13
+ * - 文案内容根据 multitonRewardMsg 的配置按顺序展示。若 multitonRewardMsg 长度小于 multitonRewardTimes ,
14
+ * - 则后续的激励再得广告文案取 multitonRewardMsg 数组最后一个。
15
+ */
14
16
  multitonRewardMsg?: Array<string> | undefined;
15
17
  /**
16
18
  * 是否开启激励再得广告
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singcl/ad-execute-manager",
3
- "version": "1.11.11",
3
+ "version": "1.11.12",
4
4
  "description": "A powerful and flexible ad execution management library for handling reward-based ads, interstitial ads, and other advertising formats in JavaScript applications.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -57,7 +57,7 @@
57
57
  "@eslint/js": "^9.39.1",
58
58
  "@rslib/core": "^0.18.5",
59
59
  "@rstest/core": "^0.7.2",
60
- "@singcl/ad-execute-manager": "^1.11.1",
60
+ "@singcl/ad-execute-manager": "^1.11.12",
61
61
  "eslint": "^9.39.2",
62
62
  "eslint-plugin-import": "^2.32.0",
63
63
  "globals": "^16.5.0",