From 0525f994c510b2413636d239d763876b9f12787e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 4 Mar 2024 13:19:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=B1=B3=E4=BA=91=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1):=20=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.miui.cloudservice.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.miui.cloudservice.ts b/src/apps/com.miui.cloudservice.ts index 7c8cf8db..6f839e54 100644 --- a/src/apps/com.miui.cloudservice.ts +++ b/src/apps/com.miui.cloudservice.ts @@ -30,5 +30,21 @@ export default defineAppConfig({ }, ], }, + { + key: 1, + name: '更新提示', + desc: '点击[以后再说]', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '@[text="以后再说"] + [text="立即升级"]', + exampleUrls: + 'https://m.gkd.li/57941037/789b4472-f989-4d32-aff2-6b657b6e0deb', + snapshotUrls: 'https://i.gkd.li/i/14476801', + }, + ], + }, ], });