From 1db3b6982b164e5cce95b5b42ff120cd66804f4e Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:08:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=89=E6=98=9F=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=95=86=E5=BA=97):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2010)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2008 --- src/apps/com.sec.android.app.samsungapps.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/com.sec.android.app.samsungapps.ts b/src/apps/com.sec.android.app.samsungapps.ts index 3b91d267..48fe401c 100644 --- a/src/apps/com.sec.android.app.samsungapps.ts +++ b/src/apps/com.sec.android.app.samsungapps.ts @@ -7,11 +7,16 @@ export default defineAppConfig({ { key: 1, name: '开屏广告', - activityIds: ['com.sec.android.app.samsungapps.notipopup.WebViewPopup'], + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { matches: '[id="com.sec.android.app.samsungapps:id/skip"]', - snapshotUrls: ['https://i.gkd.li/import/12674484'], + snapshotUrls: [ + 'https://i.gkd.li/import/12674484', + 'https://i.gkd.li/import/13324391', + ], }, ], },