mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(软件包安装程序): 其他-安全警告弹窗
This commit is contained in:
@@ -34,5 +34,19 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '其他-安全警告弹窗',
|
||||
desc: '点击取消',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.android.packageinstaller.PackageInstallerActivity',
|
||||
matches: ['[text^="出于安全考虑"]', '[text="取消"]'],
|
||||
exampleUrls: 'https://e.gkd.li/e501f0cf-c531-40eb-a747-31377d35c971',
|
||||
snapshotUrls: 'https://i.gkd.li/i/16406317',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user