Skip to content

Commit bfc8672

Browse files
committed
feat(Netease Cloud Music): Support skip splash ads when app's language is set to English
1 parent b83f4b8 commit bfc8672

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/apps/com.netease.cloudmusic.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ export default defineGkdApp({
1717
key: 0,
1818
excludeActivityIds:
1919
'com.netease.cloudmusic.music.biz.setting.activity.SettingActivity',
20-
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
20+
matches:
21+
'[text*="跳过"||text*="Skip"][text.length<10][visibleToUser=true]',
2122
snapshotUrls: [
2223
'https://i.gkd.li/i/15092772',
2324
'https://i.gkd.li/i/15092814', // 避免误触
25+
'https://i.gkd.li/i/17892200', // 'Skip' for English users.
2426
],
2527
},
2628
],

0 commit comments

Comments
 (0)