From 3559e45fbab9ed4f0e1efd98f979c99130c4aa79 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:44:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A):=20V?= =?UTF-8?q?IP=20=E5=BC=B9=E7=AA=97=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89=20(#2200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.netease.cloudmusic.ts | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/apps/com.netease.cloudmusic.ts b/src/apps/com.netease.cloudmusic.ts index 7ed5e2af..bc26bc6c 100644 --- a/src/apps/com.netease.cloudmusic.ts +++ b/src/apps/com.netease.cloudmusic.ts @@ -96,7 +96,7 @@ export default defineAppConfig({ activityIds: 'com.netease.cloudmusic.music.biz.rn.activity.MainProcessLayerReactNativeActivity', matches: - 'ImageView < @ViewGroup[clickable=true] <2 ViewGroup < ViewGroup + ScrollView [text ="会员套餐"]', + 'ImageView < @ViewGroup[clickable=true] <2 ViewGroup < ViewGroup + ScrollView [text="会员套餐"]', snapshotUrls: [ 'https://i.gkd.li/import/13189055', 'https://i.gkd.li/import/13260416', @@ -104,25 +104,35 @@ export default defineAppConfig({ }, { key: 1, + name: '专属优惠-VIP续费弹窗', activityIds: 'com.netease.cloudmusic.activity.MainActivity', matches: '@ImageView - ViewGroup > [text="解锁千万级会员曲库"]', snapshotUrls: 'https://i.gkd.li/import/13228955', }, { key: 2, + name: '解锁更高音质', activityIds: 'com.netease.cloudmusic.activity.PlayerActivity', matches: '@ImageView -2 ViewGroup [text="解锁更高音质"]', snapshotUrls: 'https://i.gkd.li/import/13230603', }, { key: 3, - name: 'VIP续费', + name: '黑胶过期-VIP续费弹窗', activityIds: 'com.netease.cloudmusic.music.biz.rn.activity.MainProcessLayerReactNativeActivity', matches: 'ImageView < @ViewGroup -3 ViewGroup [text="您的黑胶VIP已过期"]', snapshotUrls: 'https://i.gkd.li/import/13230605', }, + { + key: 4, + name: '搭配会员音效-VIP支付弹窗', + activityIds: 'com.netease.cloudmusic.activity.MainActivity', + matches: + '[text*="搭配会员音效"] + @ViewGroup[childCount=1] > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13391498', + }, ], }, {