diff --git a/src/apps/com.miui.packageinstaller.ts b/src/apps/com.miui.packageinstaller.ts index fd6329fb..1059c40e 100644 --- a/src/apps/com.miui.packageinstaller.ts +++ b/src/apps/com.miui.packageinstaller.ts @@ -4,6 +4,25 @@ export default defineAppConfig({ id: 'com.miui.packageinstaller', name: '应用包管理组件', groups: [ + { + key: 8, + name: '功能类-安装来源不可信', + desc: '点击[授权本次安装]', + rules: [ + { + quickFind: true, + action: 'clickCenter', + position: { + left: 'width * 0.8743', + top: 'width * 0.1202', + }, + matches: '[text="安装来源不可信"] + [vid="title_des"]', + exampleUrls: + 'https://m.gkd.li/57941037/e30144c7-c895-4950-a91d-9ce56a8570c8', + snapshotUrls: 'https://i.gkd.li/i/14456398', + }, + ], + }, { enable: false, key: 9,