From 007b2c69982b17bb67bae7230363e9ddc33e9967 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 21:35:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(Keep):=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.gotokeep.keep.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/apps/com.gotokeep.keep.ts b/src/apps/com.gotokeep.keep.ts index 00d05417..5660ee11 100644 --- a/src/apps/com.gotokeep.keep.ts +++ b/src/apps/com.gotokeep.keep.ts @@ -70,5 +70,24 @@ export default defineAppConfig({ rules: '@[text="暂不开启"] +2 [text="开启通知权限"]', snapshotUrls: 'https://i.gkd.li/import/13761671', }, + { + key: 6, + name: '更新提示', + desc: '点击"暂不升级"', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: + 'com.gotokeep.keep.refactor.business.main.activity.MainActivity', + matches: '[id="com.gotokeep.keep:id/text_secondary_action"]', + exampleUrls: + 'https://m.gkd.li/57941037/6b0091e9-1bf1-49bd-be5c-e6997bc9accb', + snapshotUrls: 'https://i.gkd.li/import/14126005', + }, + ], + }, ], });