Skip to content

Commit 05c134a

Browse files
author
zhendery
committed
feat(Jump): 通知提示-开启推送通知提醒
点击x
1 parent 59f848f commit 05c134a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/apps/com.vgjump.jump.ts

+14
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,19 @@ export default defineGkdApp({
3030
},
3131
],
3232
},
33+
{
34+
key: 1,
35+
name: '通知提示-开启推送通知提醒',
36+
desc: '点击x',
37+
rules: [
38+
{
39+
fastQuery: true,
40+
activityIds: '.ui.my.favorite.FavoriteActivity',
41+
matches: 'ViewGroup[vid="clNotificationGuide"] > ImageView[vid="ivClose"][visibleToUser=true][clickable=true]',
42+
exampleUrls: 'https://e.gkd.li/14fe147b-a993-43d3-9477-7dd3be7d2e54',
43+
snapshotUrls: 'https://i.gkd.li/i/17828834',
44+
},
45+
],
46+
},
3347
],
3448
});

0 commit comments

Comments
 (0)