chore: @gkd-kit/api@0.6.0

This commit is contained in:
lisonge 2024-10-17 21:44:47 +08:00
parent 06cc806834
commit adb4f101fb
2 changed files with 42 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gkd-kit/api",
"version": "0.5.0",
"version": "0.6.0",
"description": "a typescript kit for gkd",
"type": "module",
"main": "./src/index.ts",

View File

@ -274,7 +274,6 @@ export interface RawCommonProps {
*/
fastQuery?: boolean;
/**
*
*
@ -300,7 +299,7 @@ export interface RawCommonProps {
*
* @default false
*/
matchRoot?:boolean
matchRoot?: boolean;
/**
* 单位: 毫秒
@ -395,6 +394,28 @@ export interface RawCommonProps {
*/
forcedTime?: Integer;
/**
* , ,
*
* , ( order ) -> ( order )
*
* , ,
*
* ,
*
* 使用场景: 某些应用开启很多规则, ,
*
* 注意: 如果全部规则都是优先级规则或只有一个规则,
*/
priorityTime?: Integer;
/**
* , ,
*
* @default 1
*/
priorityActionMaximum?: Integer;
/**
* / ,
*/