mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
perf(软件包安装程序): 功能类-自动安装应用
This commit is contained in:
@@ -62,13 +62,20 @@ export default defineGkdApp({
|
|||||||
key: 4,
|
key: 4,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
position: {
|
position: {
|
||||||
left: 'width * 0.7185',
|
left: 'width * 1.5394',
|
||||||
top: 'width * 0.1157',
|
top: 'height * 0.5',
|
||||||
},
|
},
|
||||||
activityIds: 'com.android.packageinstaller.PackageInstallerActivity',
|
activityIds: [
|
||||||
excludeMatches: ['[text="继续安装"]', '[text="完成"]'],
|
'.PackageInstallerActivity',
|
||||||
matches: '[vid="buttons_panel"]',
|
'.DeleteStagedFileOnResult',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14969116',
|
],
|
||||||
|
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