mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: 软件包安装程序 #1248
This commit is contained in:
@@ -54,9 +54,16 @@ export default defineGkdApp({
|
||||
key: 3,
|
||||
name: '勾选[已了解此应用未经检测,可能存在风险]',
|
||||
fastQuery: true,
|
||||
activityIds: 'com.android.packageinstaller.PackageInstallerActivity',
|
||||
matches: '[vid="checkbox"][checked=false]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/14595443',
|
||||
activityIds: [
|
||||
'com.android.packageinstaller.PackageInstallerActivity',
|
||||
'.PackageInterceptActivity',
|
||||
],
|
||||
matches:
|
||||
'[vid="checkbox" || vid="deleted_file_state_cb"][checked=false]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14595443',
|
||||
'https://i.gkd.li/i/22870985',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 4,
|
||||
|
||||
Reference in New Issue
Block a user