From 3bce73943f3fa74898cb1342fa1261898c4b62d0 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 3 Mar 2024 13:22:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BA=94=E7=94=A8=E5=8C=85=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=A8=8B=E5=BA=8F):=20=E8=87=AA=E5=8A=A8=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=BA=94=E7=94=A8=EF=BC=88=E8=A1=A5=E5=85=85activityi?= =?UTF-8?q?d=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.packageinstaller.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/apps/com.android.packageinstaller.ts b/src/apps/com.android.packageinstaller.ts index 573eaefa..c862eda0 100644 --- a/src/apps/com.android.packageinstaller.ts +++ b/src/apps/com.android.packageinstaller.ts @@ -11,6 +11,7 @@ export default defineAppConfig({ rules: [ { key: 0, + name: '点击[继续安装]', activityIds: 'com.android.packageinstaller.PackageInstallerActivity', matches: '[text="继续安装"]', snapshotUrls: [ @@ -20,9 +21,11 @@ export default defineAppConfig({ }, { key: 1, + name: '点击[完成]', activityIds: [ 'com.android.packageinstaller.NewInstallInstalling', 'com.android.packageinstaller.InstallSuccess', + 'com.android.packageinstaller.oplus.InstallAppProgress', ], matches: '[text="完成"]', snapshotUrls: [ @@ -30,10 +33,12 @@ export default defineAppConfig({ 'https://i.gkd.li/i/13766420', 'https://i.gkd.li/i/13962438', 'https://i.gkd.li/i/14138323', + 'https://i.gkd.li/i/14471862', ], }, { key: 2, + name: '点击[安装]', quickFind: true, activityIds: 'com.android.packageinstaller.DeleteStagedFileOnResult', matches: '[vid="confirm_bottom_button_layout"]',