From d124e6bd63d9f5642c92ff21963f3827aee3c838 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:13:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E5=A4=A9=E5=9F=BA=E9=87=91)=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=EF=BC=88=E8=A1=A5=E5=85=85=20activityId?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.eastmoney.android.fund.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/com.eastmoney.android.fund.ts b/src/apps/com.eastmoney.android.fund.ts index 0ba70ece..e0a38494 100644 --- a/src/apps/com.eastmoney.android.fund.ts +++ b/src/apps/com.eastmoney.android.fund.ts @@ -41,13 +41,18 @@ export default defineAppConfig({ rules: [ { quickFind: true, - activityIds: + activityIds: [ 'com.eastmoney.android.fund.centralis.activity.FundRootActivity', + 'com.eastmoney.android.fund.activity.FundSplashActivity', + ], matches: '@ImageView[visibleToUser=true] < FrameLayout - ImageView < FrameLayout <<4 [vid="container"]', exampleUrls: 'https://m.gkd.li/57941037/21743bbb-010a-410c-8ce1-57710d37722d', - snapshotUrls: 'https://i.gkd.li/import/14149452', + snapshotUrls: [ + 'https://i.gkd.li/import/14149452', + 'https://i.gkd.li/import/14332091', + ], }, ], },