mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 01:43:41 +08:00
feat(软件包安装程序): 请求开启反恶意软件提示弹窗 (#1743)
This commit is contained in:
parent
9753486057
commit
2c9910c1b2
21
src/apps/com.samsung.android.packageinstaller.ts
Normal file
21
src/apps/com.samsung.android.packageinstaller.ts
Normal file
|
@ -0,0 +1,21 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.samsung.android.packageinstaller',
|
||||
name: '软件包安装程序',
|
||||
groups: [
|
||||
{
|
||||
enable: false,
|
||||
key: 1,
|
||||
name: '请求开启反恶意软件提示弹窗',
|
||||
activityIds: 'pl.solidexplorer.SolidExplorer',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: ['[text^="是否打开反恶意软件"]', '[text="取消"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/import/13233686',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user