mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(应用包管理组件): 自动更新应用(补充 activityId) (#1817)
This commit is contained in:
@@ -167,11 +167,16 @@ export default defineAppConfig({
|
||||
preKeys: [0, 1],
|
||||
key: 3,
|
||||
desc: '点击【完成】',
|
||||
activityIds:
|
||||
activityIds: [
|
||||
'com.miui.packageInstaller.ui.normalmode.InstallProgressActivity',
|
||||
'com.miui.packageInstaller.InstallProgressActivity',
|
||||
],
|
||||
matches:
|
||||
'[id="com.miui.packageinstaller:id/done_layout"] > [text="完成"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12817999',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12817999',
|
||||
'https://i.gkd.li/import/13255733',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user