feat(华为应用市场): 功能类-应用更新页面-点击[查看更多]

This commit is contained in:
AIsouler
2024-03-25 11:59:33 +08:00
parent d5fd59207c
commit 3e79670417

View File

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