From 0aa6e2820552fbbdc1b8762ea931520f7eb3cddd Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:50:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E5=88=B0):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=81=E6=B6=88=E6=81=AF=E6=8E=A8=E9=80=81=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=20(#1099)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.able.wisdomtree.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) 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', + }, ], });