fix: rm tag version

This commit is contained in:
lisonge 2024-07-03 21:39:03 +08:00
parent 3ba4b2a341
commit 40c3d6583c

View File

@ -339,7 +339,6 @@ export interface RawCommonProps {
*
* @default 0
*
* @version 1.7.0
*/
order?: Integer;
@ -354,7 +353,6 @@ export interface RawCommonProps {
*
*
*
* @version 1.7.0
*/
forcedTime?: Integer;
@ -459,7 +457,6 @@ export interface RawRuleProps extends RawCommonProps {
*
* position , {@link action} `clickCenter`
*
* @version 1.7.0
*/
position?: Position;
@ -477,8 +474,6 @@ export interface RawRuleProps extends RawCommonProps {
*
* {@link matches} 使, {@link matches}
*
* @version 1.8.0
*
*/
anyMatches?: IArray<string>;
@ -529,8 +524,6 @@ export interface RawGroupProps extends RawCommonProps {
*
* key rule, 使 rule, scopeKeys rule
*
* @version 1.7.0
*
*/
scopeKeys?: IArray<Integer>;
}
@ -556,28 +549,24 @@ export interface RawAppRuleProps {
/**
* ,
*
* @version 1.7.0
*/
versionNames?: IArray<string>;
/**
* , , versionNames
*
* @version 1.7.0
*/
excludeVersionNames?: IArray<string>;
/**
* ,
*
* @version 1.7.0
*/
versionCodes?: IArray<Integer>;
/**
* , , versionCodes
*
* @version 1.7.0
*/
excludeVersionCodes?: IArray<Integer>;
}