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