diff --git a/src/apps/com.able.wisdomtree.ts b/src/apps/com.able.wisdomtree.ts index 77ba50b5..564a50a0 100644 --- a/src/apps/com.able.wisdomtree.ts +++ b/src/apps/com.able.wisdomtree.ts @@ -7,6 +7,7 @@ export default defineAppConfig({ { key: 1, name: '开屏广告', + quickFind: true, activityIds: 'com.example.advertisement_business.advertisement.AdvertisementActivity', rules: [ @@ -16,5 +17,15 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 2, + name: '消息推送通知', + desc: '自动点击暂不开启。', + quickFind: true, + activityIds: 'com.able.wisdomtree.widget.MyAlertDialog', + rules: 'TextView[id="com.able.wisdomtree:id/negativeButton"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12909620', + }, ], });