From a91fcf8638ce5a941fabf9d9f605c37ce25ededd Mon Sep 17 00:00:00 2001 From: aisouler Date: Sat, 10 Feb 2024 17:18:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=AF=E4=BB=B6=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=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.android.packageinstaller.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.android.packageinstaller.ts b/src/apps/com.android.packageinstaller.ts index 080cab23..3a8dba4b 100644 --- a/src/apps/com.android.packageinstaller.ts +++ b/src/apps/com.android.packageinstaller.ts @@ -32,6 +32,15 @@ export default defineAppConfig({ 'https://i.gkd.li/import/14138323', ], }, + { + key: 2, + quickFind: true, + activityIds: 'com.android.packageinstaller.DeleteStagedFileOnResult', + matches: '[vid="confirm_bottom_button_layout"]', + exampleUrls: + 'https://m.gkd.li/57941037/1decf3eb-ef21-4e67-9fd9-ce8727a9b9b5', + snapshotUrls: 'https://i.gkd.li/import/14228348', + }, ], }, ],