From 3fadb3aa9934de134033ccee0f3542366bf8bdbd Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 15 Dec 2023 19:34:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(VIVO=20=E7=94=B5=E5=AD=90=E4=B9=A6):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3155)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3147 --- src/apps/com.chaozh.iReader.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.chaozh.iReader.ts b/src/apps/com.chaozh.iReader.ts index f2032e2c..4a37521f 100644 --- a/src/apps/com.chaozh.iReader.ts +++ b/src/apps/com.chaozh.iReader.ts @@ -4,6 +4,16 @@ export default defineAppConfig({ id: 'com.chaozh.iReader', name: 'VIVO 电子书', groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13659604', + }, { key: 1, name: '权限弹窗',