From c9ab8aba9f04500738e19cba4f2f748f0ba26f38 Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 27 Dec 2023 11:13:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 96801ef9..994a3028 100644 --- a/src/types.ts +++ b/src/types.ts @@ -113,7 +113,7 @@ type RawCommonProps = { * * 比如开屏广告可能需要多个 rule 去匹配, 当一个 rule 触发时, 其它 rule 的触发是无意义的 * - * 如果你对这个 key 的 rule 设置 actionMaximum=0, 那么当这个 rule 和 本 rule 触发任意一个时, 两个 rule 都将进入休眠 + * 如果你对这个 key 的 rule 设置 actionMaximum=1, 那么当这个 rule 和 本 rule 触发任意一个时, 两个 rule 都将进入休眠 */ actionMaximumKey?: number;