Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(网易云音乐):播放页巨幅卡片式广告(补充规则)、VIP支付弹窗(补充规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 25, 2024
1 parent 1338847 commit 46dfc92
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/apps/com.netease.cloudmusic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,15 @@ export default defineAppConfig({
'[text*="搭配会员音效"] + @ViewGroup[childCount=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13391498',
},
{
key: 5,
name: '搭配高清臻音-VIP支付弹窗',
activityIds:
'com.netease.cloudmusic.music.biz.rn.activity.MainProcessLayerReactNativeActivity',
matches:
'@ImageView[index=4] +5 ViewGroup[childCount=4] [text*="确认协议并支付"]',
snapshotUrls: 'https://i.gkd.li/import/14045917',
},
],
},
{
Expand Down Expand Up @@ -224,10 +233,17 @@ export default defineAppConfig({
},
{
key: 1,
name: '巨幅卡片式广告',
name: '巨幅卡片式广告1',
matches: '[text^="跳过广告"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13527105',
},
{
key: 2,
name: '巨幅卡片式广告2',
matches:
'@TextView[index=2] <3 ViewGroup[childCount=3] <<n [id="com.netease.cloudmusic:id/container"]',
snapshotUrls: 'https://i.gkd.li/import/14045424',
},
],
},
{
Expand Down

0 comments on commit 46dfc92

Please sign in to comment.