Skip to content

Commit 8c3bf88

Browse files
doublez-tenDoubleZAIsouler
authored
add and perf qin lin open rule (#741)
Co-authored-by: DoubleZ <masteryi_z@163.com> Co-authored-by: AIsouler <zy43220@gmail.com>
1 parent 3545a76 commit 8c3bf88

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/apps/com.qinlin.edoor.ts

+9-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,20 @@ export default defineGkdApp({
5151
{
5252
key: 2,
5353
fastQuery: true,
54-
matchTime: 10000,
5554
activityIds: '.MainActivity',
5655
matches: '[vid="ad_close"][visibleToUser=true]',
5756
exampleUrls: 'https://e.gkd.li/76e82ec7-70e5-47cb-91c2-4d00f33ef8ad',
5857
snapshotUrls: 'https://i.gkd.li/i/18529948',
5958
},
59+
{
60+
key: 3,
61+
fastQuery: true,
62+
activityIds: '.MainActivity',
63+
matches:
64+
'@[desc="top_close_button"] < ViewGroup <2 ViewGroup + ViewGroup >3 [text="广告"][visibleToUser=true]',
65+
exampleUrls: 'https://e.gkd.li/a9dc3648-339a-4925-91dd-730346711b0e',
66+
snapshotUrls: 'https://i.gkd.li/i/18532541',
67+
},
6068
],
6169
},
6270
{
@@ -65,7 +73,6 @@ export default defineGkdApp({
6573
desc: '点击[好的]',
6674
rules: [
6775
{
68-
matchTime: 10000,
6976
activityIds: '.MainActivity',
7077
matches: '[desc^="开门成功"] > [desc="好 的"][visibleToUser=true]',
7178
exampleUrls: 'https://e.gkd.li/d8e9be78-a9d4-48f9-a6ee-9ed384a190b3',

0 commit comments

Comments
 (0)