Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
全局规则默认禁用系统应用,但是有部分系统应用是有开屏广告的,想要在默认禁用系统应用的情况下使全局规则匹配某个系统应用,目前的解决办法是设置
apps: [{ id, enable: true }]
,这样设置后id里的全局规则开关是打开的,但实际上不能生效,需要手动关闭再打开才能生效,请问是不是和全局规则里的matchSystemApp: false,
冲突了?日志:https://github.com/gkd-kit/inspect/files/15269881/file.zip
VID_20240510_110338.mp4
Beta Was this translation helpful? Give feedback.
All reactions