From 96da70253bdc0d3c44f97c8f6a8bdf0f788695cb Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:45:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(OPPO=E6=B5=8F=E8=A7=88=E5=99=A8):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1601)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(OPPO浏览器):开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #1449 --- src/apps/com.heytap.browser.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/apps/com.heytap.browser.ts b/src/apps/com.heytap.browser.ts index 712d44d1..bb822783 100644 --- a/src/apps/com.heytap.browser.ts +++ b/src/apps/com.heytap.browser.ts @@ -7,13 +7,17 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - matchLauncher: true, quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { - matches: - '[id="android:id/content"] >3 TextView[text^="跳过"][text.length<=4]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12841168', + matches: 'TextView[text^="跳过"][text.length<=4][clickable=true]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12841168', + 'https://gkd-kit.gitee.io/import/13199536', + ], }, ], },