diff --git a/src/types.ts b/src/types.ts index fed7b3b1..80ddb1a1 100644 --- a/src/types.ts +++ b/src/types.ts @@ -279,6 +279,13 @@ type RawGlobalRuleProps = { */ matchLauncher?: boolean; + /** + * 默认值: `false` + * + * 是否匹配系统应用, 仅全局规则可用 + */ + matchSystemApp?: boolean; + apps?: RawGlobalApp[]; };