From f02719e3cad63a1af63e878405b9df25c9656bd8 Mon Sep 17 00:00:00 2001 From: lisonge Date: Mon, 25 Dec 2023 23:59:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20actionCd=20=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types.ts b/src/types.ts index e6f88ed6..96801ef9 100644 --- a/src/types.ts +++ b/src/types.ts @@ -5,6 +5,8 @@ type RawCommonProps = { * 单位: 毫秒 * * 当前规则的冷却时间, 或者执行 action 最小间隔 + * + * 默认值: 1000 */ actionCd?: number;