Skip to content

RawGlobalApp

全局规则应用配置

Extends

Properties

id

id: string

目标应用的包名


enable?

enable?: boolean

在此应用启用/禁用此规则

Default

ts
true

activityIds?

activityIds?: IArray<string>

如果 设备界面Id startWith activityIds 的任意一项, 则匹配

如果要匹配所有界面: undefined (不填写) 或者 [] (避免使用上级属性)

Inherited from

RawAppRuleProps.activityIds


excludeActivityIds?

excludeActivityIds?: IArray<string>

如果 设备界面Id startWith excludeActivityIds 的任意一项, 则排除匹配

优先级高于 activityIds

Inherited from

RawAppRuleProps.excludeActivityIds


versionNames?

versionNames?: IArray<string>

如果应用版本名称包含在此列表中, 则匹配

Version

1.7.0

Inherited from

RawAppRuleProps.versionNames


excludeVersionNames?

excludeVersionNames?: IArray<string>

如果应用版本名称包含在此列表中, 则排除匹配, 优先级高于 versionNames

Version

1.7.0

Inherited from

RawAppRuleProps.excludeVersionNames


versionCodes?

versionCodes?: IArray<Integer>

如果应用版本代码包含在此列表中, 则匹配

Version

1.7.0

Inherited from

RawAppRuleProps.versionCodes


excludeVersionCodes?

excludeVersionCodes?: IArray<Integer>

如果应用版本代码包含在此列表中, 则排除匹配, 优先级高于 versionCodes

Version

1.7.0

Inherited from

RawAppRuleProps.excludeVersionCodes

Released under the GPL-v3 License.