自GKD1.10.4之后出现的新BU #1377
Unanswered
1414230610
asked this question in
Q&A
Replies: 1 comment 1 reply
|
应用列表-显示全部-编辑白名单-取消勾选系统桌面 |
1 reply
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.
自GKD 1.10.4之后的版本一直到现在的 .21的最新版本,有一个BUG,就是系统通知栏快照,照不到界面UI元素,
{
key: 2,
name: '功能类',
rules: [
{
matches: [
'@[visibleToUser=true][text="小窗打开"] <<n [vid="expanded"]'
],
fastQuery: true,
snapshotUrls: [
'https://i.gkd.li/i/20638271'
],
exampleUrls: [
'https://e.gkd.li/516fae2b-3e06-4fed-b229-9e9ba438852c'
],
activityIds: [
'com.android.launcher3.uioverrides.QuickstepLauncher'
]
}
]
}
此条规则在1.0.4版本中可以正常使用,当更新到更高版本时,规则不再执行,而且在本地规则组中找不到词条规则,也就是说发现不了这个系统界面这款APP不知道是怎么回事。有哪位大佬懂的。可以在后续版本把它解决一下
All reactions