mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat: ES文件浏览器-内部弹窗广告 #14
This commit is contained in:
25
src/apps/com.estrongs.android.pop.ts
Normal file
25
src/apps/com.estrongs.android.pop.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user