Skip to content

Commit ba98842

Browse files
committed
feat(网易云音乐): 全屏广告-VIP弹窗(优化规则)
1 parent c7351af commit ba98842

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/apps/com.netease.cloudmusic.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,11 @@ export default defineAppConfig({
170170
activityIds:
171171
'com.netease.cloudmusic.music.biz.rn.activity.MainProcessLayerReactNativeActivity',
172172
matches:
173-
'ImageView < @ViewGroup -3 ViewGroup [text="您的黑胶VIP已过期"]',
174-
snapshotUrls: 'https://i.gkd.li/import/13230605',
173+
'@ViewGroup[clickable=true][childCount=1] -(3,4) ViewGroup[childCount=19] > [text="黑胶VIP连续包季"]',
174+
snapshotUrls: [
175+
'https://i.gkd.li/import/13230605',
176+
'https://i.gkd.li/import/14268181',
177+
],
175178
},
176179
{
177180
key: 4,

0 commit comments

Comments
 (0)