mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
perf: 应用包管理组件-功能类-自动安装/更新应用
This commit is contained in:
@@ -58,7 +58,7 @@ export default defineGkdApp({
|
||||
name: '点击[完成]',
|
||||
activityIds:
|
||||
'com.miui.packageInstaller.ui.normalmode.InstallProgressActivity',
|
||||
excludeMatches: '[text*="安装失败"][visibleToUser=true]', // 安装失败时排除匹配
|
||||
excludeMatches: '[text*="安装失败"]', // 安装失败时排除匹配,此节点比 [text="完成"] 延迟出现,未出现时 visibleToUser=false,因此去掉[visibleToUser=true]限制
|
||||
matches: '[text="完成"]',
|
||||
exampleUrls: 'https://e.gkd.li/0011622b-580a-4810-81a4-b4a1181d121d',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16487274',
|
||||
|
||||
Reference in New Issue
Block a user