Skip to content

Commit fd1a1a3

Browse files
committed
feat: 自动点击器-更新提示 (#774)
1 parent b0953c5 commit fd1a1a3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/apps/com.zidongdianji.ts

+16
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,21 @@ export default defineGkdApp({
4040
},
4141
],
4242
},
43+
{
44+
key: 2,
45+
name: '更新提示',
46+
matchTime: 10000,
47+
actionMaximum: 1,
48+
resetMatch: 'app',
49+
rules: [
50+
{
51+
fastQuery: true,
52+
activityIds: 'com.autoclicker.clicker.MainActivity',
53+
matches: '[vid="img_native_ad_default_close"][visibleToUser=true]',
54+
exampleUrls: 'https://e.gkd.li/e6b14a8f-6533-4601-92b8-f5032fc18234',
55+
snapshotUrls: 'https://i.gkd.li/i/19381476',
56+
},
57+
],
58+
},
4359
],
4460
});

0 commit comments

Comments
 (0)