From 3fc037b2e37f5a5631737a20b09772921fb5cae4 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:29:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=AC=E8=BD=AC)=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wuba.zhuanzhuan.ts | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/apps/com.wuba.zhuanzhuan.ts b/src/apps/com.wuba.zhuanzhuan.ts index 8c9066db..798b963d 100644 --- a/src/apps/com.wuba.zhuanzhuan.ts +++ b/src/apps/com.wuba.zhuanzhuan.ts @@ -8,9 +8,21 @@ export default defineAppConfig({ key: 1, name: '更新提示', actionMaximum: 1, + actionMaximumKey: 0, resetMatch: 'app', - rules: '@[text="下次再说"] +2 [text="立即升级"]', - snapshotUrls: 'https://i.gkd.li/i/14292849', + quickFind: true, + rules: [ + { + key: 0, + matches: '@[text="下次再说"] +2 [text="立即升级"]', + snapshotUrls: 'https://i.gkd.li/i/14292849', + }, + { + key: 1, + matches: '@[text="残忍拒绝"] +2 [text="立即安装"]', + snapshotUrls: 'https://i.gkd.li/i/14392301', + }, + ], }, ], });