From dd0e2cf6090a423be4a9e575e83dc46143e5fcec Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 13 Mar 2024 15:54:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=BB=B4=E6=BB=B4=E5=87=BA=E8=A1=8C):=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/com.sdu.didi.psnger.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.sdu.didi.psnger.ts b/src/apps/com.sdu.didi.psnger.ts index 803ca3da..c509686d 100644 --- a/src/apps/com.sdu.didi.psnger.ts +++ b/src/apps/com.sdu.didi.psnger.ts @@ -17,5 +17,21 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '更新提示', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + matches: '[vid="iv_upgrade_btn_ignore"]', + exampleUrls: + 'https://m.gkd.li/57941037/ba2a4ef6-d63d-4d67-ab89-222085ea3b3f', + snapshotUrls: 'https://i.gkd.li/i/14582620', + }, + ], + }, ], });