diff --git a/src/apps/com.miui.packageinstaller.ts b/src/apps/com.miui.packageinstaller.ts index 693f4b07..e775e800 100644 --- a/src/apps/com.miui.packageinstaller.ts +++ b/src/apps/com.miui.packageinstaller.ts @@ -58,6 +58,7 @@ export default defineAppConfig({ snapshotUrls: 'https://gkd-kit.gitee.io/import/12889135', }, { + preKeys: 2, key: 3, desc: '勾选【已了解此应用存在高风险】', activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity', @@ -110,11 +111,16 @@ export default defineAppConfig({ { key: 0, desc: '点击【继续更新】', - activityIds: + activityIds: [ 'com.miui.packageInstaller.ui.InstallPrepareAlertActivity', + 'com.miui.packageInstaller.NewInstallerPrepareActivity', + ], matches: '[text="取消更新"] < LinearLayout - @FrameLayout > LinearLayout > [text="继续更新"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12817988', + snapshotUrls: [ + 'https://gkd-kit.songe.li/import/12817988', + 'https://gkd-kit.songe.li/import/12910080', + ], }, { preKeys: 0,