From edc8fe043470fad27dc5e2fc1ef3e42d3d4dbf4b Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 17 Feb 2024 20:29:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=80=9A=E8=AE=AF=E5=BD=95=E4=B8=8E?= =?UTF-8?q?=E6=8B=A8=E5=8F=B7):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.contacts.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.android.contacts.ts diff --git a/src/apps/com.android.contacts.ts b/src/apps/com.android.contacts.ts new file mode 100644 index 00000000..6ace7311 --- /dev/null +++ b/src/apps/com.android.contacts.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.android.contacts', + name: '通讯录与拨号', + groups: [ + { + key: 1, + name: '全屏广告-广告弹窗', + desc: '点击关闭', + rules: [ + { + key: 0, + quickFind: true, + activityIds: + 'com.mobile.businesshall.ui.common.RecommendPopupActivity', + matches: '[vid="img_close_btn"][clickable=true][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/39a38afb-dcf9-4dbc-b3f1-af522dd33544', + snapshotUrls: 'https://i.gkd.li/import/14318769', + }, + ], + }, + ], +});