From 330bc8c3672164c86d84c01c1ce67aa604389e0e Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 6 Sep 2023 15:50:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=99=8E=E6=89=91):=20=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E6=B5=81=E5=B9=BF=E5=91=8A=E4=B8=8D=E8=83=BD=E5=87=86=E7=A1=AE?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hupu.games.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/apps/com.hupu.games.ts b/src/apps/com.hupu.games.ts index 95954f52..75e90a89 100644 --- a/src/apps/com.hupu.games.ts +++ b/src/apps/com.hupu.games.ts @@ -21,8 +21,15 @@ export default defineAppConfig({ desc: '点击卡片右上角广告文字,出现广告反馈,点击屏蔽该广告', rules: [ { + activityIds: [ + 'com.google.android.material.bottomsheet.BottomSheetDialog', + 'com.hupu.games.main.MainActivity', + ], matches: '[id="com.hupu.games:id/tv_title"][text="屏蔽该广告"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12511010', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12511010', + 'https://gkd-kit.gitee.io/import/12534848', + ], }, { matches: '[id="com.hupu.games:id/tv_tag"][text="广告"]',