Skip to content

Commit a91dbaf

Browse files
committed
feat(YouTube Music): 通知提示-隐私提醒 (#744)
1 parent 6ef8086 commit a91dbaf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/apps/com.google.android.apps.youtube.music.ts

+20
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,25 @@ export default defineGkdApp({
3232
},
3333
],
3434
},
35+
{
36+
key: 3,
37+
name: '通知提示-隐私提醒',
38+
desc: '点击[OK]',
39+
matchTime: 10000,
40+
actionMaximum: 1,
41+
resetMatch: 'app',
42+
rules: [
43+
{
44+
fastQuery: true,
45+
activityIds: '.activities.MusicActivity',
46+
matches: [
47+
'[text="Privacy check-up"][visibleToUser=true]',
48+
'[text="Ok"][visibleToUser=true]',
49+
],
50+
exampleUrls: 'https://e.gkd.li/bffc2f66-8538-4970-9b7b-9da2e4a397ab',
51+
snapshotUrls: 'https://i.gkd.li/i/18546896',
52+
},
53+
],
54+
},
3555
],
3656
});

0 commit comments

Comments
 (0)