diff --git a/src/types.ts b/src/types.ts index 994a3028..fed7b3b1 100644 --- a/src/types.ts +++ b/src/types.ts @@ -269,6 +269,16 @@ type RawGlobalRuleProps = { * false => 仅匹配 apps 里面的 app */ matchAnyApp?: boolean; + + /** + * 默认值: `false` + * + * 是否匹配桌面, 仅全局规则可用 + * + * 如果你切换了桌面, 你需要打开 GKD 的界面触发识别新桌面 + */ + matchLauncher?: boolean; + apps?: RawGlobalApp[]; };