From ccc00f61dd6db1f1b00dd418d97ca2a799152d8c Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:10:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E5=88=B0):=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=8F=90=E9=86=92=20(#2498)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.able.wisdomtree.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/apps/com.able.wisdomtree.ts b/src/apps/com.able.wisdomtree.ts index e512cf98..84dcc6de 100644 --- a/src/apps/com.able.wisdomtree.ts +++ b/src/apps/com.able.wisdomtree.ts @@ -25,7 +25,18 @@ export default defineAppConfig({ quickFind: true, activityIds: 'com.able.wisdomtree.widget.MyAlertDialog', rules: 'TextView[id="com.able.wisdomtree:id/negativeButton"]', - snapshotUrls: 'https://i.gkd.li/import/12909620', + snapshotUrls: 'https://i.gkd.li/import/13458779', + }, + { + enable: false, + key: 3, + name: '升级提醒', + desc: '自动点击忽略。', + quickFind: true, + activityIds: + 'com.example.advertisement_business.advertisement.AdvertisementActivity', + rules: '[text="更新"] -n [text="忽略"]', + snapshotUrls: 'https://i.gkd.li/import/13458796', }, ], });