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', + }, + ], + }, ], });