From 4538b3a8a55b2ceb59e556c20b718ec2404b81bc Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 1 Jul 2024 17:31:35 +0800 Subject: [PATCH] =?UTF-8?q?perf(MT=E7=AE=A1=E7=90=86=E5=99=A8):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/bin.mt.plus.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps/bin.mt.plus.ts b/src/apps/bin.mt.plus.ts index 088ddd08..dae92c11 100644 --- a/src/apps/bin.mt.plus.ts +++ b/src/apps/bin.mt.plus.ts @@ -8,11 +8,14 @@ export default defineGkdApp({ key: 1, name: '更新提示', quickFind: true, - matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '@[text="取消"] + [text="更新"]', - snapshotUrls: 'https://i.gkd.li/i/12908784', + rules: [ + { + matches: ['[text="更新"]', '[text="取消"]'], + snapshotUrls: 'https://i.gkd.li/i/16050794', + }, + ], }, ], });