From dcb4d8dfcd0c64f83e6aff58ac9ab6a03a9aec94 Mon Sep 17 00:00:00 2001 From: lisonge Date: Mon, 4 Sep 2023 13:48:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20ES=E6=96=87=E4=BB=B6=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8-=E5=86=85=E9=83=A8=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20#14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.estrongs.android.pop.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.estrongs.android.pop.ts diff --git a/src/apps/com.estrongs.android.pop.ts b/src/apps/com.estrongs.android.pop.ts new file mode 100644 index 00000000..261c49a4 --- /dev/null +++ b/src/apps/com.estrongs.android.pop.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.estrongs.android.pop', + name: 'ES文件浏览器', + groups: [ + { + key: 0, + name: '内部弹窗广告', + rules: [ + { + activityIds: 'com.fighter.loader.view.InteractTemplateAdDialog', + matches: '[id="com.estrongs.android.pop:id/iv_close"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12509667', + }, + { + activityIds: 'com.estrongs.android.pop.view.FileExplorerActivity', + matches: + 'TextView[text!=null] < FrameLayout - ImageView - FrameLayout > ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12509669', + }, + ], + }, + ], +});