From c8cb333acbdbc4787408ca6db54bef3fcbfaec09 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:31:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=87=E8=83=BD=E5=B0=8F=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20Top=20Widgets):=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E6=96=B0=E5=A2=9E=E8=A7=84=E5=88=99=EF=BC=89?= =?UTF-8?q?=20(#2143)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.growing.topwidgets.ts | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/apps/com.growing.topwidgets.ts b/src/apps/com.growing.topwidgets.ts index aadcccff..f62b4a5b 100644 --- a/src/apps/com.growing.topwidgets.ts +++ b/src/apps/com.growing.topwidgets.ts @@ -7,12 +7,24 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/import/13334835', + rules: [ + { + key: 1, + name: '开屏广告-1', + quickFind: true, + matches: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13334835', + }, + { + key: 2, + name: '开屏广告-2', + matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13363115', + }, + ], }, ], });