From 30a06c9501412f509c8eec64d40a094b2bdd0d4f Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Sun, 29 Oct 2023 01:00:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B1=86=E7=93=A3):=20=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1511)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update com.douban.frodo.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.douban.frodo.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index b495f08b..4b0eaea1 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -180,5 +180,20 @@ export default defineAppConfig({ snapshotUrls: 'https://gkd-kit.gitee.io/import/12836798', }, }, + { + key: 10, + name: '弹窗', + desc: '浏览详情时弹窗广告', + rules: { + activityIds: [ + 'com.douban.frodo.subject.structure.activity.MovieActivity', + ], + matches: [ + '[text="查看详情"]', + 'FrameLayout[childCount=5] > FrameLayout > ImageView', + ], + snapshotUrls: 'https://i.gkd.li/import/13195565', + }, + }, ], });