fix(应用包管理组件): 自动安装失效

This commit is contained in:
AIsouler
2024-07-11 12:22:31 +08:00
parent 8eb04ce2f8
commit f604eda5fe

View File

@@ -196,11 +196,11 @@ export default defineGkdApp({
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
'com.miui.packageInstaller.NewInstallerPrepareActivity',
],
matches:
'[id="com.miui.packageinstaller:id/install_checked"][checked=false][text="已了解此安装包未经安全检测"]',
matches: '[text="已了解此安装包未经安全检测"][checked=false]',
snapshotUrls: [
'https://i.gkd.li/i/13024730', // 未勾选
'https://i.gkd.li/i/13024731', // 已勾选
'https://i.gkd.li/i/16171390',
],
},