From ab2816e1103e118d8e91113f3b0d9b61019715c4 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:25:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E5=88=B0):=20=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=80=9A=E7=9F=A5=20(#2969)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.able.wisdomtree.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.able.wisdomtree.ts b/src/apps/com.able.wisdomtree.ts index 84dcc6de..9b5c2aa2 100644 --- a/src/apps/com.able.wisdomtree.ts +++ b/src/apps/com.able.wisdomtree.ts @@ -23,9 +23,15 @@ export default defineAppConfig({ name: '消息推送通知', desc: '自动点击暂不开启。', quickFind: true, - activityIds: 'com.able.wisdomtree.widget.MyAlertDialog', + activityIds: [ + 'com.able.wisdomtree.widget.MyAlertDialog', + 'com.able.wisdomtree.login.MainGroupActivity', + ], rules: 'TextView[id="com.able.wisdomtree:id/negativeButton"]', - snapshotUrls: 'https://i.gkd.li/import/13458779', + snapshotUrls: [ + 'https://i.gkd.li/import/13458779', + 'https://i.gkd.li/import/13623441', + ], }, { enable: false,