From 228bb0c8c840e3a2877cf160c4a660118416f687 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:19:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=88=B1=E5=A3=B9=E5=B8=86):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89=E3=80=81=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20(#3559)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告(优化规则) * feat 更新弹窗 --- src/apps/com.cqcsy.ifvod.ts | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/apps/com.cqcsy.ifvod.ts b/src/apps/com.cqcsy.ifvod.ts index 034b0296..577a235f 100644 --- a/src/apps/com.cqcsy.ifvod.ts +++ b/src/apps/com.cqcsy.ifvod.ts @@ -7,9 +7,21 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.cqcsy.lgsp.main.SplashActivity', - rules: '[id="com.cqcsy.ifvod:id/skipTips"]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text*="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/import/12793228', }, + { + key: 1, + name: '更新弹窗', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '@[text="以后再说"] +2 [text="立即更新"]', + snapshotUrls: 'https://i.gkd.li/import/13798537', + }, ], });