From b4dfd4a741fe33be3e7e71f70be3040819fe8d43 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 11 Nov 2024 12:22:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BA=94=E7=94=A8=E5=8C=85=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=BB=84=E4=BB=B6):=20=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=89=E8=A3=85/=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BA=94=E7=94=A8=EF=BC=88=E8=A1=A5=E5=85=85activityid=20#490?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miui.packageinstaller.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.miui.packageinstaller.ts b/src/apps/com.miui.packageinstaller.ts index 9bfd3b80..b0eb98ab 100644 --- a/src/apps/com.miui.packageinstaller.ts +++ b/src/apps/com.miui.packageinstaller.ts @@ -36,13 +36,17 @@ export default defineGkdApp({ { key: 0, name: '点击[安装]/[更新]', - activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity', + activityIds: [ + 'com.miui.packageInstaller.NewInstallerPrepareActivity', + 'com.miui.packageInstaller.ui.InstallPrepareAlertActivity', + ], matches: '@FrameLayout[clickable=true] > LinearLayout[childCount=1] > [text^="继续"][text.length=4]', exampleUrls: 'https://e.gkd.li/bd3e2764-4978-44ed-93d3-f176c23c3ec4', snapshotUrls: [ 'https://i.gkd.li/i/16487278', 'https://i.gkd.li/i/16487282', + 'https://i.gkd.li/i/17691996', ], }, {