From 477bfb2e150035a7bf5b19d1c1af1234c499a0ee Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:42:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=8C=BF=E6=90=9C=E9=A2=98):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3074)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3071 --- src/apps/com.fenbi.android.solar.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.fenbi.android.solar.ts b/src/apps/com.fenbi.android.solar.ts index 5aca37f2..6d733944 100644 --- a/src/apps/com.fenbi.android.solar.ts +++ b/src/apps/com.fenbi.android.solar.ts @@ -4,6 +4,16 @@ export default defineAppConfig({ id: 'com.fenbi.android.solar', name: '小猿搜题', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + quickFind: true, + resetMatch: 'app', + rules: '[id="com.fenbi.android.solar:id/btn_skip"]', + snapshotUrls: 'https://i.gkd.li/import/13631841', + }, { key: 1, name: '升级提示',