feat: order

This commit is contained in:
lisonge 2024-01-27 21:32:30 +08:00
parent 0c337abd47
commit 2e6a77e86b

View File

@ -6,7 +6,7 @@ type RawCommonProps = {
*
* , action
*
* 默认值: 1000
* @default 1000
*/
actionCd?: number;
@ -83,10 +83,10 @@ type RawCommonProps = {
actionMaximum?: number;
/**
* : `activity`
*
* matchTime/actionMaximum ,
*
* @default 'activity'
*
* @example
* 'activity'
* // 当 activity 刷新时, 唤醒规则
@ -117,6 +117,18 @@ type RawCommonProps = {
*/
actionMaximumKey?: number;
/**
* ,
*
* order , groups , app global
*
* ,
*
* @default 0
*
*/
order?: number;
/**
* / ,
*/