mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(应用包管理组件): 自动第三方安装应用(补充 activityId) (#2230)
This commit is contained in:
@@ -19,10 +19,15 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
activityIds:
|
activityIds: [
|
||||||
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
|
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
|
||||||
|
'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||||
|
],
|
||||||
matches: '@[text="允许"] + [text="禁止"]',
|
matches: '@[text="允许"] + [text="禁止"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13054478',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13054478',
|
||||||
|
'https://i.gkd.li/import/13399425',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user