mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:52:31 +08:00
feat(软件包安装程序): 自动跳过协议 (#3040)
This commit is contained in:
parent
f4a402ea15
commit
42d6d339cc
|
@ -5,18 +5,25 @@ export default defineAppConfig({
|
||||||
name: '软件包安装程序',
|
name: '软件包安装程序',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
enable: false,
|
name: '跳过安全使用协议',
|
||||||
key: 1,
|
key: 2,
|
||||||
name: '请求开启反恶意软件提示弹窗',
|
desc: '自动点击略过并关闭反恶意软件协议',
|
||||||
activityIds: [
|
enable: true,
|
||||||
'pl.solidexplorer.SolidExplorer',
|
|
||||||
'com.android.packageinstaller.activity.InstallerActivity',
|
|
||||||
],
|
|
||||||
rules: [
|
rules: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: ['[text *="略过"]'],
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13255641'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches: ['[text^="是否打开反恶意软件"]', '[text="取消"]'],
|
matches: ['[text^="是否打开反恶意软件"]', '[text="取消"]'],
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13233686',
|
snapshotUrls: ['https://i.gkd.li/import/13233686'],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
matches: ['[text^="打开应用程序保护?"]', '[text="取消"]'],
|
||||||
|
snapshotUrls: ['https://i.gkd.li/import/13650528'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user