From ab91ca980bb5548a83944749f724cea946c466a1 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 2 Mar 2024 15:38:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=89=8B=E6=9C=BA=E7=AE=A1=E5=AE=B6):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=B1=BB-=E7=94=B5=E9=87=8F=E5=B7=B2?= =?UTF-8?q?=E4=BD=8E=E4=BA=8E20%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miui.securitycenter.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/apps/com.miui.securitycenter.ts b/src/apps/com.miui.securitycenter.ts index b36cd7ce..61140d09 100644 --- a/src/apps/com.miui.securitycenter.ts +++ b/src/apps/com.miui.securitycenter.ts @@ -61,5 +61,17 @@ export default defineAppConfig({ }, ], }, + { + key: 13, + name: '功能类-电量已低于20%', + desc: '点击[知道了]', + rules: [ + { + quickFind: true, + matches: '@[text="知道了"] + [text="省电模式"]', + snapshotUrls: 'https://i.gkd.li/i/14468423', + }, + ], + }, ], });