From 06e792ce7289ebfbb1b22d333d1d82d068f368e3 Mon Sep 17 00:00:00 2001 From: xiaowonet <33050133+xiaowonet@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:47:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=92=89=E9=92=89):=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97=20(#2264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.alibaba.android.rimet.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.alibaba.android.rimet.ts b/src/apps/com.alibaba.android.rimet.ts index 630f3cb3..5965009c 100644 --- a/src/apps/com.alibaba.android.rimet.ts +++ b/src/apps/com.alibaba.android.rimet.ts @@ -82,5 +82,21 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 4, + name: '版本更新弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + key: 0, + matches: '@Button[text*="暂不更新"] + Button[text*="更新"]', + snapshotUrls: 'https://i.gkd.li/import/13402478', + }, + ], + }, ], });