perf(软件包安装程序): 功能类-自动安装/更新软件

This commit is contained in:
AIsouler
2024-07-31 11:03:40 +08:00
parent 783efbe129
commit 37784b7526

View File

@@ -39,9 +39,18 @@ export default defineGkdApp({
left: 'width * 1.4975', left: 'width * 1.4975',
top: 'height * 0.5', top: 'height * 0.5',
}, },
excludeMatches: '[text="更新"][clickable=true]', excludeMatches: [
matches: ['[text="更新此应用吗?"]', '[text="取消"]'], '[text="更新"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/i/16406316', '[text="安装"][clickable=true]',
],
matches: [
'[text="要更新此应用吗?" || text="要安装此应用吗?"]',
'[text="取消"]',
],
snapshotUrls: [
'https://i.gkd.li/i/16406316',
'https://i.gkd.li/i/16435642',
],
}, },
], ],
}, },