From 3e7967041797720277e2d75fcfe21c7d4deab0de Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 25 Mar 2024 11:59:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E4=B8=BA=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=B8=82=E5=9C=BA):=20=E5=8A=9F=E8=83=BD=E7=B1=BB-=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2-=E7=82=B9?= =?UTF-8?q?=E5=87=BB[=E6=9F=A5=E7=9C=8B=E6=9B=B4=E5=A4=9A]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.appmarket.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.huawei.appmarket.ts b/src/apps/com.huawei.appmarket.ts index 96a9aa69..55a88d90 100644 --- a/src/apps/com.huawei.appmarket.ts +++ b/src/apps/com.huawei.appmarket.ts @@ -30,5 +30,22 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + name: '功能类-应用更新页面-点击[查看更多]', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: + 'com.huawei.appmarket.service.appmgr.view.activity.AppUpdateActivity', + matches: '[text="查看更多"]', + exampleUrls: + 'https://m.gkd.li/57941037/e2283b1d-3041-49c5-aca2-7c165c83ce37', + snapshotUrls: 'https://i.gkd.li/i/14738587', + }, + ], + }, ], });