mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(应用包管理组件): 功能类-安装来源不可信
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user