From 526661ffbba9ff8e96fe2fc1cb5aff70a9540f3f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:11:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=BB=84=E4=BB=B6=E7=9B=92?= =?UTF-8?q?=E5=AD=90)=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=E3=80=81?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA=EF=BC=88=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=20activityIds=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/io.iftech.android.box.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/apps/io.iftech.android.box.ts b/src/apps/io.iftech.android.box.ts index e84084ef..fe69e4b1 100644 --- a/src/apps/io.iftech.android.box.ts +++ b/src/apps/io.iftech.android.box.ts @@ -4,13 +4,21 @@ export default defineAppConfig({ id: 'io.iftech.android.box', name: '小组件盒子', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[vid="adContainer"] >n View[clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/14204126', + }, { key: 1, name: '更新提示', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - activityIds: 'io.iftech.android.box.main.HomeActivity', rules: '[text*="新版本"] +(2) [text="取消"]', snapshotUrls: 'https://i.gkd.li/import/12706195', },