mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
perf(软件包安装程序): 功能类-自动安装应用
This commit is contained in:
@@ -62,13 +62,20 @@ export default defineGkdApp({
|
||||
key: 4,
|
||||
fastQuery: true,
|
||||
position: {
|
||||
left: 'width * 0.7185',
|
||||
top: 'width * 0.1157',
|
||||
left: 'width * 1.5394',
|
||||
top: 'height * 0.5',
|
||||
},
|
||||
activityIds: 'com.android.packageinstaller.PackageInstallerActivity',
|
||||
excludeMatches: ['[text="继续安装"]', '[text="完成"]'],
|
||||
matches: '[vid="buttons_panel"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14969116',
|
||||
activityIds: [
|
||||
'.PackageInstallerActivity',
|
||||
'.DeleteStagedFileOnResult',
|
||||
],
|
||||
excludeMatches: '[text="继续安装" || text="完成"]',
|
||||
matches:
|
||||
'LinearLayout[childCount=1] > Button[text="取消"][childCount=0]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14969116',
|
||||
'https://i.gkd.li/i/17158050',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user