From a0c69c14916ea432b0f28a36837cfbe865730abf Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 2 Jun 2024 17:00: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-=E5=85=B3=E9=97=AD=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E4=BF=A1=E6=81=AF=E9=A1=B5=E5=BC=80=E5=90=AF=E8=87=AA?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=90=8E=E5=87=BA=E7=8E=B0=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miui.securitycenter.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.miui.securitycenter.ts b/src/apps/com.miui.securitycenter.ts index 3965513d..c5838356 100644 --- a/src/apps/com.miui.securitycenter.ts +++ b/src/apps/com.miui.securitycenter.ts @@ -104,5 +104,19 @@ export default defineGkdApp({ }, ], }, + { + key: 15, + name: '功能类-关闭应用信息页开启自启动后出现的提示', + desc: '点击[知道了]', + quickFind: true, + rules: [ + { + action: 'back', + activityIds: 'com.miui.appmanager.ApplicationsDetailsActivity', + matches: '[text^="开启自启动"]', + snapshotUrls: 'https://i.gkd.li/i/15524706', + }, + ], + }, ], });