From ae44763b8149969a074ac9133efa90382edb8eed Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:03:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BD=91=E6=98=93=E4=BA=91=E9=9F=B3?= =?UTF-8?q?=E4=B9=90):=20VIP=20=E5=BC=B9=E7=AA=97=20(#1871)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1861 --- src/apps/com.netease.cloudmusic.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.netease.cloudmusic.ts b/src/apps/com.netease.cloudmusic.ts index d7b6647d..3a3576d9 100644 --- a/src/apps/com.netease.cloudmusic.ts +++ b/src/apps/com.netease.cloudmusic.ts @@ -95,8 +95,12 @@ export default defineAppConfig({ key: 0, activityIds: 'com.netease.cloudmusic.music.biz.rn.activity.MainProcessLayerReactNativeActivity', - matches: 'ImageView < @ViewGroup[clickable=true] - [text*="开通VIP"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/13189055', + matches: + 'ImageView < @ViewGroup[clickable=true] <2 ViewGroup < ViewGroup + ScrollView [text ="会员套餐"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/13189055', + 'https://gkd-kit.gitee.io/import/13260416', + ], }, { key: 1,