feat(应用包管理组件) 功能类-自动安装应用(新增、优化规则)

This commit is contained in:
Kun Jinkao
2024-02-24 17:36:18 +08:00
parent a0abd15b15
commit cd371858ac

View File

@@ -45,19 +45,20 @@ export default defineAppConfig({
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity', 'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
'com.miui.packageInstaller.NewInstallerPrepareActivity', 'com.miui.packageInstaller.NewInstallerPrepareActivity',
], ],
matches: matches: ['[text="取消安装"]', '[text="继续安装"]'],
'[text="取消安装"] < LinearLayout - @FrameLayout > LinearLayout > [text="继续安装"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/12818034', 'https://i.gkd.li/i/12818034',
'https://i.gkd.li/i/12818054', 'https://i.gkd.li/i/12818054',
'https://i.gkd.li/i/12889120',
], ],
}, },
{ {
key: 1, key: 1,
name: '点击"继续安装"', name: '点击"继续"',
activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity', activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity',
matches: '@[text="继续安装"] + [text="取消安装"]', quickFind: true,
snapshotUrls: 'https://i.gkd.li/i/12889120', matches: '@[text="取消"] - * >2 [text="继续"]',
snapshotUrls: 'https://i.gkd.li/i/14392314',
}, },
// 需勾选"已了解此应用未经安全检测"才能继续安装 // 需勾选"已了解此应用未经安全检测"才能继续安装