From 03ca12732f4e683141672d3f67b0993198ffb942 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 29 Feb 2024 15:02:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B1=86=E7=93=A3):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88GKD1.7=E6=9C=89=E6=95=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.douban.frodo.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index 97435e5e..299369ac 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -5,6 +5,27 @@ export default defineAppConfig({ name: '豆瓣', deprecatedKeys: [0, 7, 12], groups: [ + { + key: -1, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + action: 'clickCenter', + position: { + left: 'width * 0.8833', + top: 'width * 0.1388', + }, + matches: '[id="com.douban.frodo:id/_ad_image_"]', + exampleUrls: + 'https://m.gkd.li/57941037/1c36c96b-95b7-4299-8e88-b4fdc85d3518', + snapshotUrls: 'https://i.gkd.li/i/13575257', + }, + ], + }, { enable: false, key: 1,