perf: 软件包安装程序

This commit is contained in:
AIsouler
2025-11-19 15:40:20 +08:00
parent 84919a2c2d
commit f98d20a351

View File

@@ -22,12 +22,15 @@ export default defineGkdApp({
{ {
key: 0, key: 0,
name: '点击[继续安装]', name: '点击[继续安装]',
matches: '[text="继续安装"]', matches:
'[text="继续安装"][focusable=true || parent.focusable=true || parent.parent.focusable=true]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/13206444', 'https://i.gkd.li/i/13206444',
'https://i.gkd.li/i/14046749', 'https://i.gkd.li/i/14046749',
'https://i.gkd.li/i/16550275', 'https://i.gkd.li/i/16550275',
'https://i.gkd.li/i/23621117',
], ],
excludeSnapshotUrls: 'https://i.gkd.li/i/23621105',
}, },
{ {
key: 1, key: 1,
@@ -45,7 +48,6 @@ export default defineGkdApp({
{ {
key: 2, key: 2,
name: '点击[安装]', name: '点击[安装]',
activityIds: '.DeleteStagedFileOnResult',
matches: '[vid="confirm_bottom_button_layout"]', matches: '[vid="confirm_bottom_button_layout"]',
snapshotUrls: 'https://i.gkd.li/i/14228348', snapshotUrls: 'https://i.gkd.li/i/14228348',
}, },