From 8da8924dd78c5bf59b7552d3c0546c674a64c1e6 Mon Sep 17 00:00:00 2001 From: CallMeBill Date: Mon, 20 Nov 2023 21:36:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E4=B8=BA=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2313)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(华为浏览器) #2211 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #2211 --- src/apps/com.huawei.browser.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/apps/com.huawei.browser.ts b/src/apps/com.huawei.browser.ts index 6d939e92..7c9b2fd9 100644 --- a/src/apps/com.huawei.browser.ts +++ b/src/apps/com.huawei.browser.ts @@ -10,9 +10,12 @@ export default defineAppConfig({ activityIds: ['com.huawei.browser.BrowserMainActivity'], rules: [ { - matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]', + matches: '[id$="/hiad_skip_text"]', action: 'clickCenter', - snapshotUrls: ['https://i.gkd.li/import/12681995'], + snapshotUrls: [ + 'https://i.gkd.li/import/12681995', + 'https://i.gkd.li/import/13403785', + ], }, ], },