From 643fbbb53e547a6debb0183e4e9a29c1bdda836b Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:38:03 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit fa5b5ef674ff78662fa7f0f2f7cb848988fe62b2 Author: aisouler Date: Wed Jan 24 21:32:12 2024 +0800 feat:添加误触快照链接 commit f5ed03bc86a2faedbbd8928a4e5c07e0faa6695e Author: aisouler Date: Wed Jan 24 16:45:14 2024 +0800 fix(网心云):广告弹窗在新版本误触 --- src/apps/com.onethingcloud.android.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps/com.onethingcloud.android.ts b/src/apps/com.onethingcloud.android.ts index 1bb8b2e2..d2b3e239 100644 --- a/src/apps/com.onethingcloud.android.ts +++ b/src/apps/com.onethingcloud.android.ts @@ -6,11 +6,14 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '广告弹窗', + name: '全屏广告-广告弹窗', activityIds: 'com.onethingcloud.android.MainActivity', rules: - 'FrameLayout >8 View > ImageView + ImageView + ImageView[clickable=true]', - snapshotUrls: 'https://i.gkd.li/import/12841171', + 'FrameLayout >6 View[childCount=2] >2 View[childCount=3] > ImageView[index=2][clickable=true]', + snapshotUrls: [ + 'https://i.gkd.li/import/12841171', + 'https://i.gkd.li/import/14035418', // 误触快照 + ], }, ], });