From 7bfedf628e637a08355177315e18fab7d82e864e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:45:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=88=91=E7=9A=84=E8=8D=A3=E8=80=80):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2737)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hihonor.phoneservice.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.hihonor.phoneservice.ts b/src/apps/com.hihonor.phoneservice.ts index 02cf396d..c683937b 100644 --- a/src/apps/com.hihonor.phoneservice.ts +++ b/src/apps/com.hihonor.phoneservice.ts @@ -4,6 +4,16 @@ export default defineAppConfig({ id: 'com.hihonor.phoneservice', name: '我的荣耀', groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13523578', + }, { enable: false, key: 10,