diff --git a/src/apps/com.mt.mtxx.mtxx.ts b/src/apps/com.mt.mtxx.mtxx.ts index bd4c1211..e98122b6 100644 --- a/src/apps/com.mt.mtxx.mtxx.ts +++ b/src/apps/com.mt.mtxx.mtxx.ts @@ -14,5 +14,20 @@ export default defineAppConfig({ rules: '[text="升级新版客户端"] - [text="取消"][clickable=true]', snapshotUrls: 'https://i.gkd.li/import/13238352', }, + { + key: 2, + name: '全屏广告-VIP弹窗', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.mt.mtxx.mtxx.MainActivity', + matches: '[vid="iv_close"][clickable=true][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/d98355c6-1308-4ed1-bf29-56499e22446d', + snapshotUrls: 'https://i.gkd.li/i/14368853', + }, + ], + }, ], });