From ac3065bfed052c44538d3e6461c354f1b38a78a5 Mon Sep 17 00:00:00 2001 From: DeepChirp <66902050+DeepChirp@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:16:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=8C=BF=E6=90=9C=E9=A2=98):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=B9=B4=E5=8D=A1?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#316)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.fenbi.android.solar.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.fenbi.android.solar.ts b/src/apps/com.fenbi.android.solar.ts index ba391200..08706b05 100644 --- a/src/apps/com.fenbi.android.solar.ts +++ b/src/apps/com.fenbi.android.solar.ts @@ -38,5 +38,20 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '全屏广告-年卡广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + fastQuery: true, + rules: [ + { + matches: '[id="com.fenbi.android.solar:id/v_firework_close"]', + exampleUrls: 'https://e.gkd.li/874cdabf-8e49-4c6d-8fd0-48effd6e44e9', + snapshotUrls: 'https://i.gkd.li/i/16759322', + }, + ], + }, ], });