From 1b42ad4fd13d6c488c8b60c75a4cd8d1ca5cc5b3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 22 Mar 2024 20:51:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BC=81=E6=9F=A5=E6=9F=A5):=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-VIP=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.icredit.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.android.icredit.ts diff --git a/src/apps/com.android.icredit.ts b/src/apps/com.android.icredit.ts new file mode 100644 index 00000000..70cb4cb7 --- /dev/null +++ b/src/apps/com.android.icredit.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.android.icredit', + name: '企查查', + groups: [ + { + key: 1, + name: '全屏广告-VIP弹窗', + desc: '点击关闭', + rules: [ + { + activityIds: 'com.android.icredit.ui.MainMenuActivity', + matches: '[text$="限时返场"] >3 Image', + exampleUrls: + 'https://m.gkd.li/57941037/eb232325-12e4-495f-a9f3-5f853d5e66f9', + snapshotUrls: 'https://i.gkd.li/i/14720494', + }, + ], + }, + ], +});