mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
perf: 优化全局规则禁用条件
This commit is contained in:
@@ -63,7 +63,7 @@ function filterAppsByGroup(apps: any[], groupNamePrefix: string): string[] {
|
||||
(a) =>
|
||||
a.groups.filter((g: { name: string }) =>
|
||||
g.name.startsWith(groupNamePrefix),
|
||||
).length === 1,
|
||||
).length > 0,
|
||||
)
|
||||
.map((a) => a.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user