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', + }, + ], + }, + ], +});