From a5f9de77fac49131b9bc697477e2a6e2da92afae Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 20 Sep 2023 20:35:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E5=8D=9A):=20=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E4=B8=8D=E6=84=9F=E5=85=B4=E8=B6=A3=E5=B9=BF=E5=91=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibo.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index bf163377..a705dec3 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -19,10 +19,17 @@ export default defineAppConfig({ { key: 2, name: '关闭不感兴趣广告弹窗', - activityIds: 'com.sina.weibo.view.bottomsheet.dialog.', + activityIds: [ + 'com.sina.weibo.view.bottomsheet.dialog.', + 'com.sina.weibo.VisitorMainTabActivity', + ], rules: { - matches: ['[text="为何会看到此广告"]', '[text="不感兴趣"]'], - }, // 1688889362832 + matches: [ + '[id="com.sina.weibo:id/tv_name"][text="为何会看到此广告"]', + '[id="com.sina.weibo:id/tv_name"][text="不感兴趣"]', + ], + snapshotUrls: 'https://gkd-kit.gitee.io/import/12672985', + }, }, { key: 3,