mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
perf(软件包安装程序): 功能类-自动安装/更新软件
This commit is contained in:
@@ -39,9 +39,18 @@ export default defineGkdApp({
|
||||
left: 'width * 1.4975',
|
||||
top: 'height * 0.5',
|
||||
},
|
||||
excludeMatches: '[text="更新"][clickable=true]',
|
||||
matches: ['[text="要更新此应用吗?"]', '[text="取消"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/i/16406316',
|
||||
excludeMatches: [
|
||||
'[text="更新"][clickable=true]',
|
||||
'[text="安装"][clickable=true]',
|
||||
],
|
||||
matches: [
|
||||
'[text="要更新此应用吗?" || text="要安装此应用吗?"]',
|
||||
'[text="取消"]',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/16406316',
|
||||
'https://i.gkd.li/i/16435642',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user