From 12ba152016bda67ad2aded2a5214e9631bfa5fd6 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:59:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=99=8E=E7=89=99=E7=9B=B4=E6=92=AD):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=EF=BC=88=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=85=B3=E9=97=AD=EF=BC=89=20(#2414)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2407 --- src/apps/com.duowan.kiwi.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.duowan.kiwi.ts b/src/apps/com.duowan.kiwi.ts index 00114a6f..fae34b56 100644 --- a/src/apps/com.duowan.kiwi.ts +++ b/src/apps/com.duowan.kiwi.ts @@ -74,5 +74,21 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + name: '更新弹窗', + enable: false, + activityIds: 'com.duowan.kiwi.homepage.Homepage', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '@ImageView[id="com.duowan.kiwi:id/upgrade_cancel"]', + snapshotUrls: 'https://i.gkd.li/import/13440833', + }, + ], + }, ], });