From e6bef0f04fb79b417f1ac1ccc6b8068d9b28df7f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 6 Apr 2024 12:44:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E5=BF=AB=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1):=20=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hihonor.servicecenter.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/apps/com.hihonor.servicecenter.ts diff --git a/src/apps/com.hihonor.servicecenter.ts b/src/apps/com.hihonor.servicecenter.ts new file mode 100644 index 00000000..e7820410 --- /dev/null +++ b/src/apps/com.hihonor.servicecenter.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hihonor.servicecenter', + name: '荣耀快服务', + groups: [ + { + key: 1, + name: '局部广告-悬浮广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: + 'com.hihonor.servicecardcenter.activity.LauncherActivity', + matches: '[vid="float_cancel"]', + exampleUrls: + 'https://m.gkd.li/57941037/b4c18338-c330-4deb-9689-3e7f2e2f32a8', + snapshotUrls: 'https://i.gkd.li/i/14887872', + }, + ], + }, + ], +});